File tree Expand file tree Collapse file tree 9 files changed +28
-38
lines changed
OptimizelySDK.DemoApp/Properties
OptimizelySDK.Net35/Properties
OptimizelySDK.Net40/Properties
OptimizelySDK.NetStandard16/Properties
OptimizelySDK.NetStandard20/Properties
OptimizelySDK.Tests/Properties Expand file tree Collapse file tree 9 files changed +28
-38
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ jobs:
101101 integration_tests :
102102 name : Run Integration Tests
103103 needs : [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
104- uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
104+ uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@cb1c68ba0847f04ea54384c9b4500502c00681e6
105105 secrets :
106106 CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
107107 TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
108108
109109 fullstack_production_suite :
110110 name : Run Performance Tests
111111 needs : [ netFrameworksAndUnitTest, netStandard16, netStandard20 ]
112- uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@master
112+ uses : optimizely/csharp-sdk/.github/workflows/integration_test.yml@cb1c68ba0847f04ea54384c9b4500502c00681e6
113113 with :
114114 FULLSTACK_TEST_REPO : ProdTesting
115115 secrets :
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 SDK : csharp
3838 FULLSTACK_TEST_REPO : ${{ inputs.FULLSTACK_TEST_REPO }}
3939 BUILD_NUMBER : ${{ github.run_id }}
40- TESTAPP_BRANCH : master
40+ TESTAPP_BRANCH : mike/3.11.x-testing # TestApp branch that was not ODP aware
4141 GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
4242 EVENT_TYPE : ${{ github.event_name }}
4343 GITHUB_CONTEXT : ${{ toJson(github) }}
44- # REPO_SLUG: ${{ github.repository }}
44+ REPO_SLUG : optimizely/fullstack-sdk-compatibility-suite@b45d804ce7670090341fcbae91f5daa39b03aa94
4545 PULL_REQUEST_SLUG : ${{ github.repository }}
4646 UPSTREAM_REPO : ${{ github.repository }}
4747 PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 11# Optimizely C# SDK Changelog
22
3+ ## 3.11.3
4+ July 18, 2023
5+
6+ ### Bug Fix
7+ - Last-Modified in header not found and used to reduce polling payload ([ #355 ] ( https://github.com/optimizely/csharp-sdk/pull/355 ) ).
8+
39## 3.11.2.1
410March 24, 2023
511
Original file line number Diff line number Diff line change 3535// Build Number
3636// Revision
3737//
38- // You can specify all the values or you can default the Revision and Build Numbers
39- // by using the '*' as shown below:
40- [ assembly: AssemblyVersion ( "3.11.2.1" ) ]
41- [ assembly: AssemblyFileVersion ( "3.11.2.1" ) ]
42- [ assembly: AssemblyInformationalVersion ( "3.11.2.1" ) ] // Used by Nuget.
38+ [ assembly: AssemblyVersion ( "3.11.3.0" ) ]
39+ [ assembly: AssemblyFileVersion ( "3.11.3.0" ) ]
40+ [ assembly: AssemblyInformationalVersion ( "3.11.3" ) ] // Used by Nuget.
4341
Original file line number Diff line number Diff line change 3535// Build Number
3636// Revision
3737//
38- // You can specify all the values or you can default the Build and Revision Numbers
39- // by using the '*' as shown below:
40- // [assembly: AssemblyVersion("1.0.*")]
41- [ assembly: AssemblyVersion ( "3.11.2.1" ) ]
42- [ assembly: AssemblyFileVersion ( "3.11.2.1" ) ]
43- [ assembly: AssemblyInformationalVersion ( "3.11.2.1" ) ] // Used by Nuget.
38+ [ assembly: AssemblyVersion ( "3.11.3.0" ) ]
39+ [ assembly: AssemblyFileVersion ( "3.11.3.0" ) ]
40+ [ assembly: AssemblyInformationalVersion ( "3.11.3" ) ] // Used by Nuget.
Original file line number Diff line number Diff line change 3535// Build Number
3636// Revision
3737//
38- // You can specify all the values or you can default the Build and Revision Numbers
39- // by using the '*' as shown below:
40- // [assembly: AssemblyVersion("1.0.*")]
41- [ assembly: AssemblyVersion ( "3.11.2.1" ) ]
42- [ assembly: AssemblyFileVersion ( "3.11.2.1" ) ]
43- [ assembly: AssemblyInformationalVersion ( "3.11.2.1" ) ] // Used by Nuget.
38+ [ assembly: AssemblyVersion ( "3.11.3.0" ) ]
39+ [ assembly: AssemblyFileVersion ( "3.11.3.0" ) ]
40+ [ assembly: AssemblyInformationalVersion ( "3.11.3" ) ] // Used by Nuget.
Original file line number Diff line number Diff line change 3535// Build Number
3636// Revision
3737//
38- // You can specify all the values or you can default the Build and Revision Numbers
39- // by using the '*' as shown below:
40- // [assembly: AssemblyVersion("1.0.*")]
41- [ assembly: AssemblyVersion ( "3.11.2.1" ) ]
42- [ assembly: AssemblyFileVersion ( "3.11.2.1" ) ]
43- [ assembly: AssemblyInformationalVersion ( "3.11.2.1" ) ] // Used by Nuget.
38+ [ assembly: AssemblyVersion ( "3.11.3.0" ) ]
39+ [ assembly: AssemblyFileVersion ( "3.11.3.0" ) ]
40+ [ assembly: AssemblyInformationalVersion ( "3.11.3" ) ] // Used by Nuget.
Original file line number Diff line number Diff line change 3535// Build Number
3636// Revision
3737//
38- // You can specify all the values or you can default the Build and Revision Numbers
39- // by using the '*' as shown below:
40- // [assembly: AssemblyVersion("1.0.*")]
41- [ assembly: AssemblyVersion ( "3.11.2.1" ) ]
42- [ assembly: AssemblyFileVersion ( "3.11.2.1" ) ]
43- [ assembly: AssemblyInformationalVersion ( "3.11.2.1" ) ] // Used by Nuget.
38+ [ assembly: AssemblyVersion ( "3.11.3.0" ) ]
39+ [ assembly: AssemblyFileVersion ( "3.11.3.0" ) ]
40+ [ assembly: AssemblyInformationalVersion ( "3.11.3" ) ] // Used by Nuget.
Original file line number Diff line number Diff line change 2929// Build Number
3030// Revision
3131//
32- // You can specify all the values or you can default the Revision and Build Numbers
33- // by using the '*' as shown below:
34- [ assembly: AssemblyVersion ( "3.11.2.1" ) ]
35- [ assembly: AssemblyFileVersion ( "3.11.2.1" ) ]
36- [ assembly: AssemblyInformationalVersion ( "3.11.2.1" ) ] // Used by Nuget.
32+ [ assembly: AssemblyVersion ( "3.11.3.0" ) ]
33+ [ assembly: AssemblyFileVersion ( "3.11.3.0" ) ]
34+ [ assembly: AssemblyInformationalVersion ( "3.11.3" ) ] // Used by Nuget.
You can’t perform that action at this time.
0 commit comments