Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
devhl-labs committed Dec 13, 2023
1 parent ccd759a commit 5251eaf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/scripts/generate.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$packageVersion = "2.11.1"
$packageVersion = "2.11.2"
$releaseNote = "Upgraded OpenApi with new token instantiation"

$properties = @(
Expand Down
2 changes: 1 addition & 1 deletion src/CocApi.Cache/CocApi.Cache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>devhl</Authors>
<Product />
<Description>Caches response from the Clash of Clans API.</Description>
<Version>2.11.1</Version>
<Version>2.11.2</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion src/CocApi.Rest/CocApi.Rest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Description>A wrapper for the Clash of Clans API</Description>
<Copyright>No Copyright</Copyright>
<RootNamespace>CocApi.Rest</RootNamespace>
<Version>2.11.1</Version>
<Version>2.11.2</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\CocApi.Rest.xml</DocumentationFile>
<RepositoryUrl>https://github.com/devhl-labs/CocApi.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
8 changes: 4 additions & 4 deletions src/CocApi.Rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $properties = @(
'validatable=false',
'nullableReferenceTypes=true',
'hideGenerationTimestamp=false',
'packageVersion=2.11.1',
'packageVersion=2.11.2',
'packageAuthors=devhl',
'packageCompany=devhl',
'packageCopyright=No Copyright',
Expand Down Expand Up @@ -134,8 +134,8 @@ Authentication schemes defined for the API:


## Build
- SDK version: 2.11.1
- Build date: 2023-12-12T20:51:12.559726900-05:00[America/New_York]
- SDK version: 2.11.2
- Build date: 2023-12-12T20:52:38.915853800-05:00[America/New_York]
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen

## Api Information
Expand Down Expand Up @@ -183,7 +183,7 @@ Authentication schemes defined for the API:
- packageName: CocApi.Rest
- packageTags: ClashOfClans SuperCell devhl
- packageTitle: CocApi.Rest
- packageVersion: 2.11.1
- packageVersion: 2.11.2
- releaseNote: Upgraded OpenApi with new token instantiation
- returnICollection: false
- sortParamsByRequiredFlag:
Expand Down

0 comments on commit 5251eaf

Please sign in to comment.