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
+
1
14
## 2.1.0
2
15
June 28, 2018
3
16
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.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 18
18
<package id =" murmurhash-signed" version =" 1.0.2" targetFramework =" net45" />
19
19
<package id =" Newtonsoft.Json" version =" 9.0.1" targetFramework =" net45" />
20
20
<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" />
22
22
<package id =" popper.js" version =" 1.12.9" targetFramework =" net45" />
23
23
<package id =" Respond" version =" 1.2.0" targetFramework =" net45" />
24
24
<package id =" WebGrease" version =" 1.5.2" targetFramework =" net45" />
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.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 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.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 2
2
<package >
3
3
<metadata >
4
4
<id >Optimizely.SDK</id >
5
- <version >2.1 .0</version >
5
+ <version >2.2 .0</version >
6
6
<title >Optimizely C# SDK</title >
7
7
<authors >Optimizely Development Team</authors >
8
8
<owners >fullstack.optimizely</owners >
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.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"
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.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 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.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