Skip to content

Commit 562f76e

Browse files
committed
NuGet: modernize package information
1 parent 69a68ca commit 562f76e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Spectrogram/Spectrogram.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
<PackageIcon>icon.png</PackageIcon>
1212
<RepositoryUrl>https://github.com/swharden/Spectrogram</RepositoryUrl>
1313
<PackageTags>spectrogram spectrum fft frequency audio microphone signal</PackageTags>
14-
<PackageReleaseNotes>Quickstart: https://github.com/swharden/Spectrogram
15-
Release Notes: https://github.com/swharden/Spectrogram/releases</PackageReleaseNotes>
14+
<PackageReleaseNotes>https://github.com/swharden/Spectrogram/releases</PackageReleaseNotes>
1615
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
17-
<IncludeSymbols>true</IncludeSymbols>
18-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
16+
<IncludeSymbols>true</IncludeSymbols>
1917
</PropertyGroup>
2018

2119
<ItemGroup>

0 commit comments

Comments
 (0)