Skip to content

Commit 3f609a8

Browse files
committed
Upgrade FftSharp 1.0.6 -> 1.0.8
possibly breaking change because spectrograms will be 1 pixel higher than before
1 parent 555e1cc commit 3f609a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Spectrogram/Spectrogram.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Releases: https://github.com/swharden/Spectrogram/releases</PackageReleaseNotes>
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="FftSharp" Version="1.0.6" />
22+
<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'" />
2525
</ItemGroup>

0 commit comments

Comments
 (0)