Skip to content

Commit

Permalink
Bump version to 8.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Buckley committed Feb 12, 2020
1 parent 4cf78d6 commit 9c428b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
[assembly: AssemblyVersion("8.0.0")]

// these are FYI and changed automatically
[assembly: AssemblyFileVersion("8.5.3")]
[assembly: AssemblyInformationalVersion("8.5.3")]
[assembly: AssemblyFileVersion("8.5.4")]
[assembly: AssemblyInformationalVersion("8.5.4")]
6 changes: 3 additions & 3 deletions src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>8530</DevelopmentServerPort>
<DevelopmentServerPort>8540</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:8530</IISUrl>
<IISUrl>http://localhost:8540</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
Expand Down Expand Up @@ -429,4 +429,4 @@
<Message Text="ConfigFile: $(OriginalFileName) -&gt; $(OutputFileName)" Importance="high" Condition="Exists('$(ModifiedFileName)')" />
<Copy SourceFiles="$(ModifiedFileName)" DestinationFiles="$(OutputFileName)" OverwriteReadOnlyFiles="true" SkipUnchangedFiles="false" Condition="Exists('$(ModifiedFileName)')" />
</Target>
</Project>
</Project>

0 comments on commit 9c428b7

Please sign in to comment.