Skip to content

Commit

Permalink
Specify packageGuid in openapi-generator config (#139)
Browse files Browse the repository at this point in the history
We must do this, otherwise a new GUID is generated for every run,
leading to frequent meaningless changes in the generated `Vault.sln`
file.
  • Loading branch information
maxb authored Jul 10, 2023
1 parent ab283f2 commit e171513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ additionalProperties:
packageCompany: Hashicorp
packageName: Vault
packageVersion: 0.1.0-beta
packageGuid: "{16184629-2991-4084-BCA4-2748275C24E5}"
library: httpclient
files:
Client.mustache:
Expand Down

0 comments on commit e171513

Please sign in to comment.