Skip to content

Commit a956fa8

Browse files
authored
Rearrange for new push
1 parent 2364929 commit a956fa8

11 files changed

Lines changed: 4 additions & 308 deletions

File tree

.github/workflows/release_build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: microsoft/setup-msbuild@v1.0.2
1515

1616
- name: 1. Versioning x64 Release
17-
uses: CalvinAllen/action-vs-vsix-versioner@v1
17+
uses: CodingWithCalvin/GHA-VSVsixVersioner@v1
1818
with:
1919
extension-manifest-file: './src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/source.extension.vsixmanifest'
2020
extension-source-file: './src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/VsixConstants.cs'

src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/README.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/VsixConstants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
{
33
internal sealed partial class VsixConstants
44
{
5-
public const string Id = "C7A8F218-C175-44F5-97A0-8C2C88FBA176";
5+
public const string Id = "VS-OpenInNotepadPlusPlus";
66
public const string Name = "Open in Notepad++";
77
public const string Description = @"Adds a menu command that lets you open any solution, project, folder and file in Notepad++";
88
public const string Language = "en-US";
99
public const string Version = "4.1.0";
10-
public const string Author = "Calvin A. Allen";
10+
public const string Author = "Coding With Calvin";
1111
public const string Tags = "notepad++, text, code";
1212
}
1313
}

src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86.csproj

Lines changed: 0 additions & 112 deletions
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86/PackageConstants.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86/README.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86/VSCommandTable.vsct

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86/VsixConstants.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86/extension.manifest.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86/source.extension.vsixmanifest

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)