Skip to content

Commit 019cda3

Browse files
authored
Merge pull request #60 from talon-one/update-13.0.0
Update SDK to 13.0.0
2 parents f9cc199 + e0e6224 commit 019cda3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/TalonOne/Client/Configuration.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

src/TalonOne/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
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")]

0 commit comments

Comments
 (0)