Skip to content

Commit a842e40

Browse files
author
Calvin A. Allen
committed
Fixing OSS links and cover images
1 parent 1f83dcf commit a842e40

File tree

34 files changed

+20
-20
lines changed

34 files changed

+20
-20
lines changed

_data/opensource.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,67 +4,67 @@ details:
44
- name: "Open in Notepad++"
55
url: "https://github.com/CodingWithCalvin/VS-OpenInNotepadPlusPlus"
66
description: "A Visual Studio extension that adds a menu command that lets you open any solution, project, folder or file in Notepad++."
7-
cover_image: "OpenInNotepadPlusPlus.png"
7+
cover_image: "VS-OpenInNotepadPlusPlus.png"
88
categories: ["vs2022"]
99
opened_date: "2017-12-08"
1010
- name: "Project Renamifier"
1111
url: "https://github.com/CodingWithCalvin/VS-ProjectRenamifier"
1212
description: "A Visual Studio extension that allows you to safely - and COMPLETELY - rename a Project from within Visual Studio! This includes the filename, parent folder name (if it matches), and the namespace (includes changing the namespace in files that use it), plus fixing the path/filename of the project in the Solution file and all referencing projects."
13-
cover_image: "vs-projectrenamifier.png"
13+
cover_image: "VS-ProjectRenamifier.png"
1414
categories: ["vs2022"]
1515
opened_date: "2024-05-17"
1616
- name: "Webcam Studio"
1717
url: "https://github.com/CodingWithCalvin/VS-WebcamStudio"
1818
description: "A Visual Studio extension that embeds a Webcam into a Visual Studio tool window!"
19-
cover_image: ""
19+
cover_image: "VS-WebcamStudio.png"
2020
categories: ["vs2022"]
2121
opened_date: "2024-05-15"
2222
- name: "Couchbase Explorer"
2323
url: "https://github.com/CodingWithCalvin/VS-CouchbaseExplorer"
24-
description: "A Visual Stuio extension that adds a host of Couchbase & Capella data management and query capabilities right into your IDE!"
25-
cover_image: ""
24+
description: "A Visual Studio extension that adds a host of Couchbase & Capella data management and query capabilities right into your IDE!"
25+
cover_image: "VS-CouchbaseExplorer.png"
2626
categories: ["vs2022"]
2727
opened_date: "2024-05-15"
2828
- name: "GitKraken"
2929
url: "https://github.com/CodingWithCalvin/VS-GitKraken"
3030
description: "A Visual Studio extension that adds a right-click context menu (on the solution explorer node, specifically) command that allows you to open the the corresponding Git repository directly in the GitKraken Desktop application."
31-
cover_image: ""
31+
cover_image: "VS-GitKraken.png"
3232
categories: ["vs2022"]
3333
opened_date: "2024-05-15"
3434
- name: "Better User Secrets"
3535
url: "https://github.com/CodingWithCalvin/VS-BetterUserSecrets"
3636
description: "A Visual Studio extension that adds a right-click context menu command that allows you to open manage your local user secrets for any project type - not just Web projects, which is the default Visual Studio behavior."
37-
cover_image: ""
37+
cover_image: "VS-BetterUserSecrets.png"
3838
categories: ["vs2022"]
3939
opened_date: "2024-05-15"
4040
- name: "Open Bin Folder"
4141
url: "https://github.com/CodingWithCalvin/VS-OpenBinFolder"
4242
description: "A Visual Studio extension that adds a right-click context menu command that allows you to open the project's output directory (i.e, the 'bin' folder) in Windows File Explorer. This uses the currently active solution/project configuration to determin WHICH output folder to navigate to."
43-
cover_image: "OpenBinFolder.png"
43+
cover_image: "VS-OpenBinFolder.png"
4444
categories: ["vs2022"]
4545
opened_date: "2023-03-24"
4646
- name: "Super Clean"
4747
url: "https://github.com/CodingWithCalvin/VS-SuperClean"
4848
description: "A Visual Studio extension that adds a right-click context menu command to the Solution node, and Project node, that allows you to recursively delete (i.e., clean) the selected project's bin & obj folders, or all projects in the solution."
49-
cover_image: "VSSuperClean.png"
49+
cover_image: "VS-SuperClean.png"
5050
categories: ["vs2022"]
5151
opened_date: "2023-03-25"
5252
- name: "Breakpoint Notifier"
5353
url: "https://github.com/CodingWithCalvin/VS-BreakpointNotifier"
5454
description: "A Visual Studio extension to alert you when a breakpoint is hit while you're debugging - useful if you're multitasking waiting for the breakpoint to be hit!"
55-
cover_image: "BreakpointNotifier.png"
55+
cover_image: "VS-BreakpointNotifier.png"
5656
categories: ["vs2022"]
5757
opened_date: "2023-04-07"
5858
- name: "Visual Studio Marketplace Publisher"
5959
url: "https://github.com/CodingWithCalvin/GHA-VSMarketplacePublisher"
6060
description: "Github Action to publish your Visual Studio extension to the marketplace!"
61-
cover_image: "VSMarketplacePublish.png"
61+
cover_image: "GHA-VSMarketplacePublisher.png"
6262
categories: ["github action"]
6363
opened_date: "2023-03-24"
6464
- name: "Visual Studio VSIX Versioner"
6565
url: "https://github.com/CodingWithCalvin/GHA-VSVsixVersioner"
6666
description: "Github Action to update your Visual Studio extension to a version that is based off of the current date and the CI build number."
67-
cover_image: "VSVSIXSigner.png"
67+
cover_image: "GHA-VSVsixVersioner.png"
6868
categories: ["github action"]
6969
opened_date: "2023-04-01"
7070
- name: "Visual Studio VSIX Signer"
-101 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-36.9 KB
Binary file not shown.
-14.4 KB
Binary file not shown.
-21.9 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)