You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by di...@apache.org on 2011/03/22 08:19:50 UTC

[Lucene.Net] svn commit: r1084086 - in /incubator/lucene.net/trunk/C#/src: Lucene.Net/AssemblyInfo.cs Test/AssemblyInfo.cs

Author: digy
Date: Tue Mar 22 07:19:50 2011
New Revision: 1084086

URL: http://svn.apache.org/viewvc?rev=1084086&view=rev
Log:
[LUCENENET-399] AssemblyInfo  files 

Modified:
    incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs
    incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs

Modified: incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Lucene.Net/AssemblyInfo.cs?rev=1084086&r1=1084085&r2=1084086&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Lucene.Net/AssemblyInfo.cs Tue Mar 22 07:19:50 2011
@@ -33,7 +33,7 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyDefaultAlias("Lucene.Net")]
 [assembly: AssemblyCulture("")]
 
-[assembly: AssemblyInformationalVersionAttribute("2.9.2")]
+[assembly: AssemblyInformationalVersionAttribute("2.9.4")]
 
 
 //
@@ -47,7 +47,7 @@ using System.Runtime.CompilerServices;
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("2.9.2.002")]
+[assembly: AssemblyVersion("2.9.4.001")]
 
 
 //

Modified: incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Test/AssemblyInfo.cs?rev=1084086&r1=1084085&r2=1084086&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/AssemblyInfo.cs Tue Mar 22 07:19:50 2011
@@ -16,7 +16,7 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyDefaultAlias("Lucene.Net")]
 [assembly: AssemblyCulture("")]
 
-[assembly: AssemblyInformationalVersionAttribute("2.9.2")]
+[assembly: AssemblyInformationalVersionAttribute("2.9.4")]
 
 //
 // Version information for an assembly consists of the following four values:
@@ -29,7 +29,7 @@ using System.Runtime.CompilerServices;
 // You can specify all the values or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("2.9.2.001")]
+[assembly: AssemblyVersion("2.9.4.001")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the