Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FSSDK-9486] chore: Prepare for releasing 3.11.3 #358

Merged
merged 7 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

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

## 3.11.3
July 3, 2023
mikechu-optimizely marked this conversation as resolved.
Show resolved Hide resolved

### Bug Fix
- Last-Modified in header not found and used to reduce polling payload ([#355](https://github.com/optimizely/csharp-sdk/pull/355)).

## 3.11.2.1
March 24, 2023

Expand Down
8 changes: 3 additions & 5 deletions OptimizelySDK.DemoApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.3.0")]
[assembly: AssemblyFileVersion("3.11.3.0")]
[assembly: AssemblyInformationalVersion("3.11.3")] // Used by Nuget.

9 changes: 3 additions & 6 deletions OptimizelySDK.Net35/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
// Build Number
// Revision
//
// 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.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.3.0")]
[assembly: AssemblyFileVersion("3.11.3.0")]
[assembly: AssemblyInformationalVersion("3.11.3")] // Used by Nuget.
9 changes: 3 additions & 6 deletions OptimizelySDK.Net40/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
// Build Number
// Revision
//
// 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.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.3.0")]
[assembly: AssemblyFileVersion("3.11.3.0")]
[assembly: AssemblyInformationalVersion("3.11.3")] // Used by Nuget.
9 changes: 3 additions & 6 deletions OptimizelySDK.NetStandard16/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
// Build Number
// Revision
//
// 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.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.3.0")]
[assembly: AssemblyFileVersion("3.11.3.0")]
[assembly: AssemblyInformationalVersion("3.11.3")] // Used by Nuget.
9 changes: 3 additions & 6 deletions OptimizelySDK.NetStandard20/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
// Build Number
// Revision
//
// 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.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.3.0")]
[assembly: AssemblyFileVersion("3.11.3.0")]
[assembly: AssemblyInformationalVersion("3.11.3")] // Used by Nuget.
8 changes: 3 additions & 5 deletions OptimizelySDK.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.3.0")]
[assembly: AssemblyFileVersion("3.11.3.0")]
[assembly: AssemblyInformationalVersion("3.11.3")] // Used by Nuget.