Skip to content

Commit be1def1

Browse files
committed
Removed PackageManagement module dependency to publish to the PSGallery
1 parent 34e82d3 commit be1def1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AppvProvider.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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 = @('PackageManagement','AppvClient');
9+
RequiredModules = @('AppvClient');
1010
PrivateData = @{
1111
PackageManagementProviders = 'AppvProvider.psm1';
1212
PSData = @{

0 commit comments

Comments
 (0)