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
The following commit(s) were added to refs/heads/master by this push:
new 6594967 Revert "build/NuGet.props: Added exclusion so lucene icon
doesn't show up in every project."
6594967 is described below
commit 65949674fed11b94158bb2132b1468b3c7d3fb10
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Dec 26 09:43:33 2019 +0700
Revert "build/NuGet.props: Added exclusion so lucene icon doesn't show up
in every project."
This reverts commit f88640563426f035774676f0fdf2b79f68cc2d3b.
---
build/NuGet.props | 1 -
1 file changed, 1 deletion(-)
diff --git a/build/NuGet.props b/build/NuGet.props
index 6c8cc8f..9299821 100644
--- a/build/NuGet.props
+++ b/build/NuGet.props
@@ -33,6 +33,5 @@
<None Include="$(SolutionDir)LICENSE.txt" Pack="true"
PackagePath="$(PackageLicenseFile)"/>
<None Include="$(SolutionDir)NOTICE.txt" Pack="true"
PackagePath="$(PackageNoticeFile)"/>
<None Include="$(SolutionDir)branding\logo\lucene-net-icon-128x128.png"
Pack="true" PackagePath="$(PackageIcon)"/>
- <None Remove="$(SolutionDir)branding\logo\lucene-net-icon-128x128.png" />
</ItemGroup>
</Project>
\ No newline at end of file