Skip to content

Commit

Permalink
Update Refitter Visual Studio context menus to v0.8.3
Browse files Browse the repository at this point in the history
Updates were made to the button text to reflect the new version of Refitter (v0.8.3) in VSIX/ApiClientCodeGen.VSIX, VSIX/ApiClientCodeGen.VSIX.Dev17, and VSMac/ApiClientCodeGen.VSMac. This was done to maintain consistency with the new version of the tool being used.
  • Loading branch information
christianhelle committed Nov 1, 2023
1 parent cde45a8 commit f8c6267
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 Rifitter (v0.8.2)</ButtonText>
<ButtonText>Generate with Rifitter (v0.8.3)</ButtonText>
</Strings>
</Button>

Expand Down Expand Up @@ -103,7 +103,7 @@
</Button>
<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithRefitter" priority="0x0106" type="Button">
<Strings>
<ButtonText>Generate with Refitter (v0.8.2)</ButtonText>
<ButtonText>Generate with Refitter (v0.8.3)</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 Rifitter (v0.8.2)</ButtonText>
<ButtonText>Generate with Rifitter (v0.8.3)</ButtonText>
</Strings>
</Button>

Expand Down Expand Up @@ -103,7 +103,7 @@
</Button>
<Button guid="guidNewRestApiClientCmdSet" id="GenerateWithRefitter" priority="0x0106" type="Button">
<Strings>
<ButtonText>Generate with Refitter (v0.8.2)</ButtonText>
<ButtonText>Generate with Refitter (v0.8.3)</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 (v0.8.2)"
_label = "Generate with Refitter (v0.8.3)"
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 (v0.8.2)"
_label = "Generate with Refitter (v0.8.3)"
defaultHandler="ApiClientCodeGen.VSMac.Commands.Handlers.GenerateRefitterCommandHandler" />

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

0 comments on commit f8c6267

Please sign in to comment.