Skip to content

Commit b5d5ff8

Browse files
committed
Fixing #1066 - correct version of NAudio.Wasapi
1 parent c455f89 commit b5d5ff8

File tree

10 files changed

+23
-18
lines changed

10 files changed

+23
-18
lines changed

NAudio.Asio/NAudio.Asio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6-
<Version>2.2.0</Version>
6+
<Version>2.2.1</Version>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<Authors>Mark Heath</Authors>
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/naudio/NAudio</PackageProjectUrl>
1313
<PackageTags>C# .NET audio sound</PackageTags>
1414
<RepositoryUrl>https://github.com/naudio/NAudio</RepositoryUrl>
15-
<Copyright>© Mark Heath 2022</Copyright>
15+
<Copyright>© Mark Heath 2023</Copyright>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
<PackageIcon>naudio-icon.png</PackageIcon>
1818
</PropertyGroup>

NAudio.Core/NAudio.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Authors>Mark Heath</Authors>
6-
<Version>2.2.0</Version>
6+
<Version>2.2.1</Version>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<SignAssembly>true</SignAssembly>
1010
<AssemblyOriginatorKeyFile>..\NAudioStrongNameKey.snk</AssemblyOriginatorKeyFile>
1111
<PackageProjectUrl>https://github.com/naudio/NAudio</PackageProjectUrl>
1212
<PackageTags>C# .NET audio sound</PackageTags>
1313
<RepositoryUrl>https://github.com/naudio/NAudio</RepositoryUrl>
14-
<Copyright>© Mark Heath 2022</Copyright>
14+
<Copyright>© Mark Heath 2023</Copyright>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
<PackageIcon>naudio-icon.png</PackageIcon>

NAudio.Extras/NAudio.Extras.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<PackageProjectUrl>https://github.com/naudio/NAudio</PackageProjectUrl>
1111
<PackageTags>C# .NET audio sound</PackageTags>
1212
<RepositoryUrl>https://github.com/naudio/NAudio</RepositoryUrl>
13-
<Copyright>© Mark Heath 2022</Copyright>
13+
<Copyright>© Mark Heath 2023</Copyright>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15-
<Version>2.2.0</Version>
15+
<Version>2.2.1</Version>
1616
<PackageIcon>naudio-icon.png</PackageIcon>
1717
</PropertyGroup>
1818

NAudio.Midi/NAudio.Midi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>2.2.0</Version>
5+
<Version>2.2.1</Version>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<Authors>Mark Heath</Authors>
@@ -11,7 +11,7 @@
1111
<PackageProjectUrl>https://github.com/naudio/NAudio</PackageProjectUrl>
1212
<PackageTags>C# .NET audio sound</PackageTags>
1313
<RepositoryUrl>https://github.com/naudio/NAudio</RepositoryUrl>
14-
<Copyright>© Mark Heath 2022</Copyright>
14+
<Copyright>© Mark Heath 2023</Copyright>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1616
<PackageIcon>naudio-icon.png</PackageIcon>
1717
</PropertyGroup>

NAudio.Uap/NAudio.Uap.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<!-- https://docs.microsoft.com/en-us/windows/uwp/updates-and-versions/choose-a-uwp-version -->
55
<TargetFramework>uap10.0.18362</TargetFramework>
6-
<Version>2.2.0</Version>
6+
<Version>2.2.1</Version>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<Authors>Mark Heath</Authors>
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/naudio/NAudio</PackageProjectUrl>
1313
<PackageTags>C# .NET audio sound</PackageTags>
1414
<RepositoryUrl>https://github.com/naudio/NAudio</RepositoryUrl>
15-
<Copyright>© Mark Heath 2022</Copyright>
15+
<Copyright>© Mark Heath 2023</Copyright>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
<PackageIcon>naudio-icon.png</PackageIcon>
1818
</PropertyGroup>

NAudio.Wasapi/NAudio.Wasapi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;uap10.0.18362</TargetFrameworks>
5-
<Version>22.0</Version>
5+
<Version>2.2.1</Version>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<Authors>Mark Heath</Authors>
@@ -11,7 +11,7 @@
1111
<PackageProjectUrl>https://github.com/naudio/NAudio</PackageProjectUrl>
1212
<PackageTags>C# .NET audio sound</PackageTags>
1313
<RepositoryUrl>https://github.com/naudio/NAudio</RepositoryUrl>
14-
<Copyright>© Mark Heath 2022</Copyright>
14+
<Copyright>© Mark Heath 2023</Copyright>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1616
<PackageIcon>naudio-icon.png</PackageIcon>
1717
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

NAudio.WinForms/NAudio.WinForms.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
55
<UseWindowsForms>true</UseWindowsForms>
6-
<Version>2.2.0</Version>
6+
<Version>2.2.1</Version>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<Authors>Mark Heath</Authors>
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/naudio/NAudio</PackageProjectUrl>
1313
<PackageTags>C# .NET audio sound</PackageTags>
1414
<RepositoryUrl>https://github.com/naudio/NAudio</RepositoryUrl>
15-
<Copyright>© Mark Heath 2022</Copyright>
15+
<Copyright>© Mark Heath 2023</Copyright>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
<PackageIcon>naudio-icon.png</PackageIcon>
1818
</PropertyGroup>

NAudio.WinMM/NAudio.WinMM.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5-
<Version>2.2.0</Version>
5+
<Version>2.2.1</Version>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<SignAssembly>true</SignAssembly>
99
<AssemblyOriginatorKeyFile>..\NAudioStrongNameKey.snk</AssemblyOriginatorKeyFile>
1010
<PackageProjectUrl>https://github.com/naudio/NAudio</PackageProjectUrl>
1111
<PackageTags>C# .NET audio sound</PackageTags>
1212
<RepositoryUrl>https://github.com/naudio/NAudio</RepositoryUrl>
13-
<Copyright>© Mark Heath 2022</Copyright>
13+
<Copyright>© Mark Heath 2023</Copyright>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<PackageIcon>naudio-icon.png</PackageIcon>
1616
</PropertyGroup>

NAudio/NAudio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net472;netcoreapp3.1;net6.0-windows;net6.0</TargetFrameworks>
4-
<Version>2.2.0</Version>
4+
<Version>2.2.1</Version>
55
<Authors>Mark Heath &amp; Contributors</Authors>
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<Description>NAudio, an audio library for .NET</Description>
88
<PackageProjectUrl>https://github.com/naudio/NAudio</PackageProjectUrl>
99
<PackageTags>C# .NET audio sound</PackageTags>
1010
<RepositoryUrl>https://github.com/naudio/NAudio</RepositoryUrl>
11-
<Copyright>© Mark Heath 2022</Copyright>
11+
<Copyright>© Mark Heath 2023</Copyright>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1313
<GenerateDocumentationFile>True</GenerateDocumentationFile>
1414
<PackageLicenseFile>license.txt</PackageLicenseFile>

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.2.1 (4 Sep 2023)
2+
3+
* Incorrectly versioned NAudio.Wasapi.dll (was 22.0) retired and replaced with 2.2.1
4+
* No other changes
5+
16
### 2.2 (22 Aug 2023)
27

38
* `WdlResampler` is now public

0 commit comments

Comments
 (0)