Skip to content

Commit

Permalink
Added package icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgernand committed Dec 16, 2021
1 parent e6a772a commit e59b102
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<IncludeSymbols>false</IncludeSymbols>
<Copyright>Copyright © 2013-2021 Matthias Gernand. All rights reserved.</Copyright>
<Version>5.3.10</Version>
<AssemblyVersion>5.3.10</AssemblyVersion>
<FileVersion>5.3.10</FileVersion>
<Authors>Matthias Gernand</Authors>
<Description>Common.Logging logging provider for NHibernate.</Description>
<NeutralLanguage>en</NeutralLanguage>
Expand All @@ -21,6 +23,7 @@
<PackageTags>orm, logger, nhibernate</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
Expand All @@ -30,6 +33,10 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\Extensions.Logging.Mock\icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="FluentAssertions" Version="6.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Include="coverlet.collector" Version="3.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e59b102

Please sign in to comment.