From 588d5f7471cd39e199babc02dee4af3705831591 Mon Sep 17 00:00:00 2001 From: devhl Date: Sat, 9 Dec 2023 08:40:29 -0500 Subject: [PATCH] version bump --- .openapi-generator/FILES | 1 - docs/scripts/generate.ps1 | 4 ++-- src/CocApi.Cache/CocApi.Cache.csproj | 2 +- src/CocApi.Rest/CocApi.Rest.csproj | 4 ++-- src/CocApi.Rest/README.md | 12 ++++++------ 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 9b378f0..d16effd 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -89,7 +89,6 @@ docs/models/WarLeagueList.md docs/models/WarPreference.md docs/models/WarState.md docs/models/WarType.md -src/CocApi.Rest.Test/Apis/ApiTestsBase.cs src/CocApi.Rest.Test/Apis/DependencyInjectionTests.cs src/CocApi.Rest.Test/CocApi.Rest.Test.csproj src/CocApi.Rest.Test/README.md diff --git a/docs/scripts/generate.ps1 b/docs/scripts/generate.ps1 index 7406a0c..a2fbb79 100644 --- a/docs/scripts/generate.ps1 +++ b/docs/scripts/generate.ps1 @@ -1,5 +1,5 @@ -$packageVersion = "2.10.1" -$releaseNote = "Upgraded OpenApi with new required/nullable handling" +$packageVersion = "2.11.0" +$releaseNote = "Upgraded OpenApi with new token instantiation" $properties = @( 'packageName=CocApi.Rest' diff --git a/src/CocApi.Cache/CocApi.Cache.csproj b/src/CocApi.Cache/CocApi.Cache.csproj index 131b260..16868b9 100644 --- a/src/CocApi.Cache/CocApi.Cache.csproj +++ b/src/CocApi.Cache/CocApi.Cache.csproj @@ -6,7 +6,7 @@ devhl Caches response from the Clash of Clans API. - 2.10.1 + 2.11.0 2.0.0.0 2.0.0.0 true diff --git a/src/CocApi.Rest/CocApi.Rest.csproj b/src/CocApi.Rest/CocApi.Rest.csproj index 71c2ed7..6ee6d70 100644 --- a/src/CocApi.Rest/CocApi.Rest.csproj +++ b/src/CocApi.Rest/CocApi.Rest.csproj @@ -12,11 +12,11 @@ A wrapper for the Clash of Clans API No Copyright CocApi.Rest - 2.10.1 + 2.11.0 bin\$(Configuration)\$(TargetFramework)\CocApi.Rest.xml https://github.com/devhl-labs/CocApi.git git - Upgraded OpenApi with new required/nullable handling + Upgraded OpenApi with new token instantiation ClashOfClans SuperCell devhl enable diff --git a/src/CocApi.Rest/README.md b/src/CocApi.Rest/README.md index 0596762..1229ed6 100644 --- a/src/CocApi.Rest/README.md +++ b/src/CocApi.Rest/README.md @@ -10,7 +10,7 @@ $properties = @( 'validatable=false', 'nullableReferenceTypes=true', 'hideGenerationTimestamp=false', - 'packageVersion=2.10.1', + 'packageVersion=2.11.0', 'packageAuthors=devhl', 'packageCompany=devhl', 'packageCopyright=No Copyright', @@ -37,7 +37,7 @@ java -jar "/openapi-generator/modules/openapi-generator-cli/target/openapi --git-host "github.com" ` --git-repo-id "CocApi" ` --git-user-id "devhl-labs" ` - --release-note "Upgraded OpenApi with new required/nullable handling" + --release-note "Upgraded OpenApi with new token instantiation" # -t templates ``` @@ -134,8 +134,8 @@ Authentication schemes defined for the API: ## Build -- SDK version: 2.10.1 -- Build date: 2023-12-08T21:58:03.396462500-05:00[America/New_York] +- SDK version: 2.11.0 +- Build date: 2023-12-09T08:39:56.927342700-05:00[America/New_York] - Build package: org.openapitools.codegen.languages.CSharpClientCodegen ## Api Information @@ -183,8 +183,8 @@ Authentication schemes defined for the API: - packageName: CocApi.Rest - packageTags: ClashOfClans SuperCell devhl - packageTitle: CocApi.Rest -- packageVersion: 2.10.1 -- releaseNote: Upgraded OpenApi with new required/nullable handling +- packageVersion: 2.11.0 +- releaseNote: Upgraded OpenApi with new token instantiation - returnICollection: false - sortParamsByRequiredFlag: - sourceFolder: src