Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Optimizely C# SDK Changelog
## [Unreleased]

## 3.10.0
September 16th, 2021

### New Features
- Add new public properties to OptimizelyConfig. ([#265](https://github.com/optimizely/csharp-sdk/pull/265), [#266](https://github.com/optimizely/csharp-sdk/pull/266), [#273](https://github.com/optimizely/csharp-sdk/pull/273), [#276](https://github.com/optimizely/csharp-sdk/pull/276), [#279](https://github.com/optimizely/csharp-sdk/pull/279))
- SDKKey
- EnvironmentKey
- Attributes
- Audiences
- Events
- ExperimentRules and DeliveryRules to OptimizelyFeature
- Audiences to OptimizelyExperiment
- For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-csharp](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-csharp).

- Add new methods in `OptimizelyFactory` class. ([#264](https://github.com/optimizely/csharp-sdk/pull/264))
- SetBlockingTimeOutPeriod
- SetPollingInterval
- Add virtual methods to support mocking in `OptimizelyUserContext` ([#280](https://github.com/optimizely/csharp-sdk/pull/280))

## 3.9.1
July 16th, 2021

Expand Down
6 changes: 3 additions & 3 deletions OptimizelySDK.DemoApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.9.1.0")]
[assembly: AssemblyFileVersion("3.9.1.0")]
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.10.0.0")]
[assembly: AssemblyFileVersion("3.10.0.0")]
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
6 changes: 3 additions & 3 deletions OptimizelySDK.Net35/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.9.1.0")]
[assembly: AssemblyFileVersion("3.9.1.0")]
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.10.0.0")]
[assembly: AssemblyFileVersion("3.10.0.0")]
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
6 changes: 3 additions & 3 deletions OptimizelySDK.Net40/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.9.1.0")]
[assembly: AssemblyFileVersion("3.9.1.0")]
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.10.0.0")]
[assembly: AssemblyFileVersion("3.10.0.0")]
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
6 changes: 3 additions & 3 deletions OptimizelySDK.NetStandard16/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.9.1.0")]
[assembly: AssemblyFileVersion("3.9.1.0")]
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.10.0.0")]
[assembly: AssemblyFileVersion("3.10.0.0")]
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
6 changes: 3 additions & 3 deletions OptimizelySDK.NetStandard20/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.9.1.0")]
[assembly: AssemblyFileVersion("3.9.1.0")]
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.10.0.0")]
[assembly: AssemblyFileVersion("3.10.0.0")]
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
6 changes: 3 additions & 3 deletions OptimizelySDK.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.9.1.0")]
[assembly: AssemblyFileVersion("3.9.1.0")]
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.10.0.0")]
[assembly: AssemblyFileVersion("3.10.0.0")]
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.
6 changes: 3 additions & 3 deletions OptimizelySDK/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.9.1.0")]
[assembly: AssemblyFileVersion("3.9.1.0")]
[assembly: AssemblyInformationalVersion("3.9.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.10.0.0")]
[assembly: AssemblyFileVersion("3.10.0.0")]
[assembly: AssemblyInformationalVersion("3.10.0")] // Used by Nuget.