Skip to content

Commit

Permalink
!deploy v2.36.1 with correct version on manifest
Browse files Browse the repository at this point in the history
## 2.36.1 - 2020-03-02

* [Issue #263](#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.
  • Loading branch information
scrthq committed Mar 2, 2020
1 parent 030e47e commit 4a5582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSGSuite/PSGSuite.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4a5582e

Please sign in to comment.