File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed
OptimizelySDK.Net35/Properties
OptimizelySDK.Net40/Properties
OptimizelySDK.Tests/Properties Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 3737//
3838// You can specify all the values or you can default the Revision and Build Numbers
3939// by using the '*' as shown below:
40- [ assembly: AssemblyVersion ( "2.0.1 .0" ) ]
41- [ assembly: AssemblyFileVersion ( "2.0.1 .0" ) ]
42- [ assembly: AssemblyInformationalVersion ( "2.0.1 " ) ] // Used by Nuget.
40+ [ assembly: AssemblyVersion ( "2.1.0 .0" ) ]
41+ [ assembly: AssemblyFileVersion ( "2.1.0 .0" ) ]
42+ [ assembly: AssemblyInformationalVersion ( "2.1.0 " ) ] // Used by Nuget.
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
33 <package id =" Antlr" version =" 3.4.1.9004" targetFramework =" net45" />
44 <package id =" bootstrap" version =" 4.0.0" targetFramework =" net45" />
1818 <package id =" murmurhash-signed" version =" 1.0.2" targetFramework =" net45" />
1919 <package id =" Newtonsoft.Json" version =" 9.0.1" targetFramework =" net45" />
2020 <package id =" NJsonSchema" version =" 8.30.6304.31883" targetFramework =" net45" />
21- <package id =" Optimizely.SDK" version =" 2.1.0 " targetFramework =" net45" />
21+ <package id =" Optimizely.SDK" version =" 2.0.1 " targetFramework =" net45" />
2222 <package id =" popper.js" version =" 1.12.9" targetFramework =" net45" />
2323 <package id =" Respond" version =" 1.2.0" targetFramework =" net45" />
2424 <package id =" WebGrease" version =" 1.5.2" targetFramework =" net45" />
Original file line number Diff line number Diff line change 3838// You can specify all the values or you can default the Build and Revision Numbers
3939// by using the '*' as shown below:
4040// [assembly: AssemblyVersion("1.0.*")]
41- [ assembly: AssemblyVersion ( "2.0.1 .0" ) ]
42- [ assembly: AssemblyFileVersion ( "2.0.1 .0" ) ]
43- [ assembly: AssemblyInformationalVersion ( "2.0.1 " ) ] // Used by Nuget.
41+ [ assembly: AssemblyVersion ( "2.1.0 .0" ) ]
42+ [ assembly: AssemblyFileVersion ( "2.1.0 .0" ) ]
43+ [ assembly: AssemblyInformationalVersion ( "2.1.0 " ) ] // Used by Nuget.
Original file line number Diff line number Diff line change 3838// You can specify all the values or you can default the Build and Revision Numbers
3939// by using the '*' as shown below:
4040// [assembly: AssemblyVersion("1.0.*")]
41- [ assembly: AssemblyVersion ( "2.0.1 .0" ) ]
42- [ assembly: AssemblyFileVersion ( "2.0.1 .0" ) ]
43- [ assembly: AssemblyInformationalVersion ( "2.0.1 " ) ] // Used by Nuget.
41+ [ assembly: AssemblyVersion ( "2.1.0 .0" ) ]
42+ [ assembly: AssemblyFileVersion ( "2.1.0 .0" ) ]
43+ [ assembly: AssemblyInformationalVersion ( "2.1.0 " ) ] // Used by Nuget.
Original file line number Diff line number Diff line change 3131//
3232// You can specify all the values or you can default the Revision and Build Numbers
3333// by using the '*' as shown below:
34- [ assembly: AssemblyVersion ( "2.0.1 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "2.0.1 .0" ) ]
36- [ assembly: AssemblyInformationalVersion ( "2.0.1 " ) ] // Used by Nuget.
34+ [ assembly: AssemblyVersion ( "2.1.0 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "2.1.0 .0" ) ]
36+ [ assembly: AssemblyInformationalVersion ( "2.1.0 " ) ] // Used by Nuget.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public class Optimizely
5151
5252 public static String SDK_VERSION {
5353 get {
54- // Example output: "2.0.1 " . Should be kept in synch with NuGet package version.
54+ // Example output: "2.1.0 " . Should be kept in synch with NuGet package version.
5555#if NET35
5656 Assembly assembly = Assembly . GetExecutingAssembly ( ) ;
5757#else
Original file line number Diff line number Diff line change 3838// You can specify all the values or you can default the Build and Revision Numbers
3939// by using the '*' as shown below:
4040// [assembly: AssemblyVersion("1.0.*")]
41- [ assembly: AssemblyVersion ( "2.0.1 .0" ) ]
42- [ assembly: AssemblyFileVersion ( "2.0.1 .0" ) ]
43- [ assembly: AssemblyInformationalVersion ( "2.0.1 " ) ] // Used by Nuget.
41+ [ assembly: AssemblyVersion ( "2.1.0 .0" ) ]
42+ [ assembly: AssemblyFileVersion ( "2.1.0 .0" ) ]
43+ [ assembly: AssemblyInformationalVersion ( "2.1.0 " ) ] // Used by Nuget.
You can’t perform that action at this time.
0 commit comments