Skip to content

Commit 9e9c44d

Browse files
committed
Toggle versions for final 4.1.0 build
1 parent 294be6a commit 9e9c44d

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

build/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation All rights reserved.")]
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyVersion("4.1.0.0")]
11-
[assembly: AssemblyFileVersion("4.1.80911.0")]
12-
[assembly: AssemblyInformationalVersion("4.1.0-preview1-000")]
11+
[assembly: AssemblyFileVersion("4.1.81112.0")]
12+
[assembly: AssemblyInformationalVersion("4.1.0-rtw-000")]
1313
[assembly: AssemblyMetadata("Serviceable", "True")]

build/DevAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation All rights reserved.")]
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyVersion("0.31.0.0")]
11-
[assembly: AssemblyFileVersion("0.31.80118.0")]
11+
[assembly: AssemblyFileVersion("0.31.81112.0")]
1212
[assembly: AssemblyInformationalVersion("0.31.0-pre-000")]
1313
[assembly: AssemblyMetadata("Serviceable", "True")]

build/Katana.version.targets

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<PropertyGroup>
44
<ShipVersion>4.1.0</ShipVersion>
55
<ShipStrongNameVersion>4.1.0.0</ShipStrongNameVersion>
6-
<ShipFullVersion>4.1.0-preview1-000</ShipFullVersion>
7-
<ShipFileVersion>4.1.80911.0</ShipFileVersion>
6+
<ShipFullVersion>4.1.0-rtw-000</ShipFullVersion>
7+
<ShipFileVersion>4.1.81112.0</ShipFileVersion>
88
<MajorVersion>4</MajorVersion>
99
<MinorVersion>1</MinorVersion>
1010
<PatchVersion>0</PatchVersion>
11-
<BuildQuality>preview1</BuildQuality>
12-
<BuildDate>80911</BuildDate>
11+
<BuildQuality>rtw</BuildQuality>
12+
<BuildDate>81112</BuildDate>
1313
<BranchSuffix></BranchSuffix>
1414
<Eula>https://raw.githubusercontent.com/aspnet/AspNetKatana/v4.0.1/LICENSE.txt</Eula>
1515
<ProjectUrl>https://github.com/aspnet/AspNetKatana/</ProjectUrl>

build/Sakefile.shade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
var PROJECT='Katana'
33
var AUTHORS='Microsoft'
4-
var SHIP='${Version(4, 1, 0, "preview1")}'
4+
var SHIP='${Version(4, 1, 0, "rtw")}'
55
var DEV='${Version(0, 31, 0, "pre")}'
6-
set FINAL_MILESTONE='${false}'
6+
set FINAL_MILESTONE='${true}'
77
var AZUREAD_VERSION='5.3.0'
88
var AZUREAD_SUFFIX=''
99
var VERSION='${SHIP.VERSION}'

tests/FunctionalTests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("0.31.0.0")]
3535
[assembly: AssemblyVersion("0.31.0.0")]
36-
[assembly: AssemblyFileVersion("0.31.80118.0")]
36+
[assembly: AssemblyFileVersion("0.31.81112.0")]

tests/Katana.Sandbox.Selfhost/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

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

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

0 commit comments

Comments
 (0)