Skip to content

Commit 2fad41f

Browse files
v1.0.0
initial release to the PowerShell Gallery
1 parent 3740c7b commit 2fad41f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
This PowerShell module contains a number of functions you might use to enhance your own functions and scripts. The [Samples](./samples) folder contains demonstration script files.
44

55
## Current Release
6-
The current BETA release is [PSScriptTools-v0.4.0-beta](https://github.com/jdhitsolutions/PSScriptTools/archive/v0.4.0.zip)
6+
The current release is [PSScriptTools-v1.0.0](https://github.com/jdhitsolutions/PSScriptTools/archive/v1.0.0.zip)
7+
8+
You can also install this from the PowerShell Gallery:
9+
```
10+
Install-Module PSScriptTools
11+
```
712

813
Please post any questions, problems or feedback in Issues. Any input is greatly appreciated.
914

@@ -200,4 +205,4 @@ In VS Code, access the command palette (Ctrl+Shift+P) and then "PowerShell: Show
200205
### Compatibility
201206
Where possible these commands have been tested with PowerShell Core, but not every platform. If you encounter problems,have suggestions or other feedback, please post an issue.
202207

203-
*last updated 5 December 2017*
208+
*last updated 13 December 2017*

0 commit comments

Comments
 (0)