We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a46b91 + f44571c commit 4e8c9a7Copy full SHA for 4e8c9a7
ProtectedData.psd1
@@ -8,7 +8,7 @@
8
9
@{
10
ModuleToProcess = 'ProtectedData.psm1'
11
- ModuleVersion = '3.0'
+ ModuleVersion = '3.0.1'
12
GUID = 'fc6a2f6a-563d-422a-85b5-9638e45a370e'
13
Author = 'Dave Wyatt'
14
CompanyName = 'Home'
@@ -37,7 +37,7 @@
37
# Indicates this is a pre-release/testing version of the module.
38
IsPrerelease = 'False'
39
40
- ReleaseNotes = 'Removed deprecated CertificateThumbprint parameters in favor of using Certificate'
+ ReleaseNotes = 'Added digital signature to release.'
41
}
42
43
build.psake.ps1
@@ -1,4 +1,4 @@
1
-Task default -depends Build
+Task default -depends Build,Sign
2
3
Properties {
4
$source = $psake.build_script_dir
0 commit comments