Skip to content

Commit

Permalink
Add NuGet icon, fix symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin committed Aug 12, 2024
1 parent db9ae01 commit 5f66f07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<DebugType>portable</DebugType>
<DebugType>embedded</DebugType>
<LangVersion>latest</LangVersion>
<Version>2.0.0</Version>
</PropertyGroup>
Expand All @@ -14,6 +14,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>library,DBC,DB2,World of Warcraft</PackageTags>
<PackageProjectUrl>https://github.com/wowdev/DBCD</PackageProjectUrl>
<PackageIcon>nuget-icon.png</PackageIcon>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand All @@ -29,4 +30,7 @@
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<None Include="../nuget-icon.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
Binary file added nuget-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 5f66f07

Please sign in to comment.