PowerShell/tools/packaging/packaging.psd1

12 lines
365 B
PowerShell
Raw Normal View History

@{
GUID="41857994-4283-4757-a932-0b0edb104913"
Author="PowerShell"
CompanyName="Microsoft Corporation"
Copyright="Copyright (c) Microsoft Corporation. All rights reserved."
ModuleVersion="1.0.0"
PowerShellVersion="5.0"
CmdletsToExport=@("Start-PSPackage",'New-PSSignedBuildZip', 'New-UnifiedNugetPackage')
RootModule="packaging.psm1"
RequiredModules = @("build")
}