|
1 | | -<?xml version="1.0"?> |
2 | | -<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> |
3 | | - <metadata minClientVersion="2.5"> |
4 | | - <id>PyWinRT.TestWinRT</id> |
5 | | - <version>1.2.0</version> |
6 | | - <title>TestWinRT</title> |
7 | | - <authors>Microsoft</authors> |
8 | | - <license type="expression">MIT</license> |
9 | | - <requireLicenseAcceptance>false</requireLicenseAcceptance> |
10 | | - <description>TestWinRT</description> |
11 | | - <readme>docs/README.md</readme> |
12 | | - <releaseNotes></releaseNotes> |
13 | | - <copyright>© Microsoft Corporation. All rights reserved.</copyright> |
14 | | - <projectUrl>https://github.com/pywinrt/testwinrt</projectUrl> |
15 | | - <repository type="git" url="https://github.com/pywinrt/testwinrt" /> |
16 | | - <dependencies> |
17 | | - <group targetFramework="uap10.0" /> |
18 | | - </dependencies> |
19 | | - </metadata> |
20 | | - <files> |
21 | | - <file src="README.md" target="docs\"/> |
22 | | - <file src="..\TestComponent.winmd" target="lib\uap10.0"/> |
23 | | - <file src="..\Win32\Release\TestComponent\TestComponent.dll" target="runtimes\win10-x86\native"/> |
24 | | - <file src="..\x64\Release\TestComponent\TestComponent.dll" target="runtimes\win10-x64\native"/> |
25 | | - <file src="..\ARM64\Release\TestComponent\TestComponent.dll" target="runtimes\win10-arm64\native"/> |
26 | | - </files> |
27 | | -</package> |
| 1 | +<?xml version="1.0"?> |
| 2 | +<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> |
| 3 | + <metadata minClientVersion="2.5"> |
| 4 | + <id>PyWinRT.TestWinRT</id> |
| 5 | + <version>1.3.0</version> |
| 6 | + <title>TestWinRT</title> |
| 7 | + <authors>Microsoft</authors> |
| 8 | + <license type="expression">MIT</license> |
| 9 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 10 | + <description>TestWinRT</description> |
| 11 | + <readme>docs/README.md</readme> |
| 12 | + <releaseNotes></releaseNotes> |
| 13 | + <copyright>© Microsoft Corporation. All rights reserved.</copyright> |
| 14 | + <projectUrl>https://github.com/pywinrt/testwinrt</projectUrl> |
| 15 | + <repository type="git" url="https://github.com/pywinrt/testwinrt" /> |
| 16 | + <dependencies> |
| 17 | + <group targetFramework="uap10.0" /> |
| 18 | + </dependencies> |
| 19 | + </metadata> |
| 20 | + <files> |
| 21 | + <file src="README.md" target="docs\"/> |
| 22 | + <file src="..\TestComponent.winmd" target="lib\uap10.0"/> |
| 23 | + <file src="..\Win32\Release\TestComponent\TestComponent.dll" target="runtimes\win10-x86\native"/> |
| 24 | + <file src="..\x64\Release\TestComponent\TestComponent.dll" target="runtimes\win10-x64\native"/> |
| 25 | + <file src="..\ARM64\Release\TestComponent\TestComponent.dll" target="runtimes\win10-arm64\native"/> |
| 26 | + </files> |
| 27 | +</package> |
0 commit comments