Skip to content

Commit

Permalink
Update build number to 4.2.0-rtw
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed May 7, 2021
1 parent d00d910 commit 81aa053
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions build/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyProduct("Microsoft OWIN")]
[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("4.1.1.0")]
[assembly: AssemblyFileVersion("4.1.90831.0")]
[assembly: AssemblyInformationalVersion("4.1.1-rtw-000")]
[assembly: AssemblyVersion("4.2.0.0")]
[assembly: AssemblyFileVersion("4.2.100507.0")]
[assembly: AssemblyInformationalVersion("4.2.0-rtw-000")]
[assembly: AssemblyMetadata("Serviceable", "True")]
14 changes: 7 additions & 7 deletions build/Katana.version.targets
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ShipVersion>4.1.1</ShipVersion>
<ShipStrongNameVersion>4.1.1.0</ShipStrongNameVersion>
<ShipFullVersion>4.1.1-rtw-000</ShipFullVersion>
<ShipFileVersion>4.1.90831.0</ShipFileVersion>
<ShipVersion>4.2.0</ShipVersion>
<ShipStrongNameVersion>4.2.0.0</ShipStrongNameVersion>
<ShipFullVersion>4.2.0-rtw-000</ShipFullVersion>
<ShipFileVersion>4.2.100507.0</ShipFileVersion>
<MajorVersion>4</MajorVersion>
<MinorVersion>1</MinorVersion>
<PatchVersion>1</PatchVersion>
<MinorVersion>2</MinorVersion>
<PatchVersion>0</PatchVersion>
<BuildQuality>rtw</BuildQuality>
<BuildDate>90831</BuildDate>
<BuildDate>100507</BuildDate>
<BranchSuffix></BranchSuffix>
<ProjectUrl>https://github.com/aspnet/AspNetKatana/</ProjectUrl>
<Tags>Microsoft OWIN Katana</Tags>
Expand Down
2 changes: 1 addition & 1 deletion build/Sakefile.shade
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

var PROJECT='Katana'
var AUTHORS='Microsoft'
var SHIP='${Version(4, 1, 1, "rtw")}'
var SHIP='${Version(4, 2, 0, "rtw")}'
var DEV='${Version(0, 31, 0, "pre")}'
set FINAL_MILESTONE='${true}'
var AZUREAD_VERSION='5.3.0'
Expand Down

0 comments on commit 81aa053

Please sign in to comment.