Skip to content

Commit a2e9c8b

Browse files
authored
chore: Merge changelog update from 2.2.x. (#134)
1 parent 02e35c1 commit a2e9c8b

File tree

8 files changed

+24
-19
lines changed

8 files changed

+24
-19
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.2.2
2+
January 31, 2019
3+
### Bug fixes
4+
* fix(eventtagsutils) : fixes bug where values of 0 and 1 are excluded from the event value in the conversion event payload. ([#132](https://github.com/optimizely/csharp-sdk/pull/132))
5+
16
## 2.2.1
27
November 5, 2018
38
### Bug fixes

OptimizelySDK.DemoApp/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
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.1.0")]
41-
[assembly: AssemblyFileVersion("2.2.1.0")]
42-
[assembly: AssemblyInformationalVersion("2.2.1")] // Used by Nuget.
40+
[assembly: AssemblyVersion("2.2.2.0")]
41+
[assembly: AssemblyFileVersion("2.2.2.0")]
42+
[assembly: AssemblyInformationalVersion("2.2.2")] // Used by Nuget.

OptimizelySDK.Net35/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
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.1.0")]
42-
[assembly: AssemblyFileVersion("2.2.1.0")]
43-
[assembly: AssemblyInformationalVersion("2.2.1")] // Used by Nuget.
41+
[assembly: AssemblyVersion("2.2.2.0")]
42+
[assembly: AssemblyFileVersion("2.2.2.0")]
43+
[assembly: AssemblyInformationalVersion("2.2.2")] // Used by Nuget.

OptimizelySDK.Net40/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
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.1.0")]
42-
[assembly: AssemblyFileVersion("2.2.1.0")]
43-
[assembly: AssemblyInformationalVersion("2.2.1")] // Used by Nuget.
41+
[assembly: AssemblyVersion("2.2.2.0")]
42+
[assembly: AssemblyFileVersion("2.2.2.0")]
43+
[assembly: AssemblyInformationalVersion("2.2.2")] // Used by Nuget.

OptimizelySDK.Package/OptimizelySDK.nuspec

Lines changed: 2 additions & 2 deletions
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.1</version>
5+
<version>2.2.2</version>
66
<title>Optimizely C# SDK</title>
77
<authors>Optimizely Development Team</authors>
88
<owners>fullstack.optimizely</owners>
@@ -12,7 +12,7 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>C# SDK for Optimizely X Fullstack</description>
1414
<releaseNotes>https://github.com/optimizely/csharp-sdk/blob/master/CHANGELOG.md</releaseNotes>
15-
<copyright>Copyright 2017-2018</copyright>
15+
<copyright>Copyright 2017-2019</copyright>
1616
<tags>Optimizely</tags>
1717
<dependencies>
1818
<group targetFramework=".NETFramework4.5">

OptimizelySDK.Package/verifysn.ps1

Lines changed: 2 additions & 2 deletions
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.1
22-
$nupkg="./Optimizely.SDK.2.2.1.nupkg"
21+
# Good enough for 2.2.2
22+
$nupkg="./Optimizely.SDK.2.2.2.nupkg"
2323

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

OptimizelySDK.Tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
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.1.0")]
35-
[assembly: AssemblyFileVersion("2.2.1.0")]
36-
[assembly: AssemblyInformationalVersion("2.2.1")] // Used by Nuget.
34+
[assembly: AssemblyVersion("2.2.2.0")]
35+
[assembly: AssemblyFileVersion("2.2.2.0")]
36+
[assembly: AssemblyInformationalVersion("2.2.2")] // Used by Nuget.

OptimizelySDK/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
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.1.0")]
42-
[assembly: AssemblyFileVersion("2.2.1.0")]
43-
[assembly: AssemblyInformationalVersion("2.2.1")] // Used by Nuget.
41+
[assembly: AssemblyVersion("2.2.2.0")]
42+
[assembly: AssemblyFileVersion("2.2.2.0")]
43+
[assembly: AssemblyInformationalVersion("2.2.0")] // Used by Nuget.

0 commit comments

Comments
 (0)