File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public class Configuration : IReadableConfiguration
3131 /// Version of the package.
3232 /// </summary>
3333 /// <value>Version of the package.</value>
34- public const string Version = "12 .0.0" ;
34+ public const string Version = "13 .0.0" ;
3535
3636 /// <summary>
3737 /// Identifier for ISO 8601 DateTime Format
@@ -96,7 +96,7 @@ public class Configuration : IReadableConfiguration
9696 [ System . Diagnostics . CodeAnalysis . SuppressMessage ( "ReSharper" , "VirtualMemberCallInConstructor" ) ]
9797 public Configuration ( )
9898 {
99- UserAgent = "OpenAPI-Generator/12 .0.0/csharp" ;
99+ UserAgent = "OpenAPI-Generator/13 .0.0/csharp" ;
100100 BasePath = "https://yourbaseurl.talon.one" ;
101101 DefaultHeaders = new ConcurrentDictionary < string , string > ( ) ;
102102 ApiKey = new ConcurrentDictionary < string , string > ( ) ;
@@ -351,7 +351,7 @@ public static String ToDebugReport()
351351 String report = "C# SDK (TalonOne) Debug Report:\n " ;
352352 report += " OS: " + System . Runtime . InteropServices . RuntimeInformation . OSDescription + "\n " ;
353353 report += " Version of the API: \n " ;
354- report += " SDK Package Version: 12 .0.0\n " ;
354+ report += " SDK Package Version: 13 .0.0\n " ;
355355
356356 return report ;
357357 }
Original file line number Diff line number Diff line change 2929// You can specify all the values or you can default the Build and Revision Numbers
3030// by using the '*' as shown below:
3131// [assembly: AssemblyVersion("1.0.*")]
32- [ assembly: AssemblyVersion ( "12 .0.0" ) ]
33- [ assembly: AssemblyFileVersion ( "12 .0.0" ) ]
32+ [ assembly: AssemblyVersion ( "13 .0.0" ) ]
33+ [ assembly: AssemblyFileVersion ( "13 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments