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 9, 2023
1 parent 2235bcf commit 588d5f7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/scripts/generate.ps1
Original file line number Diff line number Diff line change
@@ -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'
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.10.1</Version>
<Version>2.11.0</Version>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
4 changes: 2 additions & 2 deletions src/CocApi.Rest/CocApi.Rest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<Description>A wrapper for the Clash of Clans API</Description>
<Copyright>No Copyright</Copyright>
<RootNamespace>CocApi.Rest</RootNamespace>
<Version>2.10.1</Version>
<Version>2.11.0</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\CocApi.Rest.xml</DocumentationFile>
<RepositoryUrl>https://github.com/devhl-labs/CocApi.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Upgraded OpenApi with new required/nullable handling</PackageReleaseNotes>
<PackageReleaseNotes>Upgraded OpenApi with new token instantiation</PackageReleaseNotes>
<PackageTags>ClashOfClans SuperCell devhl</PackageTags>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
12 changes: 6 additions & 6 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.10.1',
'packageVersion=2.11.0',
'packageAuthors=devhl',
'packageCompany=devhl',
'packageCopyright=No Copyright',
Expand All @@ -37,7 +37,7 @@ java -jar "<path>/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
```

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 588d5f7

Please sign in to comment.