From 87e408a99fcb09c6f451c3b7b6fe6357195fcab9 Mon Sep 17 00:00:00 2001 From: "vignesh.kennadi_xero" Date: Thu, 20 Mar 2025 16:23:19 +0530 Subject: [PATCH 1/2] ECOOI-6890 Fix Vulnerable Packages --- .../Xero.NetStandard.OAuth2.Test.csproj | 26 +++++++++---------- .../Xero.NetStandard.OAuth2.csproj | 8 +++--- .../Xero.NetStandard.OAuth2Client.csproj | 6 ++--- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj b/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj index dce0f22b..9a18b4f9 100644 --- a/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj +++ b/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj @@ -5,24 +5,24 @@ Properties Xero.NetStandard.OAuth2.Test Xero.NetStandard.OAuth2.Test - netcoreapp3.1 + net8.0 false 512 - - - - - - - + + + + + + + - - - - - + + + + + diff --git a/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj b/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj index 20eb7d0d..f8fba732 100644 --- a/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj +++ b/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj @@ -27,10 +27,10 @@ - - - - + + + + diff --git a/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj b/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj index 4a859c5a..582dc6d4 100644 --- a/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj +++ b/Xero.NetStandard.OAuth2Client/Xero.NetStandard.OAuth2Client.csproj @@ -13,8 +13,8 @@ - - - + + + From a51c6b274dbbd067c46d780990df1ac736d751f0 Mon Sep 17 00:00:00 2001 From: manishT72x Date: Mon, 7 Apr 2025 21:41:56 +0530 Subject: [PATCH 2/2] updates sdk version number --- .../Xero.NetStandard.OAuth2.Test.csproj | 4 ---- Xero.NetStandard.OAuth2/Client/Configuration.cs | 6 +++--- Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj | 4 ++-- docs/accounting/index.html | 2 +- docs/appstore/index.html | 2 +- docs/bankfeeds/index.html | 2 +- docs/files/index.html | 2 +- docs/finance/index.html | 2 +- docs/payroll-au/index.html | 2 +- docs/payroll-nz/index.html | 2 +- docs/payroll-uk/index.html | 2 +- docs/projects/index.html | 2 +- 12 files changed, 14 insertions(+), 18 deletions(-) diff --git a/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj b/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj index 9a18b4f9..f01b183a 100644 --- a/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj +++ b/Xero.NetStandard.OAuth2.Test/Xero.NetStandard.OAuth2.Test.csproj @@ -10,13 +10,9 @@ 512 - - - - diff --git a/Xero.NetStandard.OAuth2/Client/Configuration.cs b/Xero.NetStandard.OAuth2/Client/Configuration.cs index 5be2e7af..cfbcc5bd 100644 --- a/Xero.NetStandard.OAuth2/Client/Configuration.cs +++ b/Xero.NetStandard.OAuth2/Client/Configuration.cs @@ -31,7 +31,7 @@ public class Configuration : IReadableConfiguration /// Version of the package. /// /// Version of the package. - public const string Version = "10.1.0"; + public const string Version = "10.1.1"; /// /// Identifier for ISO 8601 DateTime Format @@ -103,7 +103,7 @@ public class Configuration : IReadableConfiguration [System.Diagnostics.CodeAnalysis.SuppressMessage("ReSharper", "VirtualMemberCallInConstructor")] public Configuration() { - UserAgent = "xero-netstandard-10.1.0"; + UserAgent = "xero-netstandard-10.1.1"; BasePath = "https://api.xero.com/api.xro/2.0"; DefaultHeader = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); @@ -342,7 +342,7 @@ public static String ToDebugReport() String report = "C# SDK (Xero.NetStandard.OAuth2) Debug Report:\n"; report += " OS: " + System.Runtime.InteropServices.RuntimeInformation.OSDescription + "\n"; report += " Version of the API: 7.1.0\n"; - report += " SDK Package Version: 10.1.0\n"; + report += " SDK Package Version: 10.1.1\n"; return report; } diff --git a/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj b/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj index 97121ea4..0a3744c1 100644 --- a/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj +++ b/Xero.NetStandard.OAuth2/Xero.NetStandard.OAuth2.csproj @@ -16,7 +16,7 @@ true true Xero.NetStandard.OAuth2 - 10.1.0 + 10.1.1 bin\$(Configuration)\$(TargetFramework)\Xero.NetStandard.OAuth2.xml https://github.com/XeroAPI/Xero-NetStandard/ https://en.gravatar.com/userimage/180557955/74b3a957d886bc921b0d1455beed9dab.png @@ -25,7 +25,7 @@ xero;api;sdk;oauth2;oauth2.0 This is a .NETStandard SDK library, used to communicate with the Xero API using OAuth2.0. See https://github.com/XeroAPI/Xero-NetStandard for more information - + diff --git a/docs/accounting/index.html b/docs/accounting/index.html index 3ada0013..dc84ea21 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -6340,7 +6340,7 @@