Bump version

This commit is contained in:
Sebastiaan Janssen
2014-05-28 17:07:51 +02:00
parent 320b53ae3c
commit ea32776174
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
@ECHO OFF
SET release=6.2.0
SET release=6.2.1
SET comment=
SET version=%release%

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<UmbracoVersion>6.2.0</UmbracoVersion>
<UmbracoVersion>6.2.1</UmbracoVersion>
</PropertyGroup>
<Target Name="CopyUmbracoFilesToWebRoot" BeforeTargets="AfterBuild">
<PropertyGroup>

View File

@@ -5,7 +5,7 @@ namespace Umbraco.Core.Configuration
{
public class UmbracoVersion
{
private static readonly Version Version = new Version("6.2.0");
private static readonly Version Version = new Version("6.2.1");
/// <summary>
/// Gets the current version of Umbraco.

View File

@@ -2674,9 +2674,9 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\"
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>6200</DevelopmentServerPort>
<DevelopmentServerPort>6210</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:6200</IISUrl>
<IISUrl>http://localhost:6210</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>