Skip to content

Commit 409add7

Browse files
committed
Bump version to 4.1.1
1 parent a754159 commit 409add7

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

build/CommonAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[assembly: AssemblyProduct("Microsoft OWIN")]
88
[assembly: AssemblyCopyright("\x00a9 Microsoft Corporation All rights reserved.")]
99
[assembly: AssemblyTrademark("")]
10-
[assembly: AssemblyVersion("4.1.0.0")]
11-
[assembly: AssemblyFileVersion("4.1.81112.0")]
12-
[assembly: AssemblyInformationalVersion("4.1.0-rtw-000")]
10+
[assembly: AssemblyVersion("4.1.1.0")]
11+
[assembly: AssemblyFileVersion("4.1.90831.0")]
12+
[assembly: AssemblyInformationalVersion("4.1.1-rtw-000")]
1313
[assembly: AssemblyMetadata("Serviceable", "True")]

build/Katana.version.targets

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<ShipVersion>4.1.0</ShipVersion>
5-
<ShipStrongNameVersion>4.1.0.0</ShipStrongNameVersion>
6-
<ShipFullVersion>4.1.0-rtw-000</ShipFullVersion>
7-
<ShipFileVersion>4.1.81112.0</ShipFileVersion>
4+
<ShipVersion>4.1.1</ShipVersion>
5+
<ShipStrongNameVersion>4.1.1.0</ShipStrongNameVersion>
6+
<ShipFullVersion>4.1.1-rtw-000</ShipFullVersion>
7+
<ShipFileVersion>4.1.90831.0</ShipFileVersion>
88
<MajorVersion>4</MajorVersion>
99
<MinorVersion>1</MinorVersion>
10-
<PatchVersion>0</PatchVersion>
10+
<PatchVersion>1</PatchVersion>
1111
<BuildQuality>rtw</BuildQuality>
12-
<BuildDate>81112</BuildDate>
12+
<BuildDate>90831</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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
var PROJECT='Katana'
33
var AUTHORS='Microsoft'
4-
var SHIP='${Version(4, 1, 0, "rtw")}'
4+
var SHIP='${Version(4, 1, 1, "rtw")}'
55
var DEV='${Version(0, 31, 0, "pre")}'
66
set FINAL_MILESTONE='${true}'
77
var AZUREAD_VERSION='5.3.0'

0 commit comments

Comments
 (0)