From 16bba27aeffaa5587d38f9eddec25e8266a8db20 Mon Sep 17 00:00:00 2001 From: Sergiu Ciumac Date: Thu, 8 Aug 2024 15:03:43 +0300 Subject: [PATCH] Version bump to v10.7.0 --- src/SoundFingerprinting.Tests/Properties/AssemblyInfo.cs | 4 ++-- src/SoundFingerprinting/Properties/AssemblyInfo.cs | 4 ++-- src/SoundFingerprinting/SoundFingerprinting.csproj | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/SoundFingerprinting.Tests/Properties/AssemblyInfo.cs b/src/SoundFingerprinting.Tests/Properties/AssemblyInfo.cs index 71d48b37..ebe2b828 100644 --- a/src/SoundFingerprinting.Tests/Properties/AssemblyInfo.cs +++ b/src/SoundFingerprinting.Tests/Properties/AssemblyInfo.cs @@ -11,5 +11,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("4cac962e-ebc5-4006-a1e0-7ffb3e2483c2")] -[assembly: AssemblyVersion("10.6.0.100")] -[assembly: AssemblyInformationalVersion("10.6.0.100")] +[assembly: AssemblyVersion("10.7.0.100")] +[assembly: AssemblyInformationalVersion("10.7.0.100")] diff --git a/src/SoundFingerprinting/Properties/AssemblyInfo.cs b/src/SoundFingerprinting/Properties/AssemblyInfo.cs index 888e8193..6b86be13 100644 --- a/src/SoundFingerprinting/Properties/AssemblyInfo.cs +++ b/src/SoundFingerprinting/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ [assembly: InternalsVisibleTo("SoundFingerprinting.FFT.FFTW")] [assembly: InternalsVisibleTo("SoundFingerprinting.FFT.FFTW.Tests")] -[assembly: AssemblyVersion("10.6.0.100")] -[assembly: AssemblyInformationalVersion("10.6.0.100")] +[assembly: AssemblyVersion("10.7.0.100")] +[assembly: AssemblyInformationalVersion("10.7.0.100")] diff --git a/src/SoundFingerprinting/SoundFingerprinting.csproj b/src/SoundFingerprinting/SoundFingerprinting.csproj index db26dd27..68e16c83 100644 --- a/src/SoundFingerprinting/SoundFingerprinting.csproj +++ b/src/SoundFingerprinting/SoundFingerprinting.csproj @@ -4,13 +4,15 @@ true false enable - 10.6.0 + 10.7.0 Sergiu Ciumac 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. https://github.com/addictedcs/soundfingerprinting https://github.com/AddictedCS/soundfingerprinting git + Version 10.7.0 + - Version bump to align with SoundFingerprinting.Emy Version 10.4.0 - Added new property MetaFields to AVQueryMatch, to be able to store additional metadata about the match. Version 10.3.0