Skip to content

Commit

Permalink
Update OpenAPI generator version to v7.10.0 in VSIX and VSMac projects
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Nov 18, 2024
1 parent e4ae15d commit 86d8c9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/VSIX/ApiClientCodeGen.VSIX.Dev17/VSCommandTable.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</Button>
<Button guid="guidPackageCmdSet" id="OpenApiCodeGeneratorCustomToolSetter" priority="0x0101" type="Button">
<Strings>
<ButtonText>Generate with OpenAPI Generator (v7.9.0)</ButtonText>
<ButtonText>Generate with OpenAPI Generator (v7.10.0)</ButtonText>
</Strings>
</Button>
<Button guid="guidPackageCmdSet" id="KiotaCodeGeneratorCustomToolSetter" priority="0x0102" type="Button">
Expand Down Expand Up @@ -99,7 +99,7 @@
</Button>
<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithOpenApi" priority="0x0102" type="Button">
<Strings>
<ButtonText>Generate with OpenAPI Generator (v7.9.0)</ButtonText>
<ButtonText>Generate with OpenAPI Generator (v7.10.0)</ButtonText>
</Strings>
</Button>
<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithKiota" priority="0x0103" type="Button">
Expand Down
4 changes: 2 additions & 2 deletions src/VSIX/ApiClientCodeGen.VSIX/VSCommandTable.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</Button>
<Button guid="guidPackageCmdSet" id="OpenApiCodeGeneratorCustomToolSetter" priority="0x0101" type="Button">
<Strings>
<ButtonText>Generate with OpenAPI Generator (v7.9.0)</ButtonText>
<ButtonText>Generate with OpenAPI Generator (v7.10.0)</ButtonText>
</Strings>
</Button>
<Button guid="guidPackageCmdSet" id="KiotaCodeGeneratorCustomToolSetter" priority="0x0102" type="Button">
Expand Down Expand Up @@ -99,7 +99,7 @@
</Button>
<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithOpenApi" priority="0x0102" type="Button">
<Strings>
<ButtonText>Generate with OpenAPI Generator (v7.9.0)</ButtonText>
<ButtonText>Generate with OpenAPI Generator (v7.10.0)</ButtonText>
</Strings>
</Button>
<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithKiota" priority="0x0103" type="Button">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.AddNewNSwagStudioCommandHandler" />

<Command id = "ApiClientCodeGen.VSMac.Commands.AddToProject.OpenApi"
_label = "Generate with OpenAPI Generator (v7.9.0)"
_label = "Generate with OpenAPI Generator (v7.10.0)"
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.AddNewOpenApiCommandHandler" />

<Command id = "ApiClientCodeGen.VSMac.Commands.AddToProject.Kiota"
Expand Down Expand Up @@ -64,7 +64,7 @@
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.GenerateNSwagStudioCommandHandler" />

<Command id = "ApiClientCodeGen.VSMac.Commands.GenerateCode.OpenApi"
_label = "Generate with OpenAPI Generator (v7.9.0)"
_label = "Generate with OpenAPI Generator (v7.10.0)"
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.GenerateOpenApiCommandHandler" />

<Command id = "ApiClientCodeGen.VSMac.Commands.GenerateCode.Kiota"
Expand Down

0 comments on commit 86d8c9d

Please sign in to comment.