File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >1.2.5 </Version >
5
+ <Version >1.2.6 </Version >
6
6
<Description >A .NET Standard library for creating spectrograms from pre-recorded signals or live audio from the sound card.</Description >
7
7
<Authors >Scott Harden</Authors >
8
8
<Company >Harden Technologies, LLC</Company >
@@ -22,9 +22,6 @@ Releases: https://github.com/swharden/Spectrogram/releases</PackageReleaseNotes>
22
22
<PackageReference Include =" FftSharp" Version =" 1.0.8" />
23
23
<PackageReference Include =" System.Drawing.Common" Version =" 4.7.0" />
24
24
<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 >
28
25
<None Include =" icon.png" >
29
26
<Pack >True</Pack >
30
27
<PackagePath ></PackagePath >
You can’t perform that action at this time.
0 commit comments