Skip to content

Commit

Permalink
Update button text to version 1.4.1 in command tables for VSIX and VSMac
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Nov 20, 2024
1 parent 025c0a7 commit e2be3ce
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 @@ -59,7 +59,7 @@
</Button>
<Button guid="guidPackageCmdSet" id="RefitterCodeGeneratorCustomToolSetter" priority="0x0105" type="Button">
<Strings>
<ButtonText>Generate with Refitter (v1.4.0)</ButtonText>
<ButtonText>Generate with Refitter (v1.4.1)</ButtonText>
</Strings>
</Button>

Expand Down Expand Up @@ -119,7 +119,7 @@
</Button>
<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithRefitter" priority="0x0106" type="Button">
<Strings>
<ButtonText>Generate with Refitter (v1.4.0)</ButtonText>
<ButtonText>Generate with Refitter (v1.4.1)</ButtonText>
</Strings>
</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 @@ -59,7 +59,7 @@
</Button>
<Button guid="guidPackageCmdSet" id="RefitterCodeGeneratorCustomToolSetter" priority="0x0105" type="Button">
<Strings>
<ButtonText>Generate with Refitter (v1.4.0)</ButtonText>
<ButtonText>Generate with Refitter (v1.4.1)</ButtonText>
</Strings>
</Button>

Expand Down Expand Up @@ -119,7 +119,7 @@
</Button>
<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithRefitter" priority="0x0106" type="Button">
<Strings>
<ButtonText>Generate with Refitter (v1.4.0)</ButtonText>
<ButtonText>Generate with Refitter (v1.4.1)</ButtonText>
</Strings>
</Button>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.AddNewKiotaCommandHandler" />

<Command id = "ApiClientCodeGen.VSMac.Commands.AddToProject.Refitter"
_label = "Generate with Refitter (v1.4.0)"
_label = "Generate with Refitter (v1.4.1)"
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.AddNewRefitterCommandHandler" />

<Command id = "ApiClientCodeGen.VSMac.Commands.AddToProject.Swagger"
Expand Down Expand Up @@ -72,7 +72,7 @@
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.GenerateKiotaCommandHandler" />

<Command id = "ApiClientCodeGen.VSMac.Commands.GenerateCode.Refitter"
_label = "Generate with Refitter (v1.4.0)"
_label = "Generate with Refitter (v1.4.1)"
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.GenerateRefitterCommandHandler" />

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

0 comments on commit e2be3ce

Please sign in to comment.