Skip to content

Commit

Permalink
chore: update openapi-generator to 7.8.0 for dotnet (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbward authored Nov 12, 2024
1 parent 6bdaedd commit 7d4056f
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 @@ -217,7 +217,7 @@ dotnet () {
rm -rf "$dir" || true
mkdir -p "$dir"

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

0 comments on commit 7d4056f

Please sign in to comment.