Skip to content

Commit

Permalink
Merge pull request #52 from ironmansoftware/update-manifest
Browse files Browse the repository at this point in the history
Fix link in module manifest.
  • Loading branch information
adamdriscoll authored Jul 5, 2024
2 parents 202d4ec + 80a46d0 commit f6150c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

Powerful tools for PowerShell Developers.

[Documentation](https://docs.poshtools.com)
- [Documentation](https://docs.poshtools.com)
- [Ironman Software](https://ironmansoftware.com)

# Downloads

- [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
Expand Down
2 changes: 1 addition & 1 deletion vscode/powershellprotools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions vscode/powershellprotools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f6150c7

Please sign in to comment.