Skip to content

Commit

Permalink
Toggle versions for final 4.1.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Nov 12, 2019
1 parent 294be6a commit 9e9c44d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions build/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("4.1.0.0")]
[assembly: AssemblyFileVersion("4.1.80911.0")]
[assembly: AssemblyInformationalVersion("4.1.0-preview1-000")]
[assembly: AssemblyFileVersion("4.1.81112.0")]
[assembly: AssemblyInformationalVersion("4.1.0-rtw-000")]
[assembly: AssemblyMetadata("Serviceable", "True")]
2 changes: 1 addition & 1 deletion build/DevAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("0.31.0.0")]
[assembly: AssemblyFileVersion("0.31.80118.0")]
[assembly: AssemblyFileVersion("0.31.81112.0")]
[assembly: AssemblyInformationalVersion("0.31.0-pre-000")]
[assembly: AssemblyMetadata("Serviceable", "True")]
8 changes: 4 additions & 4 deletions build/Katana.version.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup>
<ShipVersion>4.1.0</ShipVersion>
<ShipStrongNameVersion>4.1.0.0</ShipStrongNameVersion>
<ShipFullVersion>4.1.0-preview1-000</ShipFullVersion>
<ShipFileVersion>4.1.80911.0</ShipFileVersion>
<ShipFullVersion>4.1.0-rtw-000</ShipFullVersion>
<ShipFileVersion>4.1.81112.0</ShipFileVersion>
<MajorVersion>4</MajorVersion>
<MinorVersion>1</MinorVersion>
<PatchVersion>0</PatchVersion>
<BuildQuality>preview1</BuildQuality>
<BuildDate>80911</BuildDate>
<BuildQuality>rtw</BuildQuality>
<BuildDate>81112</BuildDate>
<BranchSuffix></BranchSuffix>
<Eula>https://raw.githubusercontent.com/aspnet/AspNetKatana/v4.0.1/LICENSE.txt</Eula>
<ProjectUrl>https://github.com/aspnet/AspNetKatana/</ProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions build/Sakefile.shade
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

var PROJECT='Katana'
var AUTHORS='Microsoft'
var SHIP='${Version(4, 1, 0, "preview1")}'
var SHIP='${Version(4, 1, 0, "rtw")}'
var DEV='${Version(0, 31, 0, "pre")}'
set FINAL_MILESTONE='${false}'
set FINAL_MILESTONE='${true}'
var AZUREAD_VERSION='5.3.0'
var AZUREAD_SUFFIX=''
var VERSION='${SHIP.VERSION}'
Expand Down
2 changes: 1 addition & 1 deletion tests/FunctionalTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("0.31.0.0")]
[assembly: AssemblyVersion("0.31.0.0")]
[assembly: AssemblyFileVersion("0.31.80118.0")]
[assembly: AssemblyFileVersion("0.31.81112.0")]
10 changes: 5 additions & 5 deletions tests/Katana.Sandbox.Selfhost/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Katana.Sandbox.Selfhost")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
// [assembly: AssemblyVersion("0.31.0.0")]
[assembly: AssemblyVersion("0.31.0.0")]
[assembly: AssemblyFileVersion("0.31.81112.0")]

0 comments on commit 9e9c44d

Please sign in to comment.