Skip to content

Commit 246dfba

Browse files
Bump version
1 parent 7d189a6 commit 246dfba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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>6.2.2</UmbracoVersion>
4+
<UmbracoVersion>6.2.3</UmbracoVersion>
55
</PropertyGroup>
66
<Target Name="CopyUmbracoFilesToWebRoot" BeforeTargets="AfterBuild">
77
<PropertyGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2675,9 +2675,9 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\"
26752675
<WebProjectProperties>
26762676
<UseIIS>True</UseIIS>
26772677
<AutoAssignPort>True</AutoAssignPort>
2678-
<DevelopmentServerPort>6220</DevelopmentServerPort>
2678+
<DevelopmentServerPort>6230</DevelopmentServerPort>
26792679
<DevelopmentServerVPath>/</DevelopmentServerVPath>
2680-
<IISUrl>http://localhost:6220</IISUrl>
2680+
<IISUrl>http://localhost:6230</IISUrl>
26812681
<NTLMAuthentication>False</NTLMAuthentication>
26822682
<UseCustomServer>False</UseCustomServer>
26832683
<CustomServerUrl>

0 commit comments

Comments
 (0)