File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Umbraco.Core/Configuration Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
@ ECHO OFF
2
- SET release = 7.1.0
2
+ SET release = 7.1.1
3
3
SET comment =
4
4
SET version = %release%
5
5
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <UmbracoVersion >7.1.0 </UmbracoVersion >
4
+ <UmbracoVersion >7.1.1 </UmbracoVersion >
5
5
</PropertyGroup >
6
6
<Target Name =" CopyUmbracoFilesToWebRoot" BeforeTargets =" AfterBuild" >
7
7
<PropertyGroup >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace Umbraco.Core.Configuration
5
5
{
6
6
public class UmbracoVersion
7
7
{
8
- private static readonly Version Version = new Version ( "7.1.0 " ) ;
8
+ private static readonly Version Version = new Version ( "7.1.1 " ) ;
9
9
10
10
/// <summary>
11
11
/// Gets the current version of Umbraco.
Original file line number Diff line number Diff line change @@ -2530,9 +2530,9 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\"
2530
2530
<WebProjectProperties >
2531
2531
<UseIIS >True</UseIIS >
2532
2532
<AutoAssignPort >True</AutoAssignPort >
2533
- <DevelopmentServerPort >7100 </DevelopmentServerPort >
2533
+ <DevelopmentServerPort >7110 </DevelopmentServerPort >
2534
2534
<DevelopmentServerVPath >/</DevelopmentServerVPath >
2535
- <IISUrl >http://localhost:7100 </IISUrl >
2535
+ <IISUrl >http://localhost:7110 </IISUrl >
2536
2536
<NTLMAuthentication >False</NTLMAuthentication >
2537
2537
<UseCustomServer >False</UseCustomServer >
2538
2538
<CustomServerUrl >
You can’t perform that action at this time.
0 commit comments