Skip to content

Commit 846ed2d

Browse files
[FSSDK-10848] Prepare release 4.1.0 (#376)
* chore: bump semver 1 minor release * doc: update for new minor release
1 parent 50624fb commit 846ed2d

File tree

9 files changed

+32
-22
lines changed

9 files changed

+32
-22
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Optimizely C# SDK Changelog
22

3+
## 4.1.0
4+
November 7th, 2024
5+
6+
### Enhancement
7+
8+
- Added support for batch processing in `DecideAll` and `DecideForKeys`, enabling more efficient handling of multiple decisions in the User Profile Service. ([#375](https://github.com/optimizely/csharp-sdk/pull/375))
9+
10+
### Bug Fixes
11+
- GitHub Actions YAML files vulnerable to script injections ([#372](https://github.com/optimizely/csharp-sdk/pull/372))
12+
313
## 4.0.0
414
January 16th, 2024
515

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("4.0.0.0")]
41-
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.1.0.0")]
41+
[assembly: AssemblyFileVersion("4.1.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

OptimizelySDK.Net35/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 Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.0.0.0")]
41-
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.1.0.0")]
41+
[assembly: AssemblyFileVersion("4.1.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

OptimizelySDK.Net40/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 Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.0.0.0")]
41-
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.1.0.0")]
41+
[assembly: AssemblyFileVersion("4.1.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

OptimizelySDK.NetStandard16/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 Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.0.0")]
41-
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.1.0")]
41+
[assembly: AssemblyFileVersion("4.1.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

OptimizelySDK.NetStandard20/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 Build and Revision Numbers
3939
// by using the '*' as shown below:
40-
[assembly: AssemblyVersion("4.0.0.0")]
41-
[assembly: AssemblyFileVersion("4.0.0.0")]
42-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
40+
[assembly: AssemblyVersion("4.1.0.0")]
41+
[assembly: AssemblyFileVersion("4.1.0.0")]
42+
[assembly: AssemblyInformationalVersion("4.1.0")] // 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("4.0.0.0")]
34-
[assembly: AssemblyFileVersion("4.0.0.0")]
35-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
33+
[assembly: AssemblyVersion("4.1.0.0")]
34+
[assembly: AssemblyFileVersion("4.1.0.0")]
35+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

OptimizelySDK/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
//
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
44-
[assembly: AssemblyVersion("4.0.0.0")]
45-
[assembly: AssemblyFileVersion("4.0.0.0")]
46-
[assembly: AssemblyInformationalVersion("4.0.0")] // Used by NuGet.
44+
[assembly: AssemblyVersion("4.1.0.0")]
45+
[assembly: AssemblyFileVersion("4.1.0.0")]
46+
[assembly: AssemblyInformationalVersion("4.1.0")] // Used by NuGet.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ User can provide variables using following procedure:
104104
```
105105
<configSections>
106106
<section name="optlySDKConfigSection"
107-
type="OptimizelySDK.OptimizelySDKConfigSection, OptimizelySDK, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" />
107+
type="OptimizelySDK.OptimizelySDKConfigSection, OptimizelySDK, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null" />
108108
</configSections>
109109
```
110110
2. Now add **optlySDKConfigSection** below **<configSections>**. In this section you can add and set following **HttpProjectConfigManager** and **BatchEventProcessor** variables:

0 commit comments

Comments
 (0)