We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b030d38 commit af1a12cCopy full SHA for af1a12c
1 file changed
TestingModule/TestingModule.psd1
@@ -1,9 +1,9 @@
1
-#
+#
2
# Module manifest for module 'TestingModule'
3
#
4
# Generated by: Lars Panzerbjørn
5
6
-# Generated on: 27/11/2024
+# Generated on: 21/11/2025
7
8
9
@{
@@ -12,7 +12,7 @@
12
RootModule = 'TestingModule.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '1.4.1'
+ModuleVersion = '1.4.2'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
@@ -113,7 +113,7 @@ PrivateData = @{
113
# Prerelease = ''
114
115
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
116
- # RequireLicenseAcceptance = $False
+ # RequireLicenseAcceptance = $false
117
118
# External dependent modules of this module
119
# ExternalModuleDependencies = @()
@@ -130,4 +130,3 @@ PrivateData = @{
130
131
}
132
133
-
0 commit comments