File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
src/CodingWithCalvin.GitRanger Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -136,17 +136,6 @@ private async Task RegisterCommandsAsync()
136136 }
137137 }
138138
139- /// <summary>
140- /// VSIX metadata constants.
141- /// </summary>
142- public static class Vsix
143- {
144- public const string Name = "Git Ranger" ;
145- public const string Description = "A visually exciting Git management extension for Visual Studio" ;
146- public const string Version = "1.0.0" ;
147- public const string Author = "Calvin A. Allen" ;
148- }
149-
150139 /// <summary>
151140 /// Package GUIDs.
152141 /// </summary>
Original file line number Diff line number Diff line change 11namespace CodingWithCalvin . GitRanger
22{
3- internal sealed partial class Vsix
3+ internal static class Vsix
44 {
55 public const string Id = "CodingWithCalvin.VS-GitRanger" ;
66 public const string Name = "Git Ranger" ;
You can’t perform that action at this time.
0 commit comments