Skip to content

Commit

Permalink
Let's release this change as a minor release. Summary: improved blurr…
Browse files Browse the repository at this point in the history
…ing with float/byte quantization removed.
  • Loading branch information
AddictedCS committed May 8, 2020
1 parent 1390c08 commit 1a40b8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/SoundFingerprinting.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("4cac962e-ebc5-4006-a1e0-7ffb3e2483c2")]
[assembly: AssemblyVersion("7.3.1.100")]
[assembly: AssemblyInformationalVersion("7.3.1.100")]
[assembly: AssemblyVersion("7.3.2.100")]
[assembly: AssemblyInformationalVersion("7.3.2.100")]
4 changes: 2 additions & 2 deletions src/SoundFingerprinting/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
[assembly: InternalsVisibleTo("SoundFingerprinting.FFT.FFTW")]
[assembly: InternalsVisibleTo("SoundFingerprinting.FFT.FFTW.Tests")]

[assembly: AssemblyVersion("7.3.1.100")]
[assembly: AssemblyInformationalVersion("7.3.1.100")]
[assembly: AssemblyVersion("7.3.2.100")]
[assembly: AssemblyInformationalVersion("7.3.2.100")]
2 changes: 1 addition & 1 deletion src/SoundFingerprinting/SoundFingerprinting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Nullable>enable</Nullable>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageVersion>7.4.0</PackageVersion>
<PackageVersion>7.3.2</PackageVersion>
<Authors>Sergiu Ciumac</Authors>
<PackageDescription>SoundFingerprinting is a C# framework that implements an efficient algorithm of audio fingerprinting and identification. Designed for developers, enthusiasts, researchers in the fields of audio processing, data mining, digital signal processing.</PackageDescription>
<PackageProjectUrl>https://github.com/addictedcs/soundfingerprinting</PackageProjectUrl>
Expand Down

0 comments on commit 1a40b8c

Please sign in to comment.