OSDPShell.psd1
|
# # Module manifest for module 'OSDPShell' # # Generated by: JonathanHorvath # # Generated on: 2/11/2024 # @{ # Script module or binary module file associated with this manifest. RootModule = 'OSDPShell.dll' # Version number of this module. ModuleVersion = '0.0.2' # Supported PSEditions CompatiblePSEditions = 'Core' # Minimum version of the PowerShell engine required by this module PowerShellVersion = '7.4' # ID used to uniquely identify this module GUID = '1024d6d2-1a76-45bd-8a02-4b2e144d569d' # Author of this module Author = 'Jonathan Horvath' # Company or vendor of this module CompanyName = 'Z-bit Systems, LLC' # Copyright statement for this module Copyright = '(c) Z-bit Systems, LLC. All rights reserved.' Description = 'Connect to OSDP devices using PowerShell' # 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 = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. # Tags = @() # A URL to the license for this module. # LicenseUri = '' # A URL to the main website for this project. # ProjectUri = '' # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module # ReleaseNotes = '' # Prerelease string of this module # Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save #RequireLicenseAcceptance = $true # External dependent modules of this module # ExternalModuleDependencies = @() } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' } |