-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpowershell-designer.nuspec
More file actions
16 lines (16 loc) · 938 Bytes
/
powershell-designer.nuspec
File metadata and controls
16 lines (16 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>powershell-designer</id>
<version>2.7.7</version>
<authors>Brandon Cunningham</authors>
<owners>Brandon Cunningham</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/brandoncomputer/powershell-designer/blob/main/license.md</licenseUrl>
<projectUrl>https://github.com/brandoncomputer/powershell-designer</projectUrl>
<description>The best free form designer for powershell.</description>
<releaseNotes>The best free form designer for powershell.</releaseNotes>
<copyright>(c) Brandon Cunningham. Portions (c) Benjamin Turmo, Pavel Torgashov & Mark James</copyright>
<tags>PSModule PSIncludes_Function PSFunction_powershell-designer PSCommand_powershell-designer</tags>
</metadata>
</package>