Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevo@sevo.org>2015-02-12 03:40:33 +0300
committerVsevolod Kukol <sevo@sevo.org>2015-02-21 22:13:41 +0300
commitcbda7cdff249b95e9c25c9d35df3893c7f6483d5 (patch)
treed221def5e93aa4cc32acd0f3ba54db110c4cb3e3 /Xwt.Gtk/Xwt.Gtk.nuspec
parent91842586f993eccbbd0b1ecb308c9082045fd2c1 (diff)
Add NuGet spec files
Diffstat (limited to 'Xwt.Gtk/Xwt.Gtk.nuspec')
-rw-r--r--Xwt.Gtk/Xwt.Gtk.nuspec31
1 files changed, 31 insertions, 0 deletions
diff --git a/Xwt.Gtk/Xwt.Gtk.nuspec b/Xwt.Gtk/Xwt.Gtk.nuspec
new file mode 100644
index 00000000..8852ffba
--- /dev/null
+++ b/Xwt.Gtk/Xwt.Gtk.nuspec
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<package>
+ <metadata>
+ <id>$id$</id>
+ <title>Xwt.Gtk2</title>
+ <version>$version$</version>
+ <authors>Lluis Sanchez</authors>
+ <summary>$description$</summary>
+ <description>
+Xwt is a cross-platform UI toolkit for creating desktop applications with .NET and Mono.
+
+This package contains the GTK toolkit backend for Xwt based applications targeting GTK2.
+
+Xwt.Gtk requires gtk-sharp (https://github.com/mono/gtk-sharp/). The Windows installation package can be obtained from http://www.monodevelop.com/download/#win.
+ </description>
+ <releaseNotes></releaseNotes>
+ <licenseUrl>https://raw.githubusercontent.com/mono/xwt/master/LICENSE.txt</licenseUrl>
+ <projectUrl>https://github.com/mono/xwt/</projectUrl>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <copyright>$copyright$</copyright>
+ <tags>xwt cross platform gui ui toolkit framework desktop gtk gtk2</tags>
+ <dependencies>
+ <dependency id="Xwt" version="[$version$]"/>
+ </dependencies>
+ </metadata>
+ <files>
+ <file src="Xwt.Gtk.dll.config" target="lib\net40" />
+ <file src="..\LICENSE.txt" />
+ <file src="..\README.markdown" />
+ </files>
+</package> \ No newline at end of file