diff --git a/NVorbis/NVorbis.csproj b/NVorbis/NVorbis.csproj index b998d78..39a3ad7 100644 --- a/NVorbis/NVorbis.csproj +++ b/NVorbis/NVorbis.csproj @@ -3,16 +3,14 @@ net7.0;net8.0 NVorbis A fully managed implementation of a Xiph.org Foundation Ogg Vorbis decoder. - Copyright © TechPizza 2022 + Copyright © TechPizza 2024 TechPizza VorbisPizza - 1.4.0 - 1.4.0.0 Andrew Ward;TechPizza - 1.4.0 + 1.4.1 VorbisPizza https://github.com/TechPizzaDev/VorbisPizza - -Fixed bugs and improved performance + -Fortified ref-counting for PageData Ogg;Vorbis;Xiph;Audio;Sound en false diff --git a/TestApp/TestApp.csproj b/TestApp/TestApp.csproj index d6d546f..ef132f7 100644 --- a/TestApp/TestApp.csproj +++ b/TestApp/TestApp.csproj @@ -1,6 +1,6 @@ - net7.0 + net8.0 en Exe TestApp