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:
Diffstat (limited to 'Xwt.Gtk/Xwt.Gtk3.nuspec')
-rw-r--r--Xwt.Gtk/Xwt.Gtk3.nuspec32
1 files changed, 32 insertions, 0 deletions
diff --git a/Xwt.Gtk/Xwt.Gtk3.nuspec b/Xwt.Gtk/Xwt.Gtk3.nuspec
new file mode 100644
index 00000000..7584cff4
--- /dev/null
+++ b/Xwt.Gtk/Xwt.Gtk3.nuspec
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<package>
+ <metadata>
+ <id>$id$</id>
+ <title>$title$</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 GTK3 toolkit backend for Xwt based applications targeting GTK3.
+
+Xwt.Gtk3 requires gtk-sharp3 (https://github.com/mono/gtk-sharp/). The Windows installation package can be obtained from https://download.gnome.org/binaries/win32/gtk-sharp/.
+ </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 gtk3</tags>
+ <dependencies>
+ <dependency id="Xwt" version="[$version$]"/>
+ </dependencies>
+ </metadata>
+ <files>
+ <file src="Xwt.Gtk3.dll.config" target="build" />
+ <file src="Xwt.Gtk3.nuget.props" target="build\Xwt.Gtk3.props" />
+ <file src="..\LICENSE.txt" />
+ <file src="..\README.markdown" />
+ </files>
+</package> \ No newline at end of file