File tree Expand file tree Collapse file tree 9 files changed +32
-19
lines changed
OptimizelySDK.Net35/Properties
OptimizelySDK.Net40/Properties
OptimizelySDK.Tests/Properties Expand file tree Collapse file tree 9 files changed +32
-19
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2.0
2+ October 22, 2018
3+
4+ ### New Features
5+ * refactor(interface): Adds IOptimizely interface ([ #93 ] ( https://github.com/optimizely/csharp-sdk/pull/93 ) )
6+ * feat(api): Accepting all types for attributes values ([ #102 ] ( https://github.com/optimizely/csharp-sdk/pull/102 ) )
7+
8+ ### Bug fixes
9+ * fix(whitelistng): Removed logic from bucketing since it is checked in Decision Service. ([ #98 ] ( https://github.com/optimizely/csharp-sdk/pull/98 ) )
10+ * fix(track): Send decisions for all experiments using an event when using track. ([ #100 ] ( https://github.com/optimizely/csharp-sdk/pull/100 ) )
11+ * fix(datafile-parsing): Prevent newer versions datafile ([ #101 ] ( https://github.com/optimizely/csharp-sdk/pull/101 ) )
12+ * fix(api): Only track attributes with valid attribute types. ([ #103 ] ( https://github.com/optimizely/csharp-sdk/pull/103 ) )
13+
114## 2.1.0
215June 28, 2018
316
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.1 .0.0" ) ]
41- [ assembly: AssemblyFileVersion ( "2.1 .0.0" ) ]
42- [ assembly: AssemblyInformationalVersion ( "2.1 .0" ) ] // Used by Nuget.
40+ [ assembly: AssemblyVersion ( "2.2 .0.0" ) ]
41+ [ assembly: AssemblyFileVersion ( "2.2 .0.0" ) ]
42+ [ assembly: AssemblyInformationalVersion ( "2.2 .0" ) ] // Used by Nuget.
Original file line number Diff line number Diff line change 1818 <package id =" murmurhash-signed" version =" 1.0.2" targetFramework =" net45" />
1919 <package id =" Newtonsoft.Json" version =" 9.0.1" targetFramework =" net45" />
2020 <package id =" NJsonSchema" version =" 8.30.6304.31883" targetFramework =" net45" />
21- <package id =" Optimizely.SDK" version =" 2.1 .0" targetFramework =" net45" />
21+ <package id =" Optimizely.SDK" version =" 2.2 .0" targetFramework =" net45" />
2222 <package id =" popper.js" version =" 1.12.9" targetFramework =" net45" />
2323 <package id =" Respond" version =" 1.2.0" targetFramework =" net45" />
2424 <package id =" WebGrease" version =" 1.5.2" targetFramework =" net45" />
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.1 .0.0" ) ]
42- [ assembly: AssemblyFileVersion ( "2.1 .0.0" ) ]
43- [ assembly: AssemblyInformationalVersion ( "2.1 .0" ) ] // Used by Nuget.
41+ [ assembly: AssemblyVersion ( "2.2 .0.0" ) ]
42+ [ assembly: AssemblyFileVersion ( "2.2 .0.0" ) ]
43+ [ assembly: AssemblyInformationalVersion ( "2.2 .0" ) ] // 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.1 .0.0" ) ]
42- [ assembly: AssemblyFileVersion ( "2.1 .0.0" ) ]
43- [ assembly: AssemblyInformationalVersion ( "2.1 .0" ) ] // Used by Nuget.
41+ [ assembly: AssemblyVersion ( "2.2 .0.0" ) ]
42+ [ assembly: AssemblyFileVersion ( "2.2 .0.0" ) ]
43+ [ assembly: AssemblyInformationalVersion ( "2.2 .0" ) ] // 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.1 .0</version >
5+ <version >2.2 .0</version >
66 <title >Optimizely C# SDK</title >
77 <authors >Optimizely Development Team</authors >
88 <owners >fullstack.optimizely</owners >
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.1 .0
22- $nupkg = " ./Optimizely.SDK.2.1 .0.nupkg"
21+ # Good enough for 2.2 .0
22+ $nupkg = " ./Optimizely.SDK.2.2 .0.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.1 .0.0" ) ]
35- [ assembly: AssemblyFileVersion ( "2.1 .0.0" ) ]
36- [ assembly: AssemblyInformationalVersion ( "2.1 .0" ) ] // Used by Nuget.
34+ [ assembly: AssemblyVersion ( "2.2 .0.0" ) ]
35+ [ assembly: AssemblyFileVersion ( "2.2 .0.0" ) ]
36+ [ assembly: AssemblyInformationalVersion ( "2.2 .0" ) ] // 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.1 .0.0" ) ]
42- [ assembly: AssemblyFileVersion ( "2.1 .0.0" ) ]
43- [ assembly: AssemblyInformationalVersion ( "2.1 .0" ) ] // Used by Nuget.
41+ [ assembly: AssemblyVersion ( "2.2 .0.0" ) ]
42+ [ assembly: AssemblyFileVersion ( "2.2 .0.0" ) ]
43+ [ assembly: AssemblyInformationalVersion ( "2.2 .0" ) ] // Used by Nuget.
You can’t perform that action at this time.
0 commit comments