diff --git a/Lame.Test.Core/Lame.Test.Core.csproj b/Lame.Test.Core/Lame.Test.Core.csproj index 5bcd21d..d612965 100644 --- a/Lame.Test.Core/Lame.Test.Core.csproj +++ b/Lame.Test.Core/Lame.Test.Core.csproj @@ -7,7 +7,7 @@ Lame.Test - 2.0.1 + 2.1.0 @@ -39,14 +39,14 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Lame.Test.Framework/Lame.Test.Framework.csproj b/Lame.Test.Framework/Lame.Test.Framework.csproj index 316c4b7..b468a1b 100644 --- a/Lame.Test.Framework/Lame.Test.Framework.csproj +++ b/Lame.Test.Framework/Lame.Test.Framework.csproj @@ -1,6 +1,6 @@  - + Debug @@ -41,42 +41,42 @@ - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\packages\MSTest.TestFramework.3.0.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\packages\MSTest.TestFramework.3.0.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll ..\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll - - ..\packages\NAudio.2.0.0\lib\netstandard2.0\NAudio.dll + + ..\packages\NAudio.2.1.0\lib\net472\NAudio.dll - - ..\packages\NAudio.Asio.2.0.0\lib\netstandard2.0\NAudio.Asio.dll + + ..\packages\NAudio.Asio.2.1.0\lib\netstandard2.0\NAudio.Asio.dll - - ..\packages\NAudio.Core.2.0.0\lib\netstandard2.0\NAudio.Core.dll + + ..\packages\NAudio.Core.2.1.0\lib\netstandard2.0\NAudio.Core.dll ..\NAudio.Lame\bin\Debug\netstandard2.0\NAudio.Lame.dll - - ..\packages\NAudio.Midi.2.0.0\lib\netstandard2.0\NAudio.Midi.dll + + ..\packages\NAudio.Midi.2.1.0\lib\netstandard2.0\NAudio.Midi.dll - - ..\packages\NAudio.Wasapi.2.0.0\lib\netstandard2.0\NAudio.Wasapi.dll + + ..\packages\NAudio.Wasapi.2.1.0\lib\netstandard2.0\NAudio.Wasapi.dll - - ..\packages\NAudio.WinForms.2.0.0\lib\net472\NAudio.WinForms.dll + + ..\packages\NAudio.WinForms.2.1.0\lib\net472\NAudio.WinForms.dll - - ..\packages\NAudio.WinMM.2.0.0\lib\netstandard2.0\NAudio.WinMM.dll + + ..\packages\NAudio.WinMM.2.1.0\lib\netstandard2.0\NAudio.WinMM.dll - - ..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll + + ..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll ..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll @@ -135,8 +135,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + - + \ No newline at end of file diff --git a/Lame.Test.Framework/Properties/AssemblyInfo.cs b/Lame.Test.Framework/Properties/AssemblyInfo.cs index e084c81..26ab0f9 100644 --- a/Lame.Test.Framework/Properties/AssemblyInfo.cs +++ b/Lame.Test.Framework/Properties/AssemblyInfo.cs @@ -16,5 +16,5 @@ [assembly: Guid("df68a50e-1072-4c6b-89f7-6b7ccdb7ae5d")] // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +[assembly: AssemblyVersion("2.1.0")] +[assembly: AssemblyFileVersion("2.1.0")] diff --git a/Lame.Test.Framework/app.config b/Lame.Test.Framework/app.config index 93e45ce..c0a0af2 100644 --- a/Lame.Test.Framework/app.config +++ b/Lame.Test.Framework/app.config @@ -6,6 +6,18 @@ + + + + + + + + + + + + diff --git a/Lame.Test.Framework/packages.config b/Lame.Test.Framework/packages.config index 8f1a5a0..eaa0403 100644 --- a/Lame.Test.Framework/packages.config +++ b/Lame.Test.Framework/packages.config @@ -1,15 +1,15 @@  - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/LameDLLWrap/LameDLLWrap.csproj b/LameDLLWrap/LameDLLWrap.csproj index 191bd31..daa1f55 100644 --- a/LameDLLWrap/LameDLLWrap.csproj +++ b/LameDLLWrap/LameDLLWrap.csproj @@ -2,9 +2,9 @@ netstandard2.0 x86;x64 - 2.0.1 - 2.0.1 - 2.0.1 + + + 2.1.0 @@ -16,6 +16,6 @@ - + diff --git a/NAudio.Lame.2.0.1.nuspec b/NAudio.Lame.2.1.0.nuspec similarity index 90% rename from NAudio.Lame.2.0.1.nuspec rename to NAudio.Lame.2.1.0.nuspec index 2af6a58..5810e60 100644 --- a/NAudio.Lame.2.0.1.nuspec +++ b/NAudio.Lame.2.1.0.nuspec @@ -2,7 +2,7 @@ NAudio.Lame - 2.0.1 + 2.1.0 Corey Murtagh Corey Murtagh false @@ -10,7 +10,9 @@ https://github.com/Corey-M/NAudio.Lame Uses libmp3lame.dll from the Lame project to provide MP3 encoding support to NAudio 2.0. Both 64-bit and 32-bit versions of libmp3lame.dll are provided, with platform detection to determine which to use. Implements MP3 writing for NAudio using libmp3lame. - v2.0.1 Fix exception when NAudio.Lame loaded as memory assembly. + v2.1.0 Improve ID3v2 handling of unicode strings, updated to NAudio v2.1. + +v2.0.1 Fix exception when NAudio.Lame loaded as memory assembly. v2.0.0 Binding to NAudio 2.0.0, version alignment with NAudio. No feature updates. @@ -32,7 +34,7 @@ v1.1.0 Changed all projects to .NET STandard 2.0, rebuilt testing using .NET Cor C# NAudio MP3 Lame Windows - + diff --git a/NAudio.Lame.sln b/NAudio.Lame.sln index 2f995a3..7274d3e 100644 --- a/NAudio.Lame.sln +++ b/NAudio.Lame.sln @@ -12,8 +12,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LameDLLWrap", "LameDLLWrap\ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{4CB3247B-DBD1-4E84-A6F5-DF88D39E7764}" ProjectSection(SolutionItems) = preProject - NAudio.Lame.2.0.1.nuspec = NAudio.Lame.2.0.1.nuspec NAudio.Lame.targets = NAudio.Lame.targets + NAudio.Lame.2.1.0.nuspec = NAudio.Lame.2.1.0.nuspec EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{1D6D2A07-C056-4D03-BCAA-DE3B954A361A}" diff --git a/NAudio.Lame/NAudio.Lame.csproj b/NAudio.Lame/NAudio.Lame.csproj index 46ef73a..6768a00 100644 --- a/NAudio.Lame/NAudio.Lame.csproj +++ b/NAudio.Lame/NAudio.Lame.csproj @@ -3,9 +3,9 @@ netstandard2.0 AnyCPU - 2.0.1 + 2.1.0 Corey Murtagh - Copyright © 2013-2022 Corey Murtagh + Copyright © 2013-2023 Corey Murtagh Uses libmp3lame.dll from the Lame project to provide MP3 encoding support to NAudio. Both 64-bit and 32-bit versions of libmp3lame.dll are provided, with platform detection to determine which to use. false @@ -37,7 +37,7 @@ all - + diff --git a/README.md b/README.md index df147f7..0623f27 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,15 @@ While there are many more settings available I don't have a clear picture of who ## Relase Notes +### Version 2.1.0 + +Released to NuGet 30-May-2023 + +Changes: + +* Improved handling of unicode characters in ID3v2 tags. +* Binding to NAudio 2.1.0 + ### Version 2.0.1 Released to NuGet 18-Jan-2022