Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
devhl-labs committed Oct 15, 2023
1 parent 136654f commit 9219d32
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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.9.0"
$releaseNote = "Upgraded OpenApi to handle all responses."
$packageVersion = "2.9.1"
$releaseNote = "Upgraded OpenApi"

$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.9.0</Version>
<Version>2.9.1</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.9.0</Version>
<Version>2.9.1</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\CocApi.Rest.xml</DocumentationFile>
<RepositoryUrl>https://github.com/devhl-labs/CocApi.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Upgraded OpenApi to handle all responses.</PackageReleaseNotes>
<PackageReleaseNotes>Upgraded OpenApi</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.9.0',
'packageVersion=2.9.1',
'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 to handle all responses."
--release-note "Upgraded OpenApi"
# -t templates
```

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

0 comments on commit 9219d32

Please sign in to comment.