Skip to content

Commit e620c08

Browse files
[FSSDK-8955] chore: prepare for release 3.11.2 (#333)
* [FSSDK-8955] chore: prepare for release 3.11.2 * Nit fixed --------- Co-authored-by: mnoman09 <m.nomanshoaib09@gmail.com>
1 parent d2c788e commit e620c08

File tree

8 files changed

+29
-22
lines changed

8 files changed

+29
-22
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Optimizely C# SDK Changelog
2-
## [Unreleased]
2+
3+
## 3.11.2
4+
March 15th, 2023
5+
6+
- Update README.md and other non-functional code to reflect that this SDK supports both Optimizely Feature Experimentation and Optimizely Full Stack. ([#331](https://github.com/optimizely/csharp-sdk/pull/331), [#332](https://github.com/optimizely/csharp-sdk/pull/332)).
7+
8+
### Bug Fixes
9+
- Fix for incorrect documentation on Optimizely.IsFeatureEnabled ([#304](https://github.com/optimizely/csharp-sdk/pull/329))
310

411
## 3.11.1
512
July 27th, 2022

OptimizelySDK.DemoApp/Properties/AssemblyInfo.cs

+3-3
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.11.1.0")]
41-
[assembly: AssemblyFileVersion("3.11.1.0")]
42-
[assembly: AssemblyInformationalVersion("3.11.1")] // Used by Nuget.
40+
[assembly: AssemblyVersion("3.11.2.0")]
41+
[assembly: AssemblyFileVersion("3.11.2.0")]
42+
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.

OptimizelySDK.Net35/Properties/AssemblyInfo.cs

+3-3
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.11.1.0")]
42-
[assembly: AssemblyFileVersion("3.11.1.0")]
43-
[assembly: AssemblyInformationalVersion("3.11.1")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.11.2.0")]
42+
[assembly: AssemblyFileVersion("3.11.2.0")]
43+
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.

OptimizelySDK.Net40/Properties/AssemblyInfo.cs

+3-3
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.11.1.0")]
42-
[assembly: AssemblyFileVersion("3.11.1.0")]
43-
[assembly: AssemblyInformationalVersion("3.11.1")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.11.2.0")]
42+
[assembly: AssemblyFileVersion("3.11.2.0")]
43+
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.

OptimizelySDK.NetStandard16/Properties/AssemblyInfo.cs

+3-3
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.11.1.0")]
42-
[assembly: AssemblyFileVersion("3.11.1.0")]
43-
[assembly: AssemblyInformationalVersion("3.11.1")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.11.2.0")]
42+
[assembly: AssemblyFileVersion("3.11.2.0")]
43+
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.

OptimizelySDK.NetStandard20/Properties/AssemblyInfo.cs

+3-3
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.11.1.0")]
42-
[assembly: AssemblyFileVersion("3.11.1.0")]
43-
[assembly: AssemblyInformationalVersion("3.11.1")] // Used by Nuget.
41+
[assembly: AssemblyVersion("3.11.2.0")]
42+
[assembly: AssemblyFileVersion("3.11.2.0")]
43+
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.

OptimizelySDK.Tests/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("3.11.1.0")]
34-
[assembly: AssemblyFileVersion("3.11.1.0")]
35-
[assembly: AssemblyInformationalVersion("3.11.1")] // Used by Nuget.
33+
[assembly: AssemblyVersion("3.11.2.0")]
34+
[assembly: AssemblyFileVersion("3.11.2.0")]
35+
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.

OptimizelySDK/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444
// [assembly: AssemblyVersion("1.0.*")]
45-
[assembly: AssemblyVersion("3.11.1.0")]
46-
[assembly: AssemblyFileVersion("3.11.1.0")]
47-
[assembly: AssemblyInformationalVersion("3.11.1")] // Used by Nuget.
45+
[assembly: AssemblyVersion("3.11.2.0")]
46+
[assembly: AssemblyFileVersion("3.11.2.0")]
47+
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.

0 commit comments

Comments
 (0)