| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
| 3 | <metadata> |
| 4 | <id>Microsoft.WSL.PluginApi</id> |
| 5 | <version>${WSL_NUGET_PACKAGE_VERSION}</version> |
| 6 | <authors>Microsoft</authors> |
| 7 | <projectUrl>https://github.com/microsoft/WSL</projectUrl> |
| 8 | <description>WSL Plugin Interface</description> |
| 9 | <copyright>© Microsoft Corporation. All rights reserved.</copyright> |
| 10 | <icon>images\icon.png</icon> |
| 11 | <readme>docs\README.MD</readme> |
| 12 | <tags>WSL plugin Linux Windows</tags> |
| 13 | <license type="expression">MIT</license> |
| 14 | <repository type="git" url="https://github.com/microsoft/WSL" /> |
| 15 | </metadata> |
| 16 | <files> |
| 17 | <file src="${CMAKE_SOURCE_DIR_NATIVE}\src\windows\inc\WslPluginApi.h" target="build\native\include"/> |
| 18 | <file src="${CMAKE_SOURCE_DIR_NATIVE}\Images\Square44x44Logo.altform-lightunplated_targetsize-256.png" target="images\icon.png"/> |
| 19 | <file src="${CMAKE_SOURCE_DIR_NATIVE}\NOTICE.txt" target="NOTICE.txt"/> |
| 20 | <file src="${CMAKE_SOURCE_DIR_NATIVE}\nuget\Microsoft.WSL.PluginApi\**"/> |
| 21 | </files> |
| 22 | </package> |