PowerShell/tools/packaging/packaging.psd1
Steve Lee 4bc52d2358 Use consistent '(c)' for copyright symbol (#5210)
- Remove the year about copyright
- Fix casing of `All rights reserved`
- Replace Unicode characters representing single quote with a single quote
2017-10-26 14:12:19 -07:00

12 lines
323 B
PowerShell

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