Skip to content

Commit 252d80a

Browse files
authored
chore: Prepare 2.2.1 release. (#109)
1 parent fbee771 commit 252d80a

File tree

8 files changed

+23
-18
lines changed

8 files changed

+23
-18
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.2.1
2+
November 1, 2018
3+
### Bug fixes
4+
* Fix package signing for installation via Nuget.
5+
16
## 2.2.0
27
October 26, 2018
38

OptimizelySDK.DemoApp/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
//
3838
// You can specify all the values or you can default the Revision and Build Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("2.2.0.0")]
41-
[assembly: AssemblyFileVersion("2.2.0.0")]
42-
[assembly: AssemblyInformationalVersion("2.2.0")] // Used by Nuget.
40+
[assembly: AssemblyVersion("2.2.1.0")]
41+
[assembly: AssemblyFileVersion("2.2.1.0")]
42+
[assembly: AssemblyInformationalVersion("2.2.1")] // Used by Nuget.

OptimizelySDK.Net35/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
41-
[assembly: AssemblyVersion("2.2.0.0")]
42-
[assembly: AssemblyFileVersion("2.2.0.0")]
43-
[assembly: AssemblyInformationalVersion("2.2.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("2.2.1.0")]
42+
[assembly: AssemblyFileVersion("2.2.1.0")]
43+
[assembly: AssemblyInformationalVersion("2.2.1")] // Used by Nuget.

OptimizelySDK.Net40/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
41-
[assembly: AssemblyVersion("2.2.0.0")]
42-
[assembly: AssemblyFileVersion("2.2.0.0")]
43-
[assembly: AssemblyInformationalVersion("2.2.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("2.2.1.0")]
42+
[assembly: AssemblyFileVersion("2.2.1.0")]
43+
[assembly: AssemblyInformationalVersion("2.2.1")] // Used by Nuget.

OptimizelySDK.Package/OptimizelySDK.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Optimizely.SDK</id>
5-
<version>2.2.0</version>
5+
<version>2.2.1</version>
66
<title>Optimizely C# SDK</title>
77
<authors>Optimizely Development Team</authors>
88
<owners>fullstack.optimizely</owners>

OptimizelySDK.Package/verifysn.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ if ($PSVersionTable["Platform"] -eq "Unix") {
1818
# Locate *.nupkg
1919
################################################################
2020
Write-Host "Locate *.nupkg"
21-
# Good enough for 2.2.0
22-
$nupkg="./Optimizely.SDK.2.2.0.nupkg"
21+
# Good enough for 2.2.1
22+
$nupkg="./Optimizely.SDK.2.2.1.nupkg"
2323

2424
################################################################
2525
# Unzipping *.nupkg

OptimizelySDK.Tests/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Revision and Build Numbers
3333
// by using the '*' as shown below:
34-
[assembly: AssemblyVersion("2.2.0.0")]
35-
[assembly: AssemblyFileVersion("2.2.0.0")]
36-
[assembly: AssemblyInformationalVersion("2.2.0")] // Used by Nuget.
34+
[assembly: AssemblyVersion("2.2.1.0")]
35+
[assembly: AssemblyFileVersion("2.2.1.0")]
36+
[assembly: AssemblyInformationalVersion("2.2.1")] // Used by Nuget.

OptimizelySDK/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
// You can specify all the values or you can default the Build and Revision Numbers
3939
// by using the '*' as shown below:
4040
// [assembly: AssemblyVersion("1.0.*")]
41-
[assembly: AssemblyVersion("2.2.0.0")]
42-
[assembly: AssemblyFileVersion("2.2.0.0")]
43-
[assembly: AssemblyInformationalVersion("2.2.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("2.2.1.0")]
42+
[assembly: AssemblyFileVersion("2.2.1.0")]
43+
[assembly: AssemblyInformationalVersion("2.1.0")] // Used by Nuget.

0 commit comments

Comments
 (0)