Skip to content

Commit ae2178c

Browse files
committed
Releasing 12.5.1 (OAS: 10.1.0)
1 parent 2ebd5d0 commit ae2178c

23 files changed

Lines changed: 14 additions & 3192 deletions

Xero.NetStandard.OAuth2/Api/FinanceApi.cs

Lines changed: 0 additions & 459 deletions
Large diffs are not rendered by default.

Xero.NetStandard.OAuth2/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.5.0";
34+
public const string Version = "12.5.1";
3535

3636
/// <summary>
3737
/// Identifier for ISO 8601 DateTime Format
@@ -103,7 +103,7 @@ public class Configuration : IReadableConfiguration
103103
[System.Diagnostics.CodeAnalysis.SuppressMessage("ReSharper", "VirtualMemberCallInConstructor")]
104104
public Configuration()
105105
{
106-
UserAgent = "xero-netstandard-12.5.0";
106+
UserAgent = "xero-netstandard-12.5.1";
107107
BasePath = "https://api.xero.com/api.xro/2.0";
108108
DefaultHeader = new ConcurrentDictionary<string, string>();
109109
ApiKey = new ConcurrentDictionary<string, string>();
@@ -342,7 +342,7 @@ public static String ToDebugReport()
342342
String report = "C# SDK (Xero.NetStandard.OAuth2) Debug Report:\n";
343343
report += " OS: " + System.Runtime.InteropServices.RuntimeInformation.OSDescription + "\n";
344344
report += " Version of the API: 10.1.0\n";
345-
report += " SDK Package Version: 12.5.0\n";
345+
report += " SDK Package Version: 12.5.1\n";
346346

347347
return report;
348348
}

Xero.NetStandard.OAuth2/Model/Finance/AccountUsage.cs

Lines changed: 0 additions & 297 deletions
This file was deleted.

0 commit comments

Comments
 (0)