-
Notifications
You must be signed in to change notification settings - Fork 39
/
StoreBroker.nuspec
22 lines (22 loc) · 1.03 KB
/
StoreBroker.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>Microsoft.Windows.StoreBroker</id>
<version>$version$</version>
<authors>Microsoft</authors>
<owners>microsoft,nugetstorebrokerteam</owners>
<licenseUrl>https://aka.ms/StoreBroker_License</licenseUrl>
<projectUrl>https://aka.ms/StoreBroker</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>A PowerShell module that leverages the Windows Store Submission API to allow easy automation of application submissions to the Windows Store.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>microsoft windows store broker storebroker submission api powershell posh module</tags>
<language>en-US</language>
</metadata>
<files>
<file src="StoreBroker\" target="StoreBroker\"/>
<file src="Extensions\" target="Extensions\"/>
<file src="PDP\*.xsd" target="PDP\"/>
</files>
</package>