This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
<NuGetPackageImportStamp >
12
12
</NuGetPackageImportStamp >
13
13
<TargetFrameworkProfile />
14
- <ApplicationVersion >2.3.1.29 </ApplicationVersion >
14
+ <ApplicationVersion >2.3.1.30 </ApplicationVersion >
15
15
<OutputPath >..\..\build\$(Configuration)\</OutputPath >
16
16
<VsixType >v3</VsixType >
17
17
<IsProductComponent >false</IsProductComponent >
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.3.1.29 " Language =" en-US" Publisher =" GitHub, Inc" />
4
+ <Identity Id =" c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" Version =" 2.3.1.30 " 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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Include >
3
- <?define VersionNumber =" 2.3.1.29 " ?>
3
+ <?define VersionNumber =" 2.3.1.30 " ?>
4
4
</Include >
Original file line number Diff line number Diff line change 3
3
using System . Runtime . InteropServices ;
4
4
5
5
[ assembly: AssemblyProduct ( "GitHub Extension for Visual Studio" ) ]
6
- [ assembly: AssemblyVersion ( "2.3.1.29 " ) ]
7
- [ assembly: AssemblyFileVersion ( "2.3.1.29 " ) ]
6
+ [ assembly: AssemblyVersion ( "2.3.1.30 " ) ]
7
+ [ assembly: AssemblyFileVersion ( "2.3.1.30 " ) ]
8
8
[ assembly: ComVisible ( false ) ]
9
9
[ assembly: AssemblyCompany ( "GitHub, Inc." ) ]
10
10
[ assembly: AssemblyCopyright ( "Copyright © GitHub, Inc. 2014-2016" ) ]
16
16
namespace System
17
17
{
18
18
internal static class AssemblyVersionInformation {
19
- internal const string Version = "2.3.1.29 " ;
19
+ internal const string Version = "2.3.1.30 " ;
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments