This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11os : Visual Studio 2017
2- version : ' 2.5.5 .{build}'
2+ version : ' 2.5.6 .{build}'
33skip_tags : true
44install :
55- ps : |
Original file line number Diff line number Diff line change 141141
142142 <!-- - Toolbar buttons -->
143143 <Button guid =" guidGitHubToolbarCmdSet" id =" backCommand" type =" Button" >
144- <Icon guid =" guidImages " id =" arrow_left " />
144+ <Icon guid =" ImageCatalogGuid " id =" Backwards " />
145145 <CommandFlag >IconIsMoniker</CommandFlag >
146146 <CommandFlag >DefaultDisabled</CommandFlag >
147147 <Strings >
152152 </Button >
153153
154154 <Button guid =" guidGitHubToolbarCmdSet" id =" forwardCommand" type =" Button" >
155- <Icon guid =" guidImages " id =" arrow_right " />
155+ <Icon guid =" ImageCatalogGuid " id =" Forwards " />
156156 <CommandFlag >IconIsMoniker</CommandFlag >
157157 <CommandFlag >DefaultDisabled</CommandFlag >
158158 <Strings >
174174 </Button >
175175
176176 <Button guid =" guidGitHubToolbarCmdSet" id =" refreshCommand" type =" Button" >
177- <Icon guid =" guidImages " id =" refresh " />
177+ <Icon guid =" ImageCatalogGuid " id =" Refresh " />
178178 <CommandFlag >IconIsMoniker</CommandFlag >
179179 <CommandFlag >DefaultDisabled</CommandFlag >
180180 <Strings >
196196 </Button >
197197
198198 <Button guid =" guidGitHubToolbarCmdSet" id =" helpCommand" type =" Button" >
199- <Icon guid =" guidImages " id =" question " />
199+ <Icon guid =" ImageCatalogGuid " id =" StatusHelp " />
200200 <CommandFlag >IconIsMoniker</CommandFlag >
201201 <Strings >
202202 <ButtonText >Help</ButtonText >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<PackageManifest Version =" 2.0.0" xmlns =" http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns : d =" http://schemas.microsoft.com/developer/vsx-schema-design/2011" >
33 <Metadata >
4- <Identity Id =" c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version =" 2.5.5 .0" Language =" en-US" Publisher =" GitHub, Inc" />
4+ <Identity Id =" c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version =" 2.5.6 .0" Language =" en-US" Publisher =" GitHub, Inc" />
55 <DisplayName >GitHub Extension for Visual Studio</DisplayName >
66 <Description xml : space =" preserve" >A Visual Studio Extension that brings the GitHub Flow into Visual Studio.</Description >
77 <PackageId >GitHub.VisualStudio</PackageId >
Original file line number Diff line number Diff line change 1818namespace System
1919{
2020 internal static class AssemblyVersionInformation {
21- internal const string Version = "2.5.5 .0" ;
21+ internal const string Version = "2.5.6 .0" ;
2222 }
2323}
You can’t perform that action at this time.
0 commit comments