Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkht committed Apr 12, 2020
1 parent 211010f commit 89fadc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can manage PowerShell modules [npm](https://www.npmjs.com/) like commands.
+ Windows or macOS

> Testing platforms:
> Windows 10 Pro x64 1809 with PowerShell 5.1 & PowerShell Core 6.1.1
> Windows 10 Pro x64 1909 with PowerShell 5.1 & PowerShell 7.0.0
> macOS 10.14 Mojave with PowerShell Core 6.1.1
----
Expand Down Expand Up @@ -390,9 +390,10 @@ This is valid `package.json` sample.

----
## Change log
+ **Unreleased**
+ **1.6.0**
- Enable TLS 1.2 when loading the module (if not supported)
This is in preparation for a [change in TLS support](https://devblogs.microsoft.com/powershell/powershell-gallery-tls-support/) in the PowerShell Gallery
- Fix some potential issues in the internal function `Format-Json` (Thanks @vody!)

+ **1.5.1**
- Improved stability when using an older version of PowerShellGet.
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.1'
ModuleVersion = '1.6.0'

# 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 = 'Improved stability when using an older version of PowerShellGet.'
ReleaseNotes = 'Enable TLS 1.2 when loading the module (if not supported) '

} # End of PSData hashtable

Expand Down

0 comments on commit 89fadc2

Please sign in to comment.