This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
os : Visual Studio 2017
2
- version : ' 2.5.5 .{build}'
2
+ version : ' 2.5.6 .{build}'
3
3
skip_tags : true
4
4
install :
5
5
- ps : |
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<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" />
5
5
<DisplayName >GitHub Extension for Visual Studio</DisplayName >
6
6
<Description xml : space =" preserve" >A Visual Studio Extension that brings the GitHub Flow into Visual Studio.</Description >
7
7
<PackageId >GitHub.VisualStudio</PackageId >
Original file line number Diff line number Diff line change 18
18
namespace System
19
19
{
20
20
internal static class AssemblyVersionInformation {
21
- internal const string Version = "2.5.5 .0" ;
21
+ internal const string Version = "2.5.6 .0" ;
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments