Skip to content

Commit ab7371e

Browse files
Bump version number
1 parent 0f5c79a commit ab7371e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build/Build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@ECHO OFF
2-
SET release=7.1.0
2+
SET release=7.1.1
33
SET comment=
44
SET version=%release%
55

build/NuSpecs/build/UmbracoCms.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<UmbracoVersion>7.1.0</UmbracoVersion>
4+
<UmbracoVersion>7.1.1</UmbracoVersion>
55
</PropertyGroup>
66
<Target Name="CopyUmbracoFilesToWebRoot" BeforeTargets="AfterBuild">
77
<PropertyGroup>

src/Umbraco.Core/Configuration/UmbracoVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Umbraco.Core.Configuration
55
{
66
public class UmbracoVersion
77
{
8-
private static readonly Version Version = new Version("7.1.0");
8+
private static readonly Version Version = new Version("7.1.1");
99

1010
/// <summary>
1111
/// Gets the current version of Umbraco.

src/Umbraco.Web.UI/Umbraco.Web.UI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2530,9 +2530,9 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\"
25302530
<WebProjectProperties>
25312531
<UseIIS>True</UseIIS>
25322532
<AutoAssignPort>True</AutoAssignPort>
2533-
<DevelopmentServerPort>7100</DevelopmentServerPort>
2533+
<DevelopmentServerPort>7110</DevelopmentServerPort>
25342534
<DevelopmentServerVPath>/</DevelopmentServerVPath>
2535-
<IISUrl>http://localhost:7100</IISUrl>
2535+
<IISUrl>http://localhost:7110</IISUrl>
25362536
<NTLMAuthentication>False</NTLMAuthentication>
25372537
<UseCustomServer>False</UseCustomServer>
25382538
<CustomServerUrl>

0 commit comments

Comments
 (0)