Skip to content

Commit

Permalink
Update version to 1.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey-M committed Jul 28, 2020
1 parent 06375e5 commit 36718b7
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Lame.Test.Core/Lame.Test.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<RootNamespace>Lame.Test</RootNamespace>

<Version>1.1.4</Version>
<Version>1.1.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Lame.Test.Framework/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
[assembly: Guid("df68a50e-1072-4c6b-89f7-6b7ccdb7ae5d")]

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.4.0")]
[assembly: AssemblyFileVersion("1.1.4.0")]
[assembly: AssemblyVersion("1.1.5.0")]
[assembly: AssemblyFileVersion("1.1.5.0")]
6 changes: 3 additions & 3 deletions LameDLLWrap/LameDLLWrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>x86;x64</Platforms>
<AssemblyVersion>1.1.4.0</AssemblyVersion>
<FileVersion>1.1.4.0</FileVersion>
<Version>1.1.4</Version>
<AssemblyVersion>1.1.5.0</AssemblyVersion>
<FileVersion>1.1.5.0</FileVersion>
<Version>1.1.5</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
6 changes: 4 additions & 2 deletions NAudio.Lame.1.1.4.nuspec → NAudio.Lame.1.1.5.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NAudio.Lame</id>
<version>1.1.4</version>
<version>1.1.5</version>
<authors>Corey Murtagh</authors>
<owners>Corey Murtagh</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<projectUrl>https://github.com/Corey-M/NAudio.Lame</projectUrl>
<description>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.</description>
<summary>Implements MP3 writing for NAudio using libmp3lame.</summary>
<releaseNotes>v1.1.4 Fixed VBR presets and added VBR mode to configuration.
<releaseNotes>v1.1.5 Added OutputSampleRate to LameConfig.

v1.1.4 Fixed VBR presets and added VBR mode to configuration.

v1.1.3 Added a new NativeDLL loader method that can be called with search paths.

Expand Down
2 changes: 1 addition & 1 deletion NAudio.Lame.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.1.1.4.nuspec = NAudio.Lame.1.1.4.nuspec
NAudio.Lame.1.1.5.nuspec = NAudio.Lame.1.1.5.nuspec
NAudio.Lame.targets = NAudio.Lame.targets
EndProjectSection
EndProject
Expand Down
2 changes: 1 addition & 1 deletion NAudio.Lame/NAudio.Lame.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>AnyCPU</Platforms>
<Version>1.1.4</Version>
<Version>1.1.5</Version>
<Authors>Corey Murtagh</Authors>
<Copyright>Copyright © 2013-2020 Corey Murtagh</Copyright>
<Description>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.</Description>
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,14 @@ While there are many more settings available I don't have a clear picture of who

## Relase Notes

### Version 1.1.5

Released to NuGet 29-Jun-2020

Changes:

* Added `OutputSampleRate` to `LameConfig`.

### Version 1.1.4

Released to NuGet 22-Jul-2020
Expand Down

0 comments on commit 36718b7

Please sign in to comment.