Skip to content

Commit 3ff02c0

Browse files
committed
Removed all required modules from module manifest
Bumped module version to 0.6.2
1 parent 2c1987d commit 3ff02c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AppvProvider.psd1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
@{
2-
ModuleVersion = '0.6.1';
2+
ModuleVersion = '0.6.2';
33
GUID = 'efea3f79-595c-4eda-82fa-7cf72a3d85ac';
44
Author = 'Iain Brighton, Nathan Sperry';
55
CompanyName = 'Virtual Engine';
66
Description = 'Powershell OneGet/Package Management Provider for App-V 5.x'
77
Copyright = 'Copyright (c) 2015 Virtual Engine Limited. All rights reserved.';
88
PowerShellVersion = '3.0';
9-
RequiredModules = @('AppvClient');
109
PrivateData = @{
1110
PackageManagementProviders = 'AppvProvider.psm1';
1211
PSData = @{

0 commit comments

Comments
 (0)