This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit fd1e0474eb9bcdf006b162f335c885d0ca785e1d Author: Aaron Meyers <[email protected]> AuthorDate: Fri Jul 5 18:05:57 2019 -0700 Added comment on Version.proj default --- Version.proj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Version.proj b/Version.proj index 95aa8e4..2a421b2 100644 --- a/Version.proj +++ b/Version.proj @@ -32,6 +32,8 @@ so AssemblyVersion should only be changed for each major version release. --> <AssemblyVersion>4.0.0</AssemblyVersion> + <!-- This is the default location of Lucene.Net.snk relative to the project directory. + If the project is further nested from the repo root, override this value in the csproj. --> <AssemblyOriginatorKeyFile>..\..\Lucene.Net.snk</AssemblyOriginatorKeyFile> <SignAssembly>true</SignAssembly> </PropertyGroup>
