Skip to content

Commit 9ac3082

Browse files
committed
Spectrogram 1.3.0
1 parent c6b40b0 commit 9ac3082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/Spectrogram/Spectrogram.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>1.2.6</Version>
6-
<Description>A .NET Standard library for creating spectrograms from pre-recorded signals or live audio from the sound card.</Description>
5+
<Version>1.3.0</Version>
6+
<Description>A .NET Standard library for creating spectrograms</Description>
77
<Authors>Scott Harden</Authors>
88
<Company>Harden Technologies, LLC</Company>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -12,7 +12,7 @@
1212
<RepositoryUrl>https://github.com/swharden/Spectrogram</RepositoryUrl>
1313
<PackageTags>spectrogram spectrum fft frequency audio microphone signal</PackageTags>
1414
<PackageReleaseNotes>Quickstart: https://github.com/swharden/Spectrogram
15-
Releases: https://github.com/swharden/Spectrogram/releases</PackageReleaseNotes>
15+
Release Notes: https://github.com/swharden/Spectrogram/releases</PackageReleaseNotes>
1616
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1717
<IncludeSymbols>true</IncludeSymbols>
1818
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

0 commit comments

Comments
 (0)