File tree Expand file tree Collapse file tree 8 files changed +24
-19
lines changed
OptimizelySDK.DemoApp/Properties
OptimizelySDK.Net35/Properties
OptimizelySDK.Net40/Properties
OptimizelySDK.Tests/Properties Expand file tree Collapse file tree 8 files changed +24
-19
lines changed Original file line number Diff line number Diff line change
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
+
1
6
## 2.2.1
2
7
November 5, 2018
3
8
### Bug fixes
Original file line number Diff line number Diff line change 37
37
//
38
38
// You can specify all the values or you can default the Revision and Build Numbers
39
39
// 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.
Original file line number Diff line number Diff line change 38
38
// You can specify all the values or you can default the Build and Revision Numbers
39
39
// by using the '*' as shown below:
40
40
// [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.
Original file line number Diff line number Diff line change 38
38
// You can specify all the values or you can default the Build and Revision Numbers
39
39
// by using the '*' as shown below:
40
40
// [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.
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >Optimizely.SDK</id >
5
- <version >2.2.1 </version >
5
+ <version >2.2.2 </version >
6
6
<title >Optimizely C# SDK</title >
7
7
<authors >Optimizely Development Team</authors >
8
8
<owners >fullstack.optimizely</owners >
12
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
13
13
<description >C# SDK for Optimizely X Fullstack</description >
14
14
<releaseNotes >https://github.com/optimizely/csharp-sdk/blob/master/CHANGELOG.md</releaseNotes >
15
- <copyright >Copyright 2017-2018 </copyright >
15
+ <copyright >Copyright 2017-2019 </copyright >
16
16
<tags >Optimizely</tags >
17
17
<dependencies >
18
18
<group targetFramework =" .NETFramework4.5" >
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ if ($PSVersionTable["Platform"] -eq "Unix") {
18
18
# Locate *.nupkg
19
19
# ###############################################################
20
20
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"
23
23
24
24
# ###############################################################
25
25
# Unzipping *.nupkg
Original file line number Diff line number Diff line change 31
31
//
32
32
// You can specify all the values or you can default the Revision and Build Numbers
33
33
// 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.
Original file line number Diff line number Diff line change 38
38
// You can specify all the values or you can default the Build and Revision Numbers
39
39
// by using the '*' as shown below:
40
40
// [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.
You can’t perform that action at this time.
0 commit comments