Skip to content

Commit 2f37180

Browse files
committed
Preparing 7.4.0 release.
1 parent e5bf964 commit 2f37180

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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("7.3.3.100")]
23-
[assembly: AssemblyInformationalVersion("7.3.3.100")]
22+
[assembly: AssemblyVersion("7.4.0.100")]
23+
[assembly: AssemblyInformationalVersion("7.4.0.100")]

src/SoundFingerprinting/SoundFingerprinting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageProjectUrl>https://github.com/addictedcs/soundfingerprinting</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/AddictedCS/soundfingerprinting</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
14-
<PackageReleaseNotes>Version 7.2.0 brings support for 96Khz files. Query configuration supports MetaFieldsFilter which allows filtering results not only on fingerprint matches but also on meta tags attached to TrackInfo object.</PackageReleaseNotes>
14+
<PackageReleaseNotes>Version 7.4.0 removes deprecated methods from IModelService and TrackData definitions.</PackageReleaseNotes>
1515
<PackageTags>Audio Identification Fingerprinting Digital Signal Processing Music Recognition Data Mining Content Sound Shazam</PackageTags>
1616
<LangVersion>8</LangVersion>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)