Reformat manifest
This commit is contained in:
parent
9085dd5001
commit
4f6d13e83f
1 changed files with 12 additions and 12 deletions
24
ABMPS.psd1
24
ABMPS.psd1
|
@ -9,28 +9,28 @@
|
|||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
RootModule = 'AppleBusinessManager.psm1'
|
||||
RootModule = 'AppleBusinessManager.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '1.1'
|
||||
ModuleVersion = '1.1'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
||||
# ID used to uniquely identify this module
|
||||
GUID = 'ba7191aa-8343-45d4-941b-52ddc74d7cc7'
|
||||
GUID = 'ba7191aa-8343-45d4-941b-52ddc74d7cc7'
|
||||
|
||||
# Author of this module
|
||||
Author = 'Liam Steckler'
|
||||
Author = 'Liam Steckler'
|
||||
|
||||
# Company or vendor of this module
|
||||
CompanyName = 'Unknown'
|
||||
CompanyName = 'Unknown'
|
||||
|
||||
# Copyright statement for this module
|
||||
Copyright = '(c) Liam Steckler. All rights reserved.'
|
||||
Copyright = '(c) Liam Steckler. All rights reserved.'
|
||||
|
||||
# Description of the functionality provided by this module
|
||||
Description = 'Authenticates and gets data from the Apple Business Manager APIs'
|
||||
Description = 'Authenticates and gets data from the Apple Business Manager APIs'
|
||||
|
||||
# Minimum version of the PowerShell engine required by this module
|
||||
PowerShellVersion = '7.0.0'
|
||||
|
@ -51,7 +51,7 @@ PowerShellVersion = '7.0.0'
|
|||
# ProcessorArchitecture = ''
|
||||
|
||||
# Modules that must be imported into the global environment prior to importing this module
|
||||
# RequiredModules = @()
|
||||
# RequiredModules = @()
|
||||
|
||||
# Assemblies that must be loaded prior to importing this module
|
||||
# RequiredAssemblies = @()
|
||||
|
@ -72,13 +72,13 @@ PowerShellVersion = '7.0.0'
|
|||
FunctionsToExport = '*'
|
||||
|
||||
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
|
||||
CmdletsToExport = '*'
|
||||
CmdletsToExport = '*'
|
||||
|
||||
# Variables to export from this module
|
||||
VariablesToExport = '*'
|
||||
|
||||
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
|
||||
AliasesToExport = '*'
|
||||
AliasesToExport = '*'
|
||||
|
||||
# DSC resources to export from this module
|
||||
# DscResourcesToExport = @()
|
||||
|
@ -90,12 +90,12 @@ AliasesToExport = '*'
|
|||
# FileList = @()
|
||||
|
||||
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
|
||||
PrivateData = @{
|
||||
PrivateData = @{
|
||||
|
||||
PSData = @{
|
||||
|
||||
# Tags applied to this module. These help with module discovery in online galleries.
|
||||
Tags = @('api', 'apple', 'applebusinessmanager')
|
||||
Tags = @('api', 'apple', 'applebusinessmanager')
|
||||
|
||||
# A URL to the license for this module.
|
||||
LicenseUri = 'https://scm.gruezi.net/buckbanzai/abmps/src/branch/main/LICENSE'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue