diff --git a/docs/scripts/generate.ps1 b/docs/scripts/generate.ps1 index 1a5d509..6f7b530 100644 --- a/docs/scripts/generate.ps1 +++ b/docs/scripts/generate.ps1 @@ -1,5 +1,5 @@ -$packageVersion = "2.9.0" -$releaseNote = "Upgraded OpenApi to handle all responses." +$packageVersion = "2.9.1" +$releaseNote = "Upgraded OpenApi" $properties = @( 'packageName=CocApi.Rest' diff --git a/src/CocApi.Cache/CocApi.Cache.csproj b/src/CocApi.Cache/CocApi.Cache.csproj index eb2dc8d..aee8b39 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.9.0 + 2.9.1 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 47ed831..1d1909f 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.9.0 + 2.9.1 bin\$(Configuration)\$(TargetFramework)\CocApi.Rest.xml https://github.com/devhl-labs/CocApi.git git - Upgraded OpenApi to handle all responses. + Upgraded OpenApi ClashOfClans SuperCell devhl enable diff --git a/src/CocApi.Rest/README.md b/src/CocApi.Rest/README.md index c11d41f..d399167 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.9.0', + 'packageVersion=2.9.1', '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 to handle all responses." + --release-note "Upgraded OpenApi" # -t templates ``` @@ -141,8 +141,8 @@ Authentication schemes defined for the API: ## Build -- SDK version: 2.9.0 -- Build date: 2023-10-15T16:12:47.528005-04:00[America/New_York] +- SDK version: 2.9.1 +- Build date: 2023-10-15T16:22:48.951825900-04:00[America/New_York] - Build package: org.openapitools.codegen.languages.CSharpClientCodegen ## Api Information @@ -190,8 +190,8 @@ Authentication schemes defined for the API: - packageName: CocApi.Rest - packageTags: ClashOfClans SuperCell devhl - packageTitle: CocApi.Rest -- packageVersion: 2.9.0 -- releaseNote: Upgraded OpenApi to handle all responses. +- packageVersion: 2.9.1 +- releaseNote: Upgraded OpenApi - returnICollection: false - sortParamsByRequiredFlag: - sourceFolder: src