Skip to content

Commit 6a9e5d3

Browse files
authored
Update source.extension.cs
[skip ci]
1 parent 0de99fb commit 6a9e5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodingWithCalvin.OpenBinFolder.Vsix/source.extension.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal sealed partial class Vsix
1212
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.";
1313
public const string Language = "en-US";
1414
public const string Version = "1.1";
15-
public const string Author = "Coding with Calvin";
15+
public const string Author = "Coding With Calvin";
1616
public const string Tags = "bin,debug,release,folder,output";
1717
}
1818
}

0 commit comments

Comments
 (0)