diff --git a/docs/scripts/generate.ps1 b/docs/scripts/generate.ps1 index 7a59b14..c957bc1 100644 --- a/docs/scripts/generate.ps1 +++ b/docs/scripts/generate.ps1 @@ -1,4 +1,4 @@ -$packageVersion = "2.6.1" +$packageVersion = "2.7.0" $releaseNote = "Moved rest methods to CocApi.Rest. Now using automation to generate rest methods from openapi yaml." $properties = @( diff --git a/src/CocApi.Cache/CocApi.Cache.csproj b/src/CocApi.Cache/CocApi.Cache.csproj index 548fabc..d5df1d3 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.6.1 + 2.7.0 2.0.0.0 2.0.0.0 true diff --git a/src/CocApi.Rest/Apis/LeaguesApi.Manual.cs b/src/CocApi.Rest/Apis/LeaguesApi.Manual.cs index 72c25f4..86020de 100644 --- a/src/CocApi.Rest/Apis/LeaguesApi.Manual.cs +++ b/src/CocApi.Rest/Apis/LeaguesApi.Manual.cs @@ -1,4 +1,4 @@ -using CocApi.Rest.Client; +using CocApi.Rest.Client; using CocApi.Rest.Models; using Microsoft.Extensions.Logging; diff --git a/src/CocApi.Rest/Apis/LocationsApi.Manual.cs b/src/CocApi.Rest/Apis/LocationsApi.Manual.cs index e2dd1e8..1ed6870 100644 --- a/src/CocApi.Rest/Apis/LocationsApi.Manual.cs +++ b/src/CocApi.Rest/Apis/LocationsApi.Manual.cs @@ -1,4 +1,4 @@ -using CocApi.Rest.Client; +using CocApi.Rest.Client; using CocApi.Rest.Models; using Microsoft.Extensions.Logging; diff --git a/src/CocApi.Rest/CocApi.Rest.csproj b/src/CocApi.Rest/CocApi.Rest.csproj index 66cc8e5..ed6a1ee 100644 --- a/src/CocApi.Rest/CocApi.Rest.csproj +++ b/src/CocApi.Rest/CocApi.Rest.csproj @@ -12,7 +12,7 @@ A wrapper for the Clash of Clans API No Copyright CocApi.Rest - 2.6.1 + 2.7.0 bin\$(Configuration)\$(TargetFramework)\CocApi.Rest.xml https://github.com/devhl-labs/CocApi.git git diff --git a/src/CocApi.Rest/README.md b/src/CocApi.Rest/README.md index f48736a..17b376f 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.6.1', + 'packageVersion=2.7.0', 'packageAuthors=devhl', 'packageCompany=devhl', 'packageCopyright=No Copyright', @@ -141,8 +141,8 @@ Authentication schemes defined for the API: ## Build -- SDK version: 2.6.1 -- Build date: 2023-07-09T16:02:31.795127800-04:00[America/New_York] +- SDK version: 2.7.0 +- Build date: 2023-07-09T17:06:40.718915700-04:00[America/New_York] - Build package: org.openapitools.codegen.languages.CSharpClientCodegen ## Api Information @@ -190,7 +190,7 @@ Authentication schemes defined for the API: - packageName: CocApi.Rest - packageTags: ClashOfClans SuperCell devhl - packageTitle: CocApi.Rest -- packageVersion: 2.6.1 +- packageVersion: 2.7.0 - releaseNote: Moved rest methods to CocApi.Rest. Now using automation to generate rest methods from openapi yaml. - returnICollection: false - sortParamsByRequiredFlag: