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 7, 2023
1 parent 5ae9dee commit 4705f1f
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.8.2"
$releaseNote = "Removed IApi namespace. Added an event for errors."
$packageVersion = "2.9.0"
$releaseNote = "Upgraded OpenApi to handle all responses."

$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.8.2</Version>
<Version>2.9.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.8.2</Version>
<Version>2.9.0</Version>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\CocApi.Rest.xml</DocumentationFile>
<RepositoryUrl>https://github.com/devhl-labs/CocApi.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Removed IApi namespace. Added an event for errors.</PackageReleaseNotes>
<PackageReleaseNotes>Upgraded OpenApi to handle all responses.</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.8.2',
'packageVersion=2.9.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 "Removed IApi namespace. Added an event for errors."
--release-note "Upgraded OpenApi to handle all responses."
# -t templates
```

Expand Down Expand Up @@ -141,8 +141,8 @@ Authentication schemes defined for the API:


## Build
- SDK version: 2.8.2
- Build date: 2023-10-07T18:03:23.067983100-04:00[America/New_York]
- SDK version: 2.9.0
- Build date: 2023-10-07T18:27:17.050845200-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.8.2
- releaseNote: Removed IApi namespace. Added an event for errors.
- packageVersion: 2.9.0
- releaseNote: Upgraded OpenApi to handle all responses.
- returnICollection: false
- sortParamsByRequiredFlag:
- sourceFolder: src
Expand Down

0 comments on commit 4705f1f

Please sign in to comment.