Skip to content

Commit b02a545

Browse files
committed
Merge branch 'develop'
* develop: Version bump to v10.7.0
2 parents 97ab1c3 + 16bba27 commit b02a545

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/SoundFingerprinting.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
[assembly: AssemblyCulture("")]
1212
[assembly: ComVisible(false)]
1313
[assembly: Guid("4cac962e-ebc5-4006-a1e0-7ffb3e2483c2")]
14-
[assembly: AssemblyVersion("10.6.0.100")]
15-
[assembly: AssemblyInformationalVersion("10.6.0.100")]
14+
[assembly: AssemblyVersion("10.7.0.100")]
15+
[assembly: AssemblyInformationalVersion("10.7.0.100")]

src/SoundFingerprinting/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
[assembly: InternalsVisibleTo("SoundFingerprinting.FFT.FFTW")]
2020
[assembly: InternalsVisibleTo("SoundFingerprinting.FFT.FFTW.Tests")]
2121

22-
[assembly: AssemblyVersion("10.6.0.100")]
23-
[assembly: AssemblyInformationalVersion("10.6.0.100")]
22+
[assembly: AssemblyVersion("10.7.0.100")]
23+
[assembly: AssemblyInformationalVersion("10.7.0.100")]

src/SoundFingerprinting/SoundFingerprinting.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
55
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
66
<Nullable>enable</Nullable>
7-
<PackageVersion>10.6.0</PackageVersion>
7+
<PackageVersion>10.7.0</PackageVersion>
88
<Authors>Sergiu Ciumac</Authors>
99
<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>
1010
<PackageProjectUrl>https://github.com/addictedcs/soundfingerprinting</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/AddictedCS/soundfingerprinting</RepositoryUrl>
1212
<RepositoryType>git</RepositoryType>
1313
<PackageReleaseNotes>
14+
Version 10.7.0
15+
- Version bump to align with SoundFingerprinting.Emy
1416
Version 10.4.0
1517
- Added new property MetaFields to AVQueryMatch, to be able to store additional metadata about the match.
1618
Version 10.3.0

0 commit comments

Comments
 (0)