PSScriptInfo.psd1
# # Module manifest for module 'PSScriptInfo' # # Generated by: Hannes Palmquist # # Generated on: 2022-11-14 # @{ RootModule = 'PSScriptInfo.psm1' ModuleVersion = '1.3.13' CompatiblePSEditions = @('Desktop', 'Core') PowerShellVersion = '5.1' GUID = '85a70594-7a0d-4606-a1c2-2eda65cb54a1' Author = 'Hannes Palmquist' CompanyName = 'GetPS' Copyright = '(c) Hannes Palmquist. All rights reserved.' Description = 'Tools for generating and updating psscriptinfo on scripts' RequiredModules = @() FunctionsToExport = @('Add-PSScriptInfo','Get-PSScriptInfo','Remove-PSScriptInfo','Update-PSScriptInfo') CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = '*' PrivateData = @{ PSData = @{ # Due to a bug in PowershellGet 3.0.17-beta17 licenseuri cannot used when Publishing. # Rollback to 3.0.17-beta16 has a bug that does not allow publishing of versioned powershell modules. # These three must be commented until 3.0.17-beta18 is released. #LicenseUri = 'https://github.com/hanpq/PSScriptInfo/blob/main/LICENSE' #RequireLicenseAcceptance = $false Prerelease = 'preview0001' Tags = @('PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'Linux', 'MacOS') ProjectUri = 'https://getps.dev/modules/PSScriptInfo/getstarted' ReleaseNotes = '' } } } |