Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkht committed Mar 31, 2020
1 parent 696f059 commit 3ed798b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,10 @@ This is valid `package.json` sample.

----
## Change log
+ **1.5.1**
- Improved stability when using an older version of PowerShellGet.
(We recommend that you continue to update the latest PowerShellGet for the best experience.)

+ **1.5.0**
- Add new syntax `pspm install @<Repo>/<Name>` for get modules from specific repository.

Expand Down
4 changes: 2 additions & 2 deletions pspm.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
# Version number of this module.
ModuleVersion = '1.5.0'
ModuleVersion = '1.5.1'

# ID used to uniquely identify this module
GUID = '43b54a10-c2d7-45b1-b46f-9a9da9da1c39'
Expand Down Expand Up @@ -47,7 +47,7 @@
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Add new syntax `pspm install @<Repo>/<Name>` for get modules from specific repository.'
ReleaseNotes = 'Improved stability when using an older version of PowerShellGet.'

} # End of PSData hashtable

Expand Down

0 comments on commit 3ed798b

Please sign in to comment.