You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2016/12/22 14:21:09 UTC

[1/2] lucenenet git commit: updating assemblyinfo files for nuget package metadata.

Repository: lucenenet
Updated Branches:
  refs/heads/master 0ff42e347 -> 44430e214


updating assemblyinfo files for nuget package metadata.


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

Branch: refs/heads/master
Commit: 608fbe754b6aa57db216a734e16aa1149b7a7a63
Parents: b85ce24
Author: wwb <gi...@wyattbarnett.net>
Authored: Sun Dec 18 23:31:05 2016 -0500
Committer: wwb <gi...@wyattbarnett.net>
Committed: Sun Dec 18 23:31:05 2016 -0500

----------------------------------------------------------------------
 .../Properties/AssemblyInfo.cs                         | 13 +++++++------
 .../Properties/AssemblyInfo.cs                         | 11 ++++++-----
 .../Properties/AssemblyInfo.cs                         | 11 ++++++-----
 src/Lucene.Net.Codecs/Properties/AssemblyInfo.cs       | 13 +++++++------
 src/Lucene.Net.Core/AssemblyInfo.cs                    |  4 ++--
 src/Lucene.Net.Expressions/Properties/AssemblyInfo.cs  | 11 ++++++-----
 src/Lucene.Net.Facet/Properties/AssemblyInfo.cs        | 11 ++++++-----
 src/Lucene.Net.Grouping/Properties/AssemblyInfo.cs     | 11 ++++++-----
 src/Lucene.Net.Join/Properties/AssemblyInfo.cs         | 11 ++++++-----
 src/Lucene.Net.Memory/Properties/AssemblyInfo.cs       | 11 ++++++-----
 src/Lucene.Net.Misc/Properties/AssemblyInfo.cs         | 11 ++++++-----
 src/Lucene.Net.Queries/Properties/AssemblyInfo.cs      | 11 ++++++-----
 src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs  | 11 ++++++-----
 src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs      | 11 ++++++-----
 src/Lucene.Net.Spatial/Properties/AssemblyInfo.cs      | 10 +++++-----
 src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs      | 11 ++++++-----
 16 files changed, 93 insertions(+), 79 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Analysis.Common/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Analysis.Common/Properties/AssemblyInfo.cs b/src/Lucene.Net.Analysis.Common/Properties/AssemblyInfo.cs
index 78c9849..451a7da 100644
--- a/src/Lucene.Net.Analysis.Common/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Analysis.Common/Properties/AssemblyInfo.cs
@@ -5,13 +5,14 @@ using System.Runtime.InteropServices;
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
-[assembly: AssemblyTitle("Lucene.Net.Analysis.Common")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyTitle("Apache Lucene.Net.Analysis.Common")]
+[assembly: AssemblyDescription("The Apache Software Foundation Analysis.Common Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Analysis.Common")]
-[assembly: AssemblyCopyright("Copyright �  2014")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Analysis.Common")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Analysis.Stempel/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Analysis.Stempel/Properties/AssemblyInfo.cs b/src/Lucene.Net.Analysis.Stempel/Properties/AssemblyInfo.cs
index 56385ee..1dbccc5 100644
--- a/src/Lucene.Net.Analysis.Stempel/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Analysis.Stempel/Properties/AssemblyInfo.cs
@@ -6,12 +6,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.Analysis.Stempel")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("The Apache Software Foundation Analysis.Stempel Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Analysis.Stempel")]
-[assembly: AssemblyCopyright("Copyright �  2016")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Analysis.Stempel")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Classification/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Classification/Properties/AssemblyInfo.cs b/src/Lucene.Net.Classification/Properties/AssemblyInfo.cs
index ede45e1..966bd5c 100644
--- a/src/Lucene.Net.Classification/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Classification/Properties/AssemblyInfo.cs
@@ -6,12 +6,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.Classification")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("The Apache Software Foundation Classification Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Classification")]
-[assembly: AssemblyCopyright("Copyright �  2014")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Classification")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Codecs/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Codecs/Properties/AssemblyInfo.cs b/src/Lucene.Net.Codecs/Properties/AssemblyInfo.cs
index 152a9c0..ce5d54a 100644
--- a/src/Lucene.Net.Codecs/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Codecs/Properties/AssemblyInfo.cs
@@ -5,13 +5,14 @@ using System.Runtime.InteropServices;
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
-[assembly: AssemblyTitle("Codecs")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyTitle("Lucene.Net.Codecs")]
+[assembly: AssemblyDescription("The Apache Software Foundation Codecs Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Codecs")]
-[assembly: AssemblyCopyright("Copyright �  2014")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Codecs")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Core/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Core/AssemblyInfo.cs b/src/Lucene.Net.Core/AssemblyInfo.cs
index f4536eb..11eb520 100644
--- a/src/Lucene.Net.Core/AssemblyInfo.cs
+++ b/src/Lucene.Net.Core/AssemblyInfo.cs
@@ -29,8 +29,8 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("The Apache Software Foundation")]
 [assembly: AssemblyProduct("Lucene.Net")]
-[assembly: AssemblyCopyright("Copyright 2006 - 2014 The Apache Software Foundation")]
-[assembly: AssemblyTrademark("Copyright 2006 - 2014 The Apache Software Foundation")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
 [assembly: AssemblyDefaultAlias("Lucene.Net")]
 [assembly: AssemblyCulture("")]
 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Expressions/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Expressions/Properties/AssemblyInfo.cs b/src/Lucene.Net.Expressions/Properties/AssemblyInfo.cs
index 306b537..568a80c 100644
--- a/src/Lucene.Net.Expressions/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Expressions/Properties/AssemblyInfo.cs
@@ -6,12 +6,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.Expressions")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("The Apache Software Foundation Expressions Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Expressions")]
-[assembly: AssemblyCopyright("Copyright �  2014")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Expressions")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Facet/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Facet/Properties/AssemblyInfo.cs b/src/Lucene.Net.Facet/Properties/AssemblyInfo.cs
index 7325e4c..e457bf2 100644
--- a/src/Lucene.Net.Facet/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Facet/Properties/AssemblyInfo.cs
@@ -6,12 +6,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.Facet")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("The Apache Software Foundation Facet Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Facet")]
-[assembly: AssemblyCopyright("Copyright �  2014")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Facet")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Grouping/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Grouping/Properties/AssemblyInfo.cs b/src/Lucene.Net.Grouping/Properties/AssemblyInfo.cs
index 9e6c1ce..bf25be6 100644
--- a/src/Lucene.Net.Grouping/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Grouping/Properties/AssemblyInfo.cs
@@ -6,12 +6,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.Grouping")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("The Apache Software Foundation Grouping Grouping of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Grouping")]
-[assembly: AssemblyCopyright("Copyright �  2015")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Grouping")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Join/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Join/Properties/AssemblyInfo.cs b/src/Lucene.Net.Join/Properties/AssemblyInfo.cs
index 2c17c13..d73af7e 100644
--- a/src/Lucene.Net.Join/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Join/Properties/AssemblyInfo.cs
@@ -6,12 +6,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.Join")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("The Apache Software Foundation Join Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Join")]
-[assembly: AssemblyCopyright("Copyright �  2015")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Facet")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Memory/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Memory/Properties/AssemblyInfo.cs b/src/Lucene.Net.Memory/Properties/AssemblyInfo.cs
index 8e31654..f61f758 100644
--- a/src/Lucene.Net.Memory/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Memory/Properties/AssemblyInfo.cs
@@ -6,12 +6,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.Memory")]
-[assembly: AssemblyDescription("Single-document in-memory index implementation")]
+[assembly: AssemblyDescription("The Apache Software Foundation Memory Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Memory")]
-[assembly: AssemblyCopyright("Copyright �  2014")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Memory")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Misc/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Misc/Properties/AssemblyInfo.cs b/src/Lucene.Net.Misc/Properties/AssemblyInfo.cs
index a521c51..d1d7c2f 100644
--- a/src/Lucene.Net.Misc/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Misc/Properties/AssemblyInfo.cs
@@ -6,12 +6,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.Misc")]
-[assembly: AssemblyDescription("Index tools and other miscellaneous code")]
+[assembly: AssemblyDescription("The Apache Software Foundation Misc Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Misc")]
-[assembly: AssemblyCopyright("Copyright �  2014")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Misc")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Queries/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Queries/Properties/AssemblyInfo.cs b/src/Lucene.Net.Queries/Properties/AssemblyInfo.cs
index d8e310e..bfc1373 100644
--- a/src/Lucene.Net.Queries/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Queries/Properties/AssemblyInfo.cs
@@ -5,12 +5,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.Queries")]
-[assembly: AssemblyDescription("Filters and Queries that add to core Lucene")]
+[assembly: AssemblyDescription("The Apache Software Foundation Queries Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Queries")]
-[assembly: AssemblyCopyright("Copyright �  2014")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Queries")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs b/src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs
index 023bf34..49b149f 100644
--- a/src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs
@@ -6,12 +6,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.QueryParser")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("The Apache Software Foundation QueryParser Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.QueryParser")]
-[assembly: AssemblyCopyright("Copyright �  2016")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.QueryParser")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs b/src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs
index de4e151..aa248d5 100644
--- a/src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs
@@ -6,12 +6,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.Sandbox")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("The Apache Software Foundation Sandbox Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Sandbox")]
-[assembly: AssemblyCopyright("Copyright �  2016")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Sandbox")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/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 8c8f6d3..25044dc 100644
--- a/src/Lucene.Net.Spatial/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Spatial/Properties/AssemblyInfo.cs
@@ -23,13 +23,13 @@ using System.Security;
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
-[assembly: AssemblyTitle("Lucene.Net.Contrib.Spatial")]
-[assembly: AssemblyDescription("The Apache Software Foundation Lucene.Net a full-text search engine library")]
+[assembly: AssemblyTitle("Lucene.Net.Spatial")]
+[assembly: AssemblyDescription("The Apache Software Foundation Spatial component of the Lucene.Net a full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("The Apache Software Foundation")]
-[assembly: AssemblyProduct("Lucene.Net.Contrib.Spatial")]
-[assembly: AssemblyCopyright("Copyright 2009 - 2012 The Apache Software Foundation")]
-[assembly: AssemblyTrademark("Copyright 2009 - 2012 The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net.Spatial")]
+[assembly: AssemblyCopyright("Copyright 2009 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2009 - 2017 The Apache Software Foundation")]
 [assembly: AssemblyDefaultAlias("Lucene.Net.Spatial")]
 [assembly: AssemblyCulture("")]
 

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/608fbe75/src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs b/src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs
index fee3e6b..57c7e8b 100644
--- a/src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs
+++ b/src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs
@@ -6,12 +6,13 @@ using System.Runtime.InteropServices;
 // set of attributes. Change these attribute values to modify the information
 // associated with an assembly.
 [assembly: AssemblyTitle("Lucene.Net.Suggest")]
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("The Apache Software Foundation Suggest Component of the Lucene.Net full-text search engine library")]
 [assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Lucene.Net.Suggest")]
-[assembly: AssemblyCopyright("Copyright �  2014")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCompany("The Apache Software Foundation")]
+[assembly: AssemblyProduct("Lucene.Net")]
+[assembly: AssemblyCopyright("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Copyright 2006 - 2017 The Apache Software Foundation")]
+[assembly: AssemblyDefaultAlias("Lucene.Net.Suggest")]
 [assembly: AssemblyCulture("")]
 
 // Setting ComVisible to false makes the types in this assembly not visible 


[2/2] lucenenet git commit: Merge remote-tracking branch 'wwwb/fix-descriptions'

Posted by sy...@apache.org.
Merge remote-tracking branch 'wwwb/fix-descriptions'


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

Branch: refs/heads/master
Commit: 44430e2147cba73d2e37a26e92458a6b66413c5a
Parents: 0ff42e3 608fbe7
Author: Itamar Syn-Hershko <it...@code972.com>
Authored: Thu Dec 22 16:20:58 2016 +0200
Committer: Itamar Syn-Hershko <it...@code972.com>
Committed: Thu Dec 22 16:20:58 2016 +0200

----------------------------------------------------------------------
 .../Properties/AssemblyInfo.cs                         | 13 +++++++------
 .../Properties/AssemblyInfo.cs                         | 11 ++++++-----
 .../Properties/AssemblyInfo.cs                         | 11 ++++++-----
 src/Lucene.Net.Codecs/Properties/AssemblyInfo.cs       | 13 +++++++------
 src/Lucene.Net.Core/AssemblyInfo.cs                    |  4 ++--
 src/Lucene.Net.Expressions/Properties/AssemblyInfo.cs  | 11 ++++++-----
 src/Lucene.Net.Facet/Properties/AssemblyInfo.cs        | 11 ++++++-----
 src/Lucene.Net.Grouping/Properties/AssemblyInfo.cs     | 11 ++++++-----
 src/Lucene.Net.Join/Properties/AssemblyInfo.cs         | 11 ++++++-----
 src/Lucene.Net.Memory/Properties/AssemblyInfo.cs       | 11 ++++++-----
 src/Lucene.Net.Misc/Properties/AssemblyInfo.cs         | 11 ++++++-----
 src/Lucene.Net.Queries/Properties/AssemblyInfo.cs      | 11 ++++++-----
 src/Lucene.Net.QueryParser/Properties/AssemblyInfo.cs  | 11 ++++++-----
 src/Lucene.Net.Sandbox/Properties/AssemblyInfo.cs      | 11 ++++++-----
 src/Lucene.Net.Spatial/Properties/AssemblyInfo.cs      | 10 +++++-----
 src/Lucene.Net.Suggest/Properties/AssemblyInfo.cs      | 11 ++++++-----
 16 files changed, 93 insertions(+), 79 deletions(-)
----------------------------------------------------------------------