Skip to content

Commit e2eb322

Browse files
committed
Spectrogram 1.4.1
use new readme format in NuGet description
1 parent cc798c6 commit e2eb322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Spectrogram/Spectrogram.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>1.4.0</Version>
5+
<Version>1.4.1</Version>
66
<Description>A .NET Standard library for creating spectrograms</Description>
77
<Authors>Scott Harden</Authors>
88
<Company>Harden Technologies, LLC</Company>
@@ -14,6 +14,7 @@
1414
<PackageReleaseNotes>https://github.com/swharden/Spectrogram/releases</PackageReleaseNotes>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<IncludeSymbols>true</IncludeSymbols>
17+
<PackageReadmeFile>README.md</PackageReadmeFile>
1718
</PropertyGroup>
1819

1920
<ItemGroup>

0 commit comments

Comments
 (0)