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 +20
-1
lines changed
src/GitHub.VisualStudio.Vsix Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 55 <Copyright >Copyright © GitHub, Inc. 2014-2018</Copyright >
66 <LangVersion >7.3</LangVersion >
77 </PropertyGroup >
8+ <ItemGroup >
9+ <PackageReference Include =" Nerdbank.GitVersioning" >
10+ <Version >3.0.26</Version >
11+ <PrivateAssets >all</PrivateAssets >
12+ </PackageReference >
13+ </ItemGroup >
814</Project >
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.10.8.0 " Language =" en-US" Publisher =" GitHub, Inc" />
4+ <Identity Id =" c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version =" |%CurrentProject%;GetBuildVersion| " 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 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3+ "version" : " 1.0-beta" ,
4+ "publicReleaseRefSpec" : [
5+ " ^refs/heads/master$" ,
6+ " ^refs/heads/v\\ d+(?:\\ .\\ d+)?$"
7+ ],
8+ "cloudBuild" : {
9+ "buildNumber" : {
10+ "enabled" : true
11+ }
12+ }
13+ }
You can’t perform that action at this time.
0 commit comments