Skip to content

Commit bbdb629

Browse files
chore 3.6: change logs and version update (#246)
* changed version and updated change log date. * audience eval log moved to bug fix.
1 parent ea8eb35 commit bbdb629

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33

44

55
## 3.6.0
6-
October 2nd, 2020
6+
October 1st, 2020
77

88
### New Features
99
- Add support for version audience condition which follows the semantic version (http://semver.org) ([#236](https://github.com/optimizely/csharp-sdk/pull/236), [#242](https://github.com/optimizely/csharp-sdk/pull/242))
1010

1111
- Add support for datafile accessor [#240](https://github.com/optimizely/csharp-sdk/pull/240).
1212
- `datafileAccessToken` supported from `App.config` ([#237](https://github.com/optimizely/csharp-sdk/pull/237))
13-
- Audience evaluation logs revised ([#229](https://github.com/optimizely/csharp-sdk/pull/229))
13+
1414

1515
### Bug Fixes:
1616
- No rollout rule in datafile, should return false when `IsFeatureEnabled` is called. ([#235](https://github.com/optimizely/csharp-sdk/pull/235))
1717
- `NewDefaultInstance` method of `OptimizelyFactory` class, set ErrorHandler not to raise exception while handling error ([#241](https://github.com/optimizely/csharp-sdk/pull/241))
18-
18+
- Audience evaluation logs revised ([#229](https://github.com/optimizely/csharp-sdk/pull/229))
1919

2020
## 3.5.0
2121
July 7th, 2020

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("3.5.0.0")]
41-
[assembly: AssemblyFileVersion("3.5.0.0")]
42-
[assembly: AssemblyInformationalVersion("3.5.0")] // Used by Nuget.
40+
[assembly: AssemblyVersion("3.6.0.0")]
41+
[assembly: AssemblyFileVersion("3.6.0.0")]
42+
[assembly: AssemblyInformationalVersion("3.6.0")] // 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("3.5.0.0")]
42-
[assembly: AssemblyFileVersion("3.5.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.5.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.6.0.0")]
42+
[assembly: AssemblyFileVersion("3.6.0.0")]
43+
[assembly: AssemblyInformationalVersion("3.6.0")] // 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("3.5.0.0")]
42-
[assembly: AssemblyFileVersion("3.5.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.5.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.6.0.0")]
42+
[assembly: AssemblyFileVersion("3.6.0.0")]
43+
[assembly: AssemblyInformationalVersion("3.6.0")] // Used by Nuget.

OptimizelySDK.NetStandard16/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("3.5.0.0")]
42-
[assembly: AssemblyFileVersion("3.5.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.5.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.6.0.0")]
42+
[assembly: AssemblyFileVersion("3.6.0.0")]
43+
[assembly: AssemblyInformationalVersion("3.6.0")] // Used by Nuget.

OptimizelySDK.NetStandard20/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("3.5.0.0")]
42-
[assembly: AssemblyFileVersion("3.5.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.5.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.6.0.0")]
42+
[assembly: AssemblyFileVersion("3.6.0.0")]
43+
[assembly: AssemblyInformationalVersion("3.6.0")] // Used by Nuget.

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("3.5.0.0")]
35-
[assembly: AssemblyFileVersion("3.5.0.0")]
36-
[assembly: AssemblyInformationalVersion("3.5.0")] // Used by Nuget.
34+
[assembly: AssemblyVersion("3.6.0.0")]
35+
[assembly: AssemblyFileVersion("3.6.0.0")]
36+
[assembly: AssemblyInformationalVersion("3.6.0")] // 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("3.5.0.0")]
42-
[assembly: AssemblyFileVersion("3.5.0.0")]
43-
[assembly: AssemblyInformationalVersion("3.5.0")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.6.0.0")]
42+
[assembly: AssemblyFileVersion("3.6.0.0")]
43+
[assembly: AssemblyInformationalVersion("3.6.0")] // Used by Nuget.

0 commit comments

Comments
 (0)