Skip to content

Commit

Permalink
Update version to 7.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelhm committed Sep 4, 2017
1 parent 9a06c3a commit 895faf4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/UmbracoVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Usage: on line 2 put the release version, on line 3 put the version comment (example: beta)
7.6.6
7.6.7
4 changes: 2 additions & 2 deletions src/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

[assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyFileVersion("7.6.6")]
[assembly: AssemblyInformationalVersion("7.6.6")]
[assembly: AssemblyFileVersion("7.6.7")]
[assembly: AssemblyInformationalVersion("7.6.7")]
2 changes: 1 addition & 1 deletion src/Umbraco.Core/Configuration/UmbracoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Umbraco.Core.Configuration
{
public class UmbracoVersion
{
private static readonly Version Version = new Version("7.6.6");
private static readonly Version Version = new Version("7.6.7");

/// <summary>
/// Gets the current version of Umbraco.
Expand Down
4 changes: 2 additions & 2 deletions src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2379,9 +2379,9 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.1\x86\*.* "$(TargetDir)x86\"
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>7660</DevelopmentServerPort>
<DevelopmentServerPort>7670</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:7660</IISUrl>
<IISUrl>http://localhost:7670</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
Expand Down

0 comments on commit 895faf4

Please sign in to comment.