This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- version : ' 2.5.1 .{build}'
1+ version : ' 2.5.2 .{build}'
22skip_tags : true
33install :
44- ps : |
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.1 .0" Language =" en-US" Publisher =" GitHub, Inc" />
4+ <Identity Id =" c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version =" 2.5.2 .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 >
3939 <Prerequisites >
4040 <Prerequisite Id =" Microsoft.VisualStudio.Component.CoreEditor" Version =" [15.0.25824.0,16.0)" DisplayName =" Visual Studio core editor" />
4141 </Prerequisites >
42- </PackageManifest >
42+ </PackageManifest >
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.1 .0" ;
21+ internal const string Version = "2.5.2 .0" ;
2222 }
2323}
You can’t perform that action at this time.
0 commit comments