From f41e9d8ee4a9f25b17c6ebb937909b590734318e Mon Sep 17 00:00:00 2001 From: Dave Wyatt Date: Fri, 6 Mar 2015 14:09:00 -0500 Subject: [PATCH] Manifest update Just realized 4.1.0 was never actually released; bumped the version number back down and included the old release notes as well. --- ProtectedData.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProtectedData.psd1 b/ProtectedData.psd1 index 527b205..02b9eb4 100644 --- a/ProtectedData.psd1 +++ b/ProtectedData.psd1 @@ -8,7 +8,7 @@ @{ ModuleToProcess = 'ProtectedData.psm1' - ModuleVersion = '4.2.0' + ModuleVersion = '4.1.0' GUID = 'fc6a2f6a-563d-422a-85b5-9638e45a370e' Author = 'Dave Wyatt' CompanyName = 'Home' @@ -37,7 +37,7 @@ # Indicates this is a pre-release/testing version of the module. IsPrerelease = 'False' - ReleaseNotes = 'Deprecated the -SkipCertificateVerification parameter.' + ReleaseNotes = 'Deprecated the -SkipCertificateVerification parameter. Made InputObject parameter positional for all relevant cmdlets.' } } }