File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Umbraco.Core/Configuration Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
@ ECHO OFF
2
- SET release = 6.1.5
2
+ SET release = 6.1.6
3
3
SET comment =
4
4
SET version = %release%
5
5
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 ( "6.1.5 " ) ;
8
+ private static readonly Version Version = new Version ( "6.1.6 " ) ;
9
9
10
10
/// <summary>
11
11
/// Gets the current version of Umbraco.
Original file line number Diff line number Diff line change @@ -2602,9 +2602,9 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\"
2602
2602
<WebProjectProperties >
2603
2603
<UseIIS >True</UseIIS >
2604
2604
<AutoAssignPort >True</AutoAssignPort >
2605
- <DevelopmentServerPort >6150 </DevelopmentServerPort >
2605
+ <DevelopmentServerPort >6160 </DevelopmentServerPort >
2606
2606
<DevelopmentServerVPath >/</DevelopmentServerVPath >
2607
- <IISUrl >http://localhost:6150 </IISUrl >
2607
+ <IISUrl >http://localhost:6160 </IISUrl >
2608
2608
<NTLMAuthentication >False</NTLMAuthentication >
2609
2609
<UseCustomServer >False</UseCustomServer >
2610
2610
<CustomServerUrl >
You can’t perform that action at this time.
0 commit comments