Skip to content

Commit 41faa5c

Browse files
authored
Update opensource.yml
1 parent 4ea66c1 commit 41faa5c

File tree

1 file changed

+42
-12
lines changed

1 file changed

+42
-12
lines changed

_data/opensource.yml

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,86 @@ details:
22
root_image_dir: "assets/images/oss"
33
projects:
44
- name: "Open in Notepad++"
5-
url: "https://github.com/CalvinAllen/OpenInNotepadPlusPlus"
5+
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++."
77
cover_image: "OpenInNotepadPlusPlus.png"
8-
categories: ["vs2015", "vs2017", "vs2019", "vs2022"]
8+
categories: ["vs2022"]
99
opened_date: "2017-12-08"
10+
- name: "Project Renamifier"
11+
url: "https://github.com/CodingWithCalvin/VS-ProjectRenamifier"
12+
description: "A Visual Studio extension that allows you to safely - and COMPLETELY - rename a Project from within Visual Studio!"
13+
cover_image: ""
14+
categories: ["vs2022"]
15+
opened_date: "2024-05-15"
16+
- name: "Webcam Studio"
17+
url: "https://github.com/CodingWithCalvin/VS-WebcamStudio"
18+
description: "A Visual Studio extension that embeds a Webcam into a Visual Studio tool window!"
19+
cover_image: ""
20+
categories: ["vs2022"]
21+
opened_date: "2024-05-15"
22+
- name: "Couchbase Explorer"
23+
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: ""
26+
categories: ["vs2022"]
27+
opened_date: "2024-05-15"
28+
- name: "GitKraken"
29+
url: "https://github.com/CodingWithCalvin/VS-GitKraken"
30+
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: ""
32+
categories: ["vs2022"]
33+
opened_date: "2024-05-15"
34+
- name: "Better User Secrets"
35+
url: "https://github.com/CodingWithCalvin/VS-BetterUserSecrets"
36+
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: ""
38+
categories: ["vs2022"]
39+
opened_date: "2024-05-15"
1040
- name: "Open Bin Folder"
11-
url: "https://github.com/CalvinAllen/OpenBinFolder"
41+
url: "https://github.com/CodingWithCalvin/VS-OpenBinFolder"
1242
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."
1343
cover_image: "OpenBinFolder.png"
1444
categories: ["vs2022"]
1545
opened_date: "2023-03-24"
1646
- name: "Super Clean"
17-
url: "https://github.com/CalvinAllen/vs-super-clean"
47+
url: "https://github.com/CodingWithCalvin/VS-SuperClean"
1848
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."
1949
cover_image: "VSSuperClean.png"
2050
categories: ["vs2022"]
2151
opened_date: "2023-03-25"
2252
- name: "Breakpoint Notifier"
23-
url: "https://github.com/CalvinAllen/BreakpointNotifier"
53+
url: "https://github.com/CodingWithCalvin/VS-BreakpointNotifier"
2454
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!"
2555
cover_image: "BreakpointNotifier.png"
2656
categories: ["vs2022"]
2757
opened_date: "2023-04-07"
2858
- name: "Visual Studio Marketplace Publisher"
29-
url: "https://github.com/CalvinAllen/action-vs-marketplace-publish"
59+
url: "https://github.com/CodingWithCalvin/GHA-VSMarketplacePublisher"
3060
description: "Github Action to publish your Visual Studio extension to the marketplace!"
3161
cover_image: "VSMarketplacePublish.png"
3262
categories: ["github action"]
3363
opened_date: "2023-03-24"
3464
- name: "Visual Studio VSIX Versioner"
35-
url: "https://github.com/CalvinAllen/action-vs-vsix-versioner"
65+
url: "https://github.com/CodingWithCalvin/GHA-VSVsixVersioner"
3666
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."
3767
cover_image: "VSVSIXSigner.png"
3868
categories: ["github action"]
3969
opened_date: "2023-04-01"
4070
- name: "Visual Studio VSIX Signer"
41-
url: "https://github.com/CalvinAllen/action-vs-vsix-signer"
71+
url: "https://github.com/CodingWithCalvin/GHA-VSVsixSigner"
4272
description: "Github Action to sign your Visual Studio extensions before you publish to the marketplace!"
4373
cover_image: "VSVSIXSigner.png"
4474
categories: ["github action"]
4575
opened_date: "2023-04-02"
4676
- name: "Super Clean"
47-
url: "https://github.com/CalvinAllen/vs4mac-super-clean"
77+
url: "https://github.com/CodingWithCalvin/vs4mac-SuperClean"
4878
description: "A Visual Studio for Mac extension that adds a new open, 'Super Clean Solution', to the Build menu to the Solution node, that allows you to recursively delete (i.e., clean, but super) all of projects in the solution."
4979
cover_image: "VS4Mac-SuperClean.png"
50-
categories: ["vs4mac2022"]
80+
categories: ["vs4mac"]
5181
opened_date: "2023-04-19"
5282
- name: "Open Bin Folder"
53-
url: "https://github.com/CodingWithCalvin/vs4mac-openbinfolder"
83+
url: "https://github.com/CodingWithCalvin/vs4mac-OpenBinFolder"
5484
description: A Visual Studio for Mac 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 Finder. This uses the currently active solution/project configuration to determin WHICH output folder to navigate to."
5585
cover_image: "VS4Mac-OpenBinFolder.png"
56-
categories: ["vs4mac2022"]
86+
categories: ["vs4mac"]
5787
opened_date: "2023-07-03"

0 commit comments

Comments
 (0)