summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Albright <eric_albright@sil.org>2008-04-25 05:07:05 +0000
committerEric Albright <eric_albright@sil.org>2008-04-25 05:07:05 +0000
commitb006a2218d45cf8f8772fe71c988730f0c2418e1 (patch)
treed8b87e0a4463936d59cb94288a9cef89039e6969
parentdcb275b283fe9153a65c12478d0199c2dbcb39ed (diff)
downloadenchant-b006a2218d45cf8f8772fe71c988730f0c2418e1.tar.gz
Versioning for Enchant.Net
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@23617 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/bindings/Enchant.Net/Properties/AssemblyInfo.cs.in (renamed from src/bindings/Enchant.Net/Properties/AssemblyInfo.cs)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bindings/Enchant.Net/Properties/AssemblyInfo.cs b/src/bindings/Enchant.Net/Properties/AssemblyInfo.cs.in
index d33619f..43c60bd 100644
--- a/src/bindings/Enchant.Net/Properties/AssemblyInfo.cs
+++ b/src/bindings/Enchant.Net/Properties/AssemblyInfo.cs.in
@@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Enchant.Net")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("A library that wraps other spell checking backends.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Enchant.Net")]
-[assembly: AssemblyCopyright("Copyright © 2007 Eric Scott Albright")]
+[assembly: AssemblyCopyright("Copyright © 2007-2008 Eric Scott Albright")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -30,5 +30,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.3.1.1")]
-[assembly: AssemblyFileVersion("1.3.1.1")]
+[assembly: AssemblyVersion("@ENCHANT_MAJOR_VERSION@.@ENCHANT_MINOR_VERSION@.@ENCHANT_MICRO_VERSION@.0")]
+[assembly: AssemblyFileVersion("@ENCHANT_MAJOR_VERSION@.@ENCHANT_MINOR_VERSION@.@ENCHANT_MICRO_VERSION@.*")]