Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
coel committed Feb 6, 2025
1 parent e0d01aa commit 88d7aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Also, see the SDKs section in Kinde’s [contributing guidelines](https://githu
Run the following command to generate the SDK:

```bash
openapi-generator-cli generate -i https://api-spec.kinde.com/kinde-combined-api-specs.yaml -g csharp -o Kinde.Sdk --package-name=Kinde.Api -c config.yaml --library=httpclient --additional-properties=targetFramework=net6.0,packageVersion=1.2.9,sourceFolder=
openapi-generator-cli generate -i https://api-spec.kinde.com/kinde-combined-api-specs.yaml -g csharp -o Kinde.Sdk --package-name=Kinde.Api -c config.yaml --library=httpclient --additional-properties=targetFramework=net6.0,packageVersion=1.2.10,sourceFolder=
```

**Note:** The API specifications should always point to Kinde's hosted version: https://api-spec.kinde.com/kinde-combined-api-specs.yaml. This is set via the ` -i` option in the [OpenAPI Generator CLI](https://openapi-generator.tech/docs/usage/), for example:
Expand Down

0 comments on commit 88d7aed

Please sign in to comment.