Skip to content

Commit

Permalink
Update version to 4.2.1 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher authored Oct 25, 2021
1 parent 9e38620 commit 412e649
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.2.0.0")]
[assembly: AssemblyFileVersion("4.2.100507.0")]
[assembly: AssemblyInformationalVersion("4.2.0-rtw-000")]
[assembly: AssemblyVersion("4.2.1.0")]
[assembly: AssemblyFileVersion("4.2.101025.0")]
[assembly: AssemblyInformationalVersion("4.2.1-rtw-000")]
[assembly: AssemblyMetadata("Serviceable", "True")]
12 changes: 6 additions & 6 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.2.0</ShipVersion>
<ShipStrongNameVersion>4.2.0.0</ShipStrongNameVersion>
<ShipFullVersion>4.2.0-rtw-000</ShipFullVersion>
<ShipFileVersion>4.2.100507.0</ShipFileVersion>
<ShipVersion>4.2.1</ShipVersion>
<ShipStrongNameVersion>4.2.1.0</ShipStrongNameVersion>
<ShipFullVersion>4.2.1-rtw-000</ShipFullVersion>
<ShipFileVersion>4.2.101025.0</ShipFileVersion>
<MajorVersion>4</MajorVersion>
<MinorVersion>2</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>
<BuildQuality>rtw</BuildQuality>
<BuildDate>100507</BuildDate>
<BuildDate>101025</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, 2, 0, "rtw")}'
var SHIP='${Version(4, 2, 1, "rtw")}'
var DEV='${Version(0, 31, 0, "pre")}'
set FINAL_MILESTONE='${true}'
var AZUREAD_VERSION='5.3.0'
Expand Down

0 comments on commit 412e649

Please sign in to comment.