-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PowerAdobe.psd1
21 lines (21 loc) · 1.09 KB
/
PowerAdobe.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@{
AliasesToExport = @('Add-AdobeUser')
Author = 'Przemyslaw Klys'
CmdletsToExport = @()
CompanyName = 'Evotec'
CompatiblePSEditions = @('Desktop', 'Core')
Copyright = '(c) 2011 - 2024 Przemyslaw Klys @ Evotec. All rights reserved.'
Description = 'PowerAdobe is an unofficial PowerShell module for Adobe API.'
DotNetFrameworkVersion = '4.5.2'
FunctionsToExport = @('Add-AdobeGroupMember', 'Connect-Adobe', 'Get-AdobeGroup', 'Get-AdobeGroupMember', 'Get-AdobeUser', 'Invoke-AdobeBulk', 'New-AdobeGroup', 'New-AdobeUser', 'Remove-AdobeGroup', 'Remove-AdobeGroupMember', 'Remove-AdobeUser', 'Set-AdobeGroup', 'Set-AdobeUser')
GUID = 'c2607b7b-4422-4687-b22c-1c26b456b47c'
ModuleVersion = '1.0.5'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
ProjectUri = 'https://github.com/EvotecIT/PowerAdobe'
Tags = @('Windows', 'MacOS', 'Linux')
}
}
RootModule = 'PowerAdobe.psm1'
}