You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2016/11/25 11:07:12 UTC

[07/26] lucenenet git commit: Setup InternalsVisibleTo Lucene.Net.Spatial <- Lucene.Net.Tests.Spatial

Setup InternalsVisibleTo Lucene.Net.Spatial <- Lucene.Net.Tests.Spatial


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/bd9e92d9
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/bd9e92d9
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/bd9e92d9

Branch: refs/heads/master
Commit: bd9e92d9e8ccc014544f5e68235c41d9066aba4c
Parents: 415cd5c
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Wed Nov 16 06:06:43 2016 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Wed Nov 16 06:06:43 2016 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Spatial/Properties/AssemblyInfo.cs | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/bd9e92d9/src/Lucene.Net.Spatial/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Spatial/Properties/AssemblyInfo.cs b/src/Lucene.Net.Spatial/Properties/AssemblyInfo.cs
index a5b4d0a..8c8f6d3 100644
--- a/src/Lucene.Net.Spatial/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Spatial/Properties/AssemblyInfo.cs
@@ -16,6 +16,7 @@
  */
 
 using System.Reflection;
+using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 using System.Security;
 
@@ -40,6 +41,9 @@ using System.Security;
 // The following GUID is for the ID of the typelib if this project is exposed to COM
 [assembly: Guid("5c8e810f-4bf7-472f-9785-8d80a0de6ea8")]
 
+// for testing
+[assembly: InternalsVisibleTo("Lucene.Net.Tests.Spatial")]
+
 // Version information for an assembly consists of the following four values:
 //
 //      Major Version
@@ -50,14 +54,12 @@ using System.Security;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyInformationalVersionAttribute("3.0.3")]
-
-[assembly: AssemblyVersion("3.0.3")]
-[assembly: AssemblyFileVersion("3.0.3")]
+[assembly: AssemblyVersion("4.8.0")]
+[assembly: AssemblyFileVersion("4.8.0")]
 
 
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
-[assembly: AssemblyKeyName("")]
+//[assembly: AssemblyDelaySign(false)]
+//[assembly: AssemblyKeyFile("")]
+//[assembly: AssemblyKeyName("")]
 
-[assembly: AllowPartiallyTrustedCallers]
+//[assembly: AllowPartiallyTrustedCallers]