Skip to content

Commit

Permalink
[FSSDK-9006] Increase build/revision (#341)
Browse files Browse the repository at this point in the history
to republish to NuGet
  • Loading branch information
mikechu-optimizely authored Mar 24, 2023
1 parent 434847a commit dd03735
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 21 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Optimizely C# SDK Changelog

## 3.11.2.1
March 24, 2023

NuGet requires a semantic version increase to "republish".

### Bug Fix
- Corrections to nuspec generated during signing and upload.

## 3.11.2
March 16th, 2023

Expand Down
7 changes: 4 additions & 3 deletions OptimizelySDK.DemoApp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
//
// 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.0")]
[assembly: AssemblyFileVersion("3.11.2.0")]
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.

6 changes: 3 additions & 3 deletions OptimizelySDK.Net35/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// 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.0")]
[assembly: AssemblyFileVersion("3.11.2.0")]
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.
6 changes: 3 additions & 3 deletions OptimizelySDK.Net40/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// 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.0")]
[assembly: AssemblyFileVersion("3.11.2.0")]
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.
6 changes: 3 additions & 3 deletions OptimizelySDK.NetStandard16/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// 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.0")]
[assembly: AssemblyFileVersion("3.11.2.0")]
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.
6 changes: 3 additions & 3 deletions OptimizelySDK.NetStandard20/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// 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.0")]
[assembly: AssemblyFileVersion("3.11.2.0")]
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.
6 changes: 3 additions & 3 deletions OptimizelySDK.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// 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.0")]
[assembly: AssemblyFileVersion("3.11.2.0")]
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.2.1")] // Used by Nuget.
6 changes: 3 additions & 3 deletions OptimizelySDK/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// 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.0")]
[assembly: AssemblyFileVersion("3.11.2.0")]
[assembly: AssemblyInformationalVersion("3.11.2")] // Used by Nuget.
[assembly: AssemblyVersion("3.11.2.1")]
[assembly: AssemblyFileVersion("3.11.2.1")]
[assembly: AssemblyInformationalVersion("3.11.1")] // Used by Nuget.

0 comments on commit dd03735

Please sign in to comment.