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+
16## 2.2.1
27November 5, 2018
38### Bug fixes
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 >
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" >
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ if ($PSVersionTable["Platform"] -eq "Unix") {
1818# Locate *.nupkg
1919# ###############################################################
2020Write-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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments