We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de99fb commit 6a9e5d3Copy full SHA for 6a9e5d3
src/CodingWithCalvin.OpenBinFolder.Vsix/source.extension.cs
@@ -12,7 +12,7 @@ internal sealed partial class Vsix
12
public const string Description = @"Adds an 'Open Bin Folder' to the right click menu of the project for quick access to the builds output folder.";
13
public const string Language = "en-US";
14
public const string Version = "1.1";
15
- public const string Author = "Coding with Calvin";
+ public const string Author = "Coding With Calvin";
16
public const string Tags = "bin,debug,release,folder,output";
17
}
18
0 commit comments