Skip to content

Commit 2d7738e

Browse files
committed
Spectrogram 1.2.6
1 parent 6aa0ee2 commit 2d7738e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Spectrogram/Spectrogram.csproj

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

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>1.2.5</Version>
5+
<Version>1.2.6</Version>
66
<Description>A .NET Standard library for creating spectrograms from pre-recorded signals or live audio from the sound card.</Description>
77
<Authors>Scott Harden</Authors>
88
<Company>Harden Technologies, LLC</Company>
@@ -22,9 +22,6 @@ Releases: https://github.com/swharden/Spectrogram/releases</PackageReleaseNotes>
2222
<PackageReference Include="FftSharp" Version="1.0.8" />
2323
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
2424
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="5.8.64" Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'" />
25-
</ItemGroup>
26-
27-
<ItemGroup>
2825
<None Include="icon.png">
2926
<Pack>True</Pack>
3027
<PackagePath></PackagePath>

0 commit comments

Comments
 (0)