Skip to content

Commit

Permalink
Version bump to v7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AddictedCS committed May 12, 2020
1 parent 092a145 commit 0d0e26c
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
Expand Up @@ -11,5 +11,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("4cac962e-ebc5-4006-a1e0-7ffb3e2483c2")]
[assembly: AssemblyVersion("7.3.2.100")]
[assembly: AssemblyInformationalVersion("7.3.2.100")]
[assembly: AssemblyVersion("7.3.3.100")]
[assembly: AssemblyInformationalVersion("7.3.3.100")]
4 changes: 2 additions & 2 deletions src/SoundFingerprinting/Properties/AssemblyInfo.cs
Expand Up @@ -19,5 +19,5 @@
[assembly: InternalsVisibleTo("SoundFingerprinting.FFT.FFTW")]
[assembly: InternalsVisibleTo("SoundFingerprinting.FFT.FFTW.Tests")]

[assembly: AssemblyVersion("7.3.2.100")]
[assembly: AssemblyInformationalVersion("7.3.2.100")]
[assembly: AssemblyVersion("7.3.3.100")]
[assembly: AssemblyInformationalVersion("7.3.3.100")]
2 changes: 1 addition & 1 deletion src/SoundFingerprinting/SoundFingerprinting.csproj
Expand Up @@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Nullable>enable</Nullable>
<PackageLicenseUrl>https://opensource.org/licenses/MIT</PackageLicenseUrl>
<PackageVersion>7.3.2</PackageVersion>
<PackageVersion>7.3.3</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 0d0e26c

Please sign in to comment.