Skip to content

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

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

Merged
merged 7 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ jobs:
integration_tests:
name: Run Integration Tests
needs: [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@cb1c68ba0847f04ea54384c9b4500502c00681e6
secrets:
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}

fullstack_production_suite:
name: Run Performance Tests
needs: [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
uses: optimizely/csharp-sdk/.github/workflows/integration_test.yml@cb1c68ba0847f04ea54384c9b4500502c00681e6
with:
FULLSTACK_TEST_REPO: ProdTesting
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
SDK: csharp
FULLSTACK_TEST_REPO: ${{ inputs.FULLSTACK_TEST_REPO }}
BUILD_NUMBER: ${{ github.run_id }}
TESTAPP_BRANCH: master
TESTAPP_BRANCH: mike/3.11.x-testing # TestApp branch that was not ODP aware
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
EVENT_TYPE: ${{ github.event_name }}
GITHUB_CONTEXT: ${{ toJson(github) }}
#REPO_SLUG: ${{ github.repository }}
REPO_SLUG: optimizely/fullstack-sdk-compatibility-suite@b45d804ce7670090341fcbae91f5daa39b03aa94
PULL_REQUEST_SLUG: ${{ github.repository }}
UPSTREAM_REPO: ${{ github.repository }}
PULL_REQUEST_SHA: ${{ github.event.pull_request.head.sha }}
Expand Down
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 18, 2023

### 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.