From 8145aaca7b5cd613d95180f2aab86da2a6be129b Mon Sep 17 00:00:00 2001 From: Bryan Apellanes <63638027+bryanapellanes-okta@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:26:10 -0500 Subject: [PATCH] OKTA-755652: Use RestSharp 111.4.1 and reg (#732) * OKTA-755652: update project template to use RestSharp 111.4.1 and regenerate code --- API_README.md | 2 +- openapi3/config.json | 2 +- openapi3/templates/netcore_project.mustache | 2 +- src/Okta.Sdk/Client/Configuration.cs | 4 ++-- src/Okta.Sdk/Okta.Sdk.csproj | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/API_README.md b/API_README.md index 0d0f8f236..6b85f2bad 100644 --- a/API_README.md +++ b/API_README.md @@ -5,7 +5,7 @@ Allows customers to easily access the Okta Management APIs This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 5.1.0 -- SDK version: 8.0.1 +- SDK version: 8.1.1 - Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen For more information, please visit [https://developer.okta.com/](https://developer.okta.com/) diff --git a/openapi3/config.json b/openapi3/config.json index 1f2182b01..d744ab1e0 100644 --- a/openapi3/config.json +++ b/openapi3/config.json @@ -6,7 +6,7 @@ "packageName" : "Okta.Sdk", "outputDir" : "../", "inputSpec" : "./management.yaml", - "packageVersion" : "8.0.1", + "packageVersion" : "8.1.1", "packageDescription" : "Official .NET SDK for the Okta API", "packageTitle" : "Official .NET SDK for the Okta API", "packageCompany" : "Okta, Inc.", diff --git a/openapi3/templates/netcore_project.mustache b/openapi3/templates/netcore_project.mustache index 657e38940..b46b29314 100644 --- a/openapi3/templates/netcore_project.mustache +++ b/openapi3/templates/netcore_project.mustache @@ -36,7 +36,7 @@ {{/useGenericHost}} {{#useRestSharp}} - + {{/useRestSharp}} {{#useGenericHost}} diff --git a/src/Okta.Sdk/Client/Configuration.cs b/src/Okta.Sdk/Client/Configuration.cs index 684c28df1..be06a5bb1 100644 --- a/src/Okta.Sdk/Client/Configuration.cs +++ b/src/Okta.Sdk/Client/Configuration.cs @@ -39,7 +39,7 @@ public class Configuration : IReadableConfiguration /// Version of the package. /// /// Version of the package. - public const string Version = "8.0.1"; + public const string Version = "8.1.1"; /// /// Identifier for ISO 8601 DateTime Format @@ -766,7 +766,7 @@ public static string ToDebugReport() report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; report += " Version of the API: 5.1.0\n"; - report += " SDK Package Version: 8.0.1\n"; + report += " SDK Package Version: 8.1.1\n"; return report; } diff --git a/src/Okta.Sdk/Okta.Sdk.csproj b/src/Okta.Sdk/Okta.Sdk.csproj index 8991e1fb9..da25dbfc0 100644 --- a/src/Okta.Sdk/Okta.Sdk.csproj +++ b/src/Okta.Sdk/Okta.Sdk.csproj @@ -13,7 +13,7 @@ Official .NET SDK for the Okta API Okta, Inc. Okta.Sdk - 8.0.1 + 8.1.1 bin\$(Configuration)\$(TargetFramework)\Okta.Sdk.xml LICENSE True @@ -29,7 +29,7 @@ - +