diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index a9136501..b0235241 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,7 +7,7 @@ on: jobs: build: runs-on: ubuntu-latest - container: mcr.microsoft.com/dotnet/sdk:8.0 + container: mcr.microsoft.com/dotnet/sdk:7.0 steps: - uses: actions/checkout@v3 @@ -46,7 +46,7 @@ jobs: publish-nuget: needs: build runs-on: ubuntu-latest - container: mcr.microsoft.com/dotnet/sdk:8.0 + container: mcr.microsoft.com/dotnet/sdk:7.0 steps: - uses: actions/checkout@master - name: Publish to NuGet diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 19a8e948..dfc52e13 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -9,7 +9,7 @@ on: jobs: build: runs-on: ubuntu-latest - container: mcr.microsoft.com/dotnet/sdk:8.0 + container: mcr.microsoft.com/dotnet/sdk:7.0 steps: - uses: actions/checkout@v3 diff --git a/src/SoundFingerprinting.Tests/Properties/AssemblyInfo.cs b/src/SoundFingerprinting.Tests/Properties/AssemblyInfo.cs index 5e29710a..343e07c9 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("9.0.0.100")] -[assembly: AssemblyInformationalVersion("9.0.0.100")] +[assembly: AssemblyVersion("8.32.0.100")] +[assembly: AssemblyInformationalVersion("8.32.0.100")] diff --git a/src/SoundFingerprinting.Tests/SoundFingerprinting.Tests.csproj b/src/SoundFingerprinting.Tests/SoundFingerprinting.Tests.csproj index 8b91ae05..5209c830 100644 --- a/src/SoundFingerprinting.Tests/SoundFingerprinting.Tests.csproj +++ b/src/SoundFingerprinting.Tests/SoundFingerprinting.Tests.csproj @@ -1,6 +1,6 @@  - net8.0 + net7.0 true false latest diff --git a/src/SoundFingerprinting/Properties/AssemblyInfo.cs b/src/SoundFingerprinting/Properties/AssemblyInfo.cs index fdcc991d..aa6da3ad 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("9.0.0.100")] -[assembly: AssemblyInformationalVersion("9.0.0.100")] +[assembly: AssemblyVersion("8.32.0.100")] +[assembly: AssemblyInformationalVersion("8.32.0.100")] diff --git a/src/SoundFingerprinting/SoundFingerprinting.csproj b/src/SoundFingerprinting/SoundFingerprinting.csproj index 496474d4..28c0c381 100644 --- a/src/SoundFingerprinting/SoundFingerprinting.csproj +++ b/src/SoundFingerprinting/SoundFingerprinting.csproj @@ -4,14 +4,14 @@ true false enable - 9.0.0-alpha + 8.32.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 - Upgrading to .NET 8 dependencies. + Version bump to v8.32.0 accomodating SoundFingerprinting.Emy version upgrade. Audio Video Identification Fingerprinting Digital Signal Processing Music Recognition Data Mining Content Sound Shazam latest @@ -29,7 +29,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -37,12 +37,12 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - +