From e435fe03c111f4dec123deb50c9b557f62bd4dcc Mon Sep 17 00:00:00 2001 From: Chris Mitchell Date: Mon, 10 Aug 2026 16:19:59 +1200 Subject: [PATCH] [XAPI-2340] Bump OAuth2Client version to 1.6.1 Manual reconciliation: 1.6.1 was already published to nuget.org, but the version bump commit and tag never landed in the repo. This brings the csproj version and tag back in sync with what's live on nuget.org. --- .../Xero.NetStandard.OAuth2Client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj b/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj index 582dc6d4..09019960 100644 --- a/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj +++ b/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj @@ -2,7 +2,7 @@ netstandard2.0 Xero.NetStandard.OAuth2Client - 1.6.0 + 1.6.1 Xero Xero https://github.com/XeroAPI/Xero-NetStandard/