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
9 files changed +28
-38
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ jobs:
101
101
integration_tests :
102
102
name : Run Integration Tests
103
103
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
105
105
secrets :
106
106
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
107
107
TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
108
108
109
109
fullstack_production_suite :
110
110
name : Run Performance Tests
111
111
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
113
113
with :
114
114
FULLSTACK_TEST_REPO : ProdTesting
115
115
secrets :
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
SDK : csharp
38
38
FULLSTACK_TEST_REPO : ${{ inputs.FULLSTACK_TEST_REPO }}
39
39
BUILD_NUMBER : ${{ github.run_id }}
40
- TESTAPP_BRANCH : master
40
+ TESTAPP_BRANCH : mike/3.11.x-testing # TestApp branch that was not ODP aware
41
41
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
42
42
EVENT_TYPE : ${{ github.event_name }}
43
43
GITHUB_CONTEXT : ${{ toJson(github) }}
44
- # REPO_SLUG: ${{ github.repository }}
44
+ REPO_SLUG : optimizely/fullstack-sdk-compatibility-suite@b45d804ce7670090341fcbae91f5daa39b03aa94
45
45
PULL_REQUEST_SLUG : ${{ github.repository }}
46
46
UPSTREAM_REPO : ${{ github.repository }}
47
47
PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 1
1
# Optimizely C# SDK Changelog
2
2
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
+
3
9
## 3.11.2.1
4
10
March 24, 2023
5
11
Original file line number Diff line number Diff line change 35
35
// Build Number
36
36
// Revision
37
37
//
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.
43
41
Original file line number Diff line number Diff line change 35
35
// Build Number
36
36
// Revision
37
37
//
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 35
35
// Build Number
36
36
// Revision
37
37
//
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 35
35
// Build Number
36
36
// Revision
37
37
//
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 35
35
// Build Number
36
36
// Revision
37
37
//
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 29
29
// Build Number
30
30
// Revision
31
31
//
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