Skip to content

Commit

Permalink
Add more package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Mar 17, 2023
1 parent 5e5db2b commit 57fe8be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Engage.Dnn.Logging.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
nuget.config = nuget.config
README.md = README.md
LICENSE = LICENSE
icon.png = icon.png
EndProjectSection
EndProject
Global
Expand Down
8 changes: 8 additions & 0 deletions Engage.Dnn.Logging/Engage.Dnn.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<TargetFramework>net472</TargetFramework>
<Company>Engage</Company>
<Authors>Brian Dukes</Authors>
<Copyright>Copyright (c) Engage Software (engagesoftware.com)</Copyright>
<PackageProjectUrl>https://github.com/EngageSoftware/Engage.Dnn.Logging</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>dnn-platform logging</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description><![CDATA[
Reference this project in order to enable dependency injection support for
`ILogger<T>` in your DNN Platform site. This implementation wraps [DNN's
Expand Down Expand Up @@ -49,6 +55,8 @@

<ItemGroup>
<AdditionalFiles Include="..\stylecop.json" Link="stylecop.json"/>
<None Include="..\icon.png" Pack="true" PackagePath="\"/>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
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 57fe8be

Please sign in to comment.