forked from microsoft/winget-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WinGetUtil.nuspec
23 lines (23 loc) · 1.09 KB
/
WinGetUtil.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package >
<metadata>
<id>Microsoft.WindowsPackageManager.Utils</id>
<version>$version$</version>
<title></title>
<authors>Microsoft</authors>
<owners></owners>
<projectUrl>https://github.com/microsoft/winget-cli</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>The utility binary for use with the WinGet CLI.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>winget</tags>
</metadata>
<files>
<file src="src\x64\Release\WinGetUtil\WinGetUtil.dll" target="runtimes\win-x64\native\WinGetUtil.dll"/>
<file src="src\x64\Release\WinGetUtil\WinGetUtil.pdb" target="runtimes\win-x64\native\WinGetUtil.pdb"/>
<file src="src\x86\Release\WinGetUtil\WinGetUtil.dll" target="runtimes\win-x86\native\WinGetUtil.dll"/>
<file src="src\x86\Release\WinGetUtil\WinGetUtil.pdb" target="runtimes\win-x86\native\WinGetUtil.pdb"/>
<file src="schemas\JSON\manifests\**" target="content\schemas\JSON\manifests" />
</files>
</package>