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-21 15:55:07 +0300
committerVsevolod Kukol <sevo@sevo.org>2015-02-21 22:14:09 +0300
commitadb5dd7f63417236aa558efc38f5fee34a9ebb1c (patch)
tree536200e4cc611824b4b1b2e84e24c44376452053 /Xwt.Gtk/AssemblyInfo.cs
parentaef68910a24919c489f7054cb8a87c4544fb5827 (diff)
Add InformationalVersion for automatic NuGet prereleases
Diffstat (limited to 'Xwt.Gtk/AssemblyInfo.cs')
-rwxr-xr-xXwt.Gtk/AssemblyInfo.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xwt.Gtk/AssemblyInfo.cs b/Xwt.Gtk/AssemblyInfo.cs
index 62829393..dfacf2d7 100755
--- a/Xwt.Gtk/AssemblyInfo.cs
+++ b/Xwt.Gtk/AssemblyInfo.cs
@@ -18,6 +18,7 @@ using System.Runtime.CompilerServices;
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("0.1.0.0")]
+[assembly: AssemblyInformationalVersion("0.1.0.0-prerelease")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.