-
Notifications
You must be signed in to change notification settings - Fork 6
/
Unpackaged.nuspec
25 lines (25 loc) · 972 Bytes
/
Unpackaged.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Unpackaged</id>
<version>0.0.21</version>
<authors>Alexander Sklar</authors>
<owners>Alexander Sklar</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<projectUrl>https://github.com/asklar/xaml-islands</projectUrl>
<description>Helpers for unpackaged and XAML Islands apps</description>
<copyright>Copyright Alexander Sklar (c) 2021</copyright>
<tags>unpackaged msix xaml islands xaml-islands</tags>
<readme>docs\README.md</readme>
<dependencies>
<dependency id="Microsoft.Windows.CppWinRT" version="2.0.211028.7" />
</dependencies>
</metadata>
<files>
<file src="build\*" target="build" />
<file src="inc\**" target="inc" />
<file src="LICENSE.txt" target="" />
<file src="docs\README.md" target="docs\README.md" />
</files>
</package>