From bfff6189f271340a0ddca4c8d51a53cabc0d4f93 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Fri, 5 Jul 2024 09:11:10 -0500 Subject: [PATCH 1/4] Fix link in module manifest. --- vscode/powershellprotools/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscode/powershellprotools/package.json b/vscode/powershellprotools/package.json index 94e26bf..fe93534 100644 --- a/vscode/powershellprotools/package.json +++ b/vscode/powershellprotools/package.json @@ -2,11 +2,11 @@ "name": "powershellprotools", "displayName": "PowerShell Pro Tools", "description": "Powerful extensions for PowerShell development.", - "version": "2024.7.0", + "version": "2024.7.1", "publisher": "ironmansoftware", "repository": { "type": "git", - "url": "https://github.com/ironmansoftware/issues" + "url": "https://github.com/ironmansoftware/powershell-pro-tools" }, "engines": { "vscode": "^1.46.0" From a01125adc8bdeef903d27672373b6a8bbdaab732 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Fri, 5 Jul 2024 09:12:51 -0500 Subject: [PATCH 2/4] Fix changelog link. --- vscode/powershellprotools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/powershellprotools/README.md b/vscode/powershellprotools/README.md index ea2a8f9..a2790d0 100644 --- a/vscode/powershellprotools/README.md +++ b/vscode/powershellprotools/README.md @@ -6,7 +6,7 @@ โ” [About Powershell Pro Tools](https://ironmansoftware.com/powershell-pro-tools/) ๐Ÿ“• [Documentation](https://docs.poshtools.com/powershell-pro-tools-documentation/visual-studio-code) -๐Ÿงพ [Changelog](https://docs.poshtools.com/poshtools-vscode-changelog) +๐Ÿงพ [Changelog](https://github.com/ironmansoftware/powershell-pro-tools/releases) ๐Ÿ› [Issues](https://github.com/ironmansoftware/powershell-pro-tools) ## Installation From da03abd4fd733ad151ac7caa38aa52028c92a6a4 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Fri, 5 Jul 2024 09:19:51 -0500 Subject: [PATCH 3/4] Fix VS Code download link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9005389..f15a999 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Powerful tools for PowerShell Developers. - [PowerShell Tools for Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=AdamRDriscoll.PowerShellToolsVS2022) - [PowerShell Tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=AdamRDriscoll.PowerShellToolsforVisualStudio2017-18561) -- [PowerShell Pro Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ironmansoftware.powershell-pro-tools) +- [PowerShell Pro Tools for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ironmansoftware.powershellprotools) - [PowerShell Pro Tools Module](https://www.powershellgallery.com/packages/PowerShellProTools) # Tools From 80a46d0878fd2c07505130a99f3c528d784ddfe3 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Fri, 5 Jul 2024 09:27:24 -0500 Subject: [PATCH 4/4] Add Ironman Software link. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f15a999..d58c2e9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Powerful tools for PowerShell Developers. -[Documentation](https://docs.poshtools.com) +- [Documentation](https://docs.poshtools.com) +- [Ironman Software](https://ironmansoftware.com) # Downloads