From 89fadc2a4d84882abd1f4e17870c531370898bdd Mon Sep 17 00:00:00 2001 From: mkht Date: Sun, 12 Apr 2020 20:15:40 +0900 Subject: [PATCH] Version 1.6.0 --- README.md | 5 +++-- pspm.psd1 | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae1506b..0486cd9 100644 --- a/README.md +++ b/README.md @@ -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 ---- @@ -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. diff --git a/pspm.psd1 b/pspm.psd1 index be9db2f..a6f00f6 100644 --- a/pspm.psd1 +++ b/pspm.psd1 @@ -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' @@ -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