From 4a5582ef6d4fa39b4947fe5eace814d33899ebb2 Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Mon, 2 Mar 2020 13:37:04 -0600 Subject: [PATCH] !deploy v2.36.1 with correct version on manifest ## 2.36.1 - 2020-03-02 * [Issue #263](https://github.com/scrthq/PSGSuite/issues/263) * Fixed `[SecureString]` decryption on Unix machines running PowerShell 7 (found additional bugs) * Migrated private `Encrypt` and `Decrypt` to `EncryptionHelpers.ps1` in the Private folder to allow a single place to update. --- PSGSuite/PSGSuite.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSGSuite/PSGSuite.psd1 b/PSGSuite/PSGSuite.psd1 index 6a9e631b..ed838118 100644 --- a/PSGSuite/PSGSuite.psd1 +++ b/PSGSuite/PSGSuite.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSGSuite.psm1' # Version number of this module. - ModuleVersion = '2.36.0' + ModuleVersion = '2.36.1' # ID used to uniquely identify this module GUID = '9d751152-e83e-40bb-a6db-4c329092aaec'