Skip to content

Commit

Permalink
Bump version for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markheath committed May 14, 2022
1 parent d66e682 commit e5e4fd6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion NAudio.Asio/NAudio.Asio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>2.1.0-beta.1</Version>
<Version>2.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Mark Heath</Authors>
<SignAssembly>true</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion NAudio.Core/NAudio.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Mark Heath</Authors>
<Version>2.1.0-beta.1</Version>
<Version>2.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\NAudioStrongNameKey.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion NAudio.Extras/NAudio.Extras.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/naudio/NAudio</RepositoryUrl>
<Copyright>© Mark Heath 2022</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>2.1.0-beta.1</Version>
<Version>2.1.0</Version>
<PackageIcon>naudio-icon.png</PackageIcon>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion NAudio.Midi/NAudio.Midi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.1.0-beta.1</Version>
<Version>2.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Mark Heath</Authors>
<SignAssembly>true</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion NAudio.Uap/NAudio.Uap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<!-- https://docs.microsoft.com/en-us/windows/uwp/updates-and-versions/choose-a-uwp-version -->
<TargetFramework>uap10.0.18362</TargetFramework>
<Version>2.1.0-beta.1</Version>
<Version>2.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Mark Heath</Authors>
<SignAssembly>true</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion NAudio.Wasapi/NAudio.Wasapi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;uap10.0.18362</TargetFrameworks>
<Version>2.1.0-beta.1</Version>
<Version>2.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Mark Heath</Authors>
<SignAssembly>true</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion NAudio.WinForms/NAudio.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<Version>2.1.0-beta.1</Version>
<Version>2.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Mark Heath</Authors>
<SignAssembly>true</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion NAudio.WinMM/NAudio.WinMM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Version>2.1.0-beta.1</Version>
<Version>2.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\NAudioStrongNameKey.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion NAudio/NAudio.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;netcoreapp3.1;net6.0-windows;net6.0</TargetFrameworks>
<Version>2.1.0-beta.1</Version>
<Version>2.1.0</Version>
<Authors>Mark Heath &amp; Contributors</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Description>NAudio, an audio library for .NET</Description>
Expand Down

0 comments on commit e5e4fd6

Please sign in to comment.