Skip to content

Commit

Permalink
Merge pull request #1249 from Belphemur/dependabot/nuget/NAudio-2.2.1
Browse files Browse the repository at this point in the history
chore(deps): bump NAudio from 2.2.0 to 2.2.1
  • Loading branch information
kodiakhq[bot] authored Sep 4, 2023
2 parents 4e3725e + b3111d0 commit e62a06e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SoundSwitch.Audio.Manager/SoundSwitch.Audio.Manager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Serilog" Version="3.0.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NAudio" Version="2.2.0" />
<PackageReference Include="NAudio" Version="2.2.1" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Interop\Interface\IPolicyConfigVista.cs" />
Expand Down
2 changes: 1 addition & 1 deletion SoundSwitch.Audio.Manager/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NAudio" version="2.2.0" targetFramework="net472" />
<package id="NAudio" version="2.2.1" targetFramework="net472" />
</packages>
2 changes: 1 addition & 1 deletion SoundSwitch.Common/SoundSwitch.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Content Include="Resources\defaultSpeakers.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NAudio" Version="2.2.0" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="NAudio.Wasapi" Version="22.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="3.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion SoundSwitch.Common/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NAudio" version="2.2.0" targetFramework="net472" />
<package id="NAudio" version="2.2.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
<package id="Serilog" version="3.0.1" targetFramework="net472" />
</packages>
2 changes: 1 addition & 1 deletion SoundSwitch/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="AuthenticodeExaminer" version="0.3.0" targetFramework="net472" />
<package id="Microsoft-WindowsAPICodePack-Core" version="1.1.5" targetFramework="net472" />
<package id="NAudio" version="2.2.0" targetFramework="net472" />
<package id="NAudio" version="2.2.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
<package id="RailSharp" version="1.0.0" targetFramework="net472" />
<package id="Serilog" version="3.0.1" targetFramework="net472" />
Expand Down

0 comments on commit e62a06e

Please sign in to comment.