Skip to content

Commit 0ae8a9e

Browse files
committed
Standardization 2.0
1 parent 1f490a9 commit 0ae8a9e

26 files changed

+480
-485
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ jobs:
2222
id: artifact_manifest
2323
uses: ActionsTools/read-json-action@main
2424
with:
25-
file_path: ./artifact/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.info
25+
file_path: ./artifact/CodingWithCalvin.OpenInNotepadPlusPlus.info
2626

2727
- name: 3. Publish Release to Marketplace
2828
uses: CodingWithCalvin/GHA-VSMarketplacePublisher@v1
2929
with:
3030
marketplace-pat: ${{ secrets.VS_PAT }}
31-
publish-manifest-path: ./src/extension.manifest.json
32-
vsix-path: ./artifact/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.vsix
31+
publish-manifest-path: ./resources/extension.manifest.json
32+
vsix-path: ./artifact/CodingWithCalvin.OpenInNotepadPlusPlus.vsix
3333

3434
- name: 4. Create Tag & Release
3535
uses: ncipollo/[email protected]
3636
with:
37-
artifacts: ./artifact/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.vsix
37+
artifacts: ./artifact/CodingWithCalvin.OpenInNotepadPlusPlus.vsix
3838
generateReleaseNotes: true
3939
makeLatest: true
4040
token: ${{secrets.GH_SECRET}}

.github/workflows/release_build_and_deploy.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@ jobs:
2323
id: step-version
2424
uses: CodingWithCalvin/GHA-VSVsixVersioner@v1
2525
with:
26-
extension-manifest-file: 'src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/source.extension.vsixmanifest'
27-
extension-source-file: 'src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/VsixConstants.cs'
26+
extension-manifest-file: 'src/CodingWithCalvin.OpenInNotepadPlusPlus/source.extension.vsixmanifest'
27+
extension-source-file: 'src/CodingWithCalvin.OpenInNotepadPlusPlus/source.extension.cs'
2828

2929
- name: 2. Restoring Packages
3030
run: nuget restore ./src/CodingWithCalvin.OpenInNotepadPlusPlus.sln
3131

3232
- name: 3. Building Project
33-
run: msbuild 'src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.csproj' /p:configuration='Release' /p:platform='x64'
33+
run: msbuild 'src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj' /p:configuration='Release' /p:platform='x64'
3434

3535
- name: 4. Create Information File
3636
uses: jsdaniell/[email protected]
3737
with:
38-
name: 'src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.info'
38+
name: 'src/CodingWithCalvin.OpenInNotepadPlusPlus/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.info'
3939
json: '{"sha":"${{ github.sha }}", "version":"${{ steps.step-version.outputs.version }}"}'
4040

4141
- name: 5. Publishing Build Artifact
4242
uses: actions/upload-artifact@v4
4343
with:
4444
path: |
45-
src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.info
46-
src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.vsix
45+
src/CodingWithCalvin.OpenInNotepadPlusPlus/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.info
46+
src/CodingWithCalvin.OpenInNotepadPlusPlus/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.vsix
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Shared/AssemblyInfo.cs

-16
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Shared/CodingWithCalvin.OpenInNotepadPlusPlus.Shared.projitems

-24
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Shared/CodingWithCalvin.OpenInNotepadPlusPlus.Shared.shproj

-13
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Shared/Commands/OpenExecutableCommand.cs

-83
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Shared/Dialogs/SettingsDialogPage.cs

-51
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Shared/Helpers/Logger.cs

-72
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Shared/Helpers/ProjectHelpers.cs

-29
This file was deleted.

src/CodingWithCalvin.OpenInNotepadPlusPlus.Shared/OpenInNotepadPlusPlusPackage.cs

-36
This file was deleted.

0 commit comments

Comments
 (0)