Skip to content

Commit

Permalink
fix: update openapi to 6.1.0 for dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
sbward authored Oct 27, 2023
1 parent 08612f7 commit 178843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ dotnet () {
rm -rf "$dir" || true
mkdir -p "$dir"

openapi-generator-cli version-manager set 5.4.0
openapi-generator-cli version-manager set 6.1.0
openapi-generator-cli generate -i "${SPEC_FILE}" \
-g csharp-netcore \
-o "$dir" \
Expand Down

0 comments on commit 178843e

Please sign in to comment.