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.
1 parent 2c1987d commit 3ff02c0Copy full SHA for 3ff02c0
AppvProvider.psd1
@@ -1,12 +1,11 @@
1
@{
2
- ModuleVersion = '0.6.1';
+ ModuleVersion = '0.6.2';
3
GUID = 'efea3f79-595c-4eda-82fa-7cf72a3d85ac';
4
Author = 'Iain Brighton, Nathan Sperry';
5
CompanyName = 'Virtual Engine';
6
Description = 'Powershell OneGet/Package Management Provider for App-V 5.x'
7
Copyright = 'Copyright (c) 2015 Virtual Engine Limited. All rights reserved.';
8
PowerShellVersion = '3.0';
9
- RequiredModules = @('AppvClient');
10
PrivateData = @{
11
PackageManagementProviders = 'AppvProvider.psm1';
12
PSData = @{
0 commit comments