Skip to content

Commit aaebc93

Browse files
author
Zia Jalali
committed
Update required modules' version info
1 parent 3c815d5 commit aaebc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPRegistryPolicy.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Copyright = '(c) 2016 Microsoft. All rights reserved.'
2424
Description = 'Module with cmdlets to work with GP Registry Policy .pol files'
2525

2626
# Required Modules - Modules that must be imported into the global environment prior to importing this module
27-
RequiredModules = @(@{ModuleName="GPRegistryPolicyParser";ModuleVersion="0.1.1";Guid="136973e7-64da-494b-bf2d-38d4564bb8f5"})
27+
RequiredModules = @(@{ModuleName="GPRegistryPolicyParser";ModuleVersion="0.2";Guid="136973e7-64da-494b-bf2d-38d4564bb8f5"})
2828

2929
# Nested Modules - Modules that must be imported into the global environment prior to importing this module
3030
NestedModules = @('GPRegistryPolicyResource.psd1')

0 commit comments

Comments
 (0)