forked from picoe/Eto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEto.Platform.Wpf.nuspec
32 lines (30 loc) · 1.29 KB
/
Eto.Platform.Wpf.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
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Eto.Platform.Wpf</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/picoe/Eto/raw/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/picoe/Eto</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>$description$</summary>
<description>
This is the WPF platform for Eto.Forms UI Framework.
Include this along with your Eto.Forms application to provide a WPF interface for your windows users. WPF is by default preferred over the Eto.Platform.Windows platform, so if both are included, WPF will be selected.
You do not need to use any of the classes of this assembly (unless customizing the WPF functionality of the platform), and should just use the UI controls from the Eto assembly.
</description>
<copyright>$copyright$</copyright>
<tags>cross platform gui ui framework desktop wpf eto.forms</tags>
<dependencies>
<group>
<dependency id="Eto.Forms" version="[$version$]" />
</group>
</dependencies>
</metadata>
<files>
<file src="artifacts\core\$configuration$\net45\Eto.Wpf.dll" target="lib\net45" />
<file src="LICENSE.txt" target="LICENSE.txt" />
</files>
</package>