File tree Expand file tree Collapse file tree 4 files changed +3
-142
lines changed Expand file tree Collapse file tree 4 files changed +3
-142
lines changed Original file line number Diff line number Diff line change 306
306
<None Include =" source.extension.vsixmanifest" >
307
307
<SubType >Designer</SubType >
308
308
<Generator >VsixManifestGenerator</Generator >
309
- <LastGenOutput >source.extension.resx </LastGenOutput >
309
+ <LastGenOutput >source.extension1.cs </LastGenOutput >
310
310
</None >
311
311
</ItemGroup >
312
312
<ItemGroup >
388
388
<ItemGroup >
389
389
<Service Include =" {508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
390
390
</ItemGroup >
391
- <ItemGroup >
392
- <EmbeddedResource Include =" source.extension.resx" >
393
- <AutoGen >True</AutoGen >
394
- <DesignTime >True</DesignTime >
395
- <DependentUpon >source.extension.vsixmanifest</DependentUpon >
396
- <MergeWithCTO >true</MergeWithCTO >
397
- <ManifestResourceName >VSPackage</ManifestResourceName >
398
- </EmbeddedResource >
399
- </ItemGroup >
400
391
<ItemGroup >
401
392
<BootstrapperPackage Include =" .NETFramework,Version=v4.6.1" >
402
393
<Visible >False</Visible >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ static class Vsix
11
11
public const string Name = "GitLab Extension for Visual Studio" ;
12
12
public const string Description = @"A Visual Studio Extension that brings the GitLab Flow into Visual Studio." ;
13
13
public const string Language = "en-US" ;
14
- public const string Version = "1.0.158 " ;
14
+ public const string Version = "1.0.200 " ;
15
15
public const string Author = "MysticBoy" ;
16
16
public const string Tags = "GitLab;git;open source;source control;branch;Pipelines;Registry;Graphs;IssuesMerge Requests;Wiki" ;
17
17
}
Load Diff This file was deleted.
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 =" 54803a44-49e0-4935-bba4-7d7d91682273" Version =" 1.0.160 " Language =" en-US" Publisher =" MysticBoy" />
4
+ <Identity Id =" 54803a44-49e0-4935-bba4-7d7d91682273" Version =" 1.0.200 " Language =" en-US" Publisher =" MysticBoy" />
5
5
<DisplayName >GitLab Extension for Visual Studio</DisplayName >
6
6
<Description xml : space =" preserve" >A Visual Studio Extension that brings the GitLab Flow into Visual Studio.</Description >
7
7
<MoreInfo >https://github.com/maikebing/GitLab.VisualStudio</MoreInfo >
You can’t perform that action at this time.
0 commit comments