1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2024-09-16 05:30:09 +00:00

Include snupkg to the nuget build

This commit is contained in:
Difegue 2022-01-21 17:31:15 +01:00
parent 374249840b
commit 17e41c07cb

View File

@ -24,6 +24,8 @@
<PackageTags>mpd;client;mpcNET</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">