Skip to content

Commit c76ecdb

Browse files
committed
Add prerelease switch to OpenAPI docs
1 parent 4d1dd82 commit c76ecdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/usage/openapi-client.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For C# clients, we provide an additional package that provides workarounds for b
1919

2020
To add it to your project, run the following command:
2121
```
22-
dotnet add package JsonApiDotNetCore.OpenApi.Client.NSwag
22+
dotnet add package JsonApiDotNetCore.OpenApi.Client.NSwag --prerelease
2323
```
2424

2525
# [Kiota](#tab/kiota)
@@ -28,7 +28,7 @@ For C# clients, we provide an additional package that provides workarounds for b
2828

2929
To add it to your project, run the following command:
3030
```
31-
dotnet add package JsonApiDotNetCore.OpenApi.Client.Kiota
31+
dotnet add package JsonApiDotNetCore.OpenApi.Client.Kiota --prerelease
3232
```
3333

3434
---
@@ -60,7 +60,7 @@ The following steps describe how to generate and use a JSON:API client in C#, co
6060
1. Add our client package to your project:
6161

6262
```
63-
dotnet add package JsonApiDotNetCore.OpenApi.Client.NSwag
63+
dotnet add package JsonApiDotNetCore.OpenApi.Client.NSwag --prerelease
6464
```
6565
6666
1. Add code that calls one of your JSON:API endpoints.

docs/usage/openapi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ provides OpenAPI support for JSON:API by integrating with [Swashbuckle](https://
1515
1. Install the `JsonApiDotNetCore.OpenApi.Swashbuckle` NuGet package:
1616

1717
```
18-
dotnet add package JsonApiDotNetCore.OpenApi.Swashbuckle
18+
dotnet add package JsonApiDotNetCore.OpenApi.Swashbuckle --prerelease
1919
```
2020
2121
> [!NOTE]

0 commit comments

Comments
 (0)