Skip to content

Commit

Permalink
Bump version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tratcher committed Aug 31, 2020
1 parent a754159 commit 409add7
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.1.0.0")]
[assembly: AssemblyFileVersion("4.1.81112.0")]
[assembly: AssemblyInformationalVersion("4.1.0-rtw-000")]
[assembly: AssemblyVersion("4.1.1.0")]
[assembly: AssemblyFileVersion("4.1.90831.0")]
[assembly: AssemblyInformationalVersion("4.1.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.1.0</ShipVersion>
<ShipStrongNameVersion>4.1.0.0</ShipStrongNameVersion>
<ShipFullVersion>4.1.0-rtw-000</ShipFullVersion>
<ShipFileVersion>4.1.81112.0</ShipFileVersion>
<ShipVersion>4.1.1</ShipVersion>
<ShipStrongNameVersion>4.1.1.0</ShipStrongNameVersion>
<ShipFullVersion>4.1.1-rtw-000</ShipFullVersion>
<ShipFileVersion>4.1.90831.0</ShipFileVersion>
<MajorVersion>4</MajorVersion>
<MinorVersion>1</MinorVersion>
<PatchVersion>0</PatchVersion>
<PatchVersion>1</PatchVersion>
<BuildQuality>rtw</BuildQuality>
<BuildDate>81112</BuildDate>
<BuildDate>90831</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
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, 0, "rtw")}'
var SHIP='${Version(4, 1, 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 409add7

Please sign in to comment.