Skip to content

Commit

Permalink
Merge pull request #676 from Belphemur/dependabot/nuget/NAudio-2.0.1
Browse files Browse the repository at this point in the history
chore(deps): bump NAudio from 2.0.0 to 2.0.1
  • Loading branch information
kodiakhq[bot] authored Jun 17, 2021
2 parents de51367 + 315508f commit b88889f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @@ -12,7 +12,7 @@
<PackageReference Include="Serilog" Version="2.10.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NAudio" Version="2.0.0" />
<PackageReference Include="NAudio" Version="2.0.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="1.10.0" targetFramework="net472" />
<package id="NAudio" version="2.0.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 @@ -14,7 +14,7 @@
<Content Include="Resources\defaultSpeakers.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NAudio" Version="2.0.0" />
<PackageReference Include="NAudio" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" />
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="1.10.0" targetFramework="net472" />
<package id="NAudio" version="2.0.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
<package id="Serilog" version="2.9.0" targetFramework="net472" />
</packages>
2 changes: 1 addition & 1 deletion SoundSwitch/SoundSwitch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<PackageReference Include="Job.Scheduler" Version="2.2.1" />
<PackageReference Include="Markdig" Version="0.25.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="NAudio" Version="2.0.0" />
<PackageReference Include="NAudio" Version="2.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="RailSharp" Version="1.0.0" />
<PackageReference Include="Sentry.Serilog" Version="3.5.0" />
Expand Down
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.4" targetFramework="net472" />
<package id="NAudio" version="1.10.0" targetFramework="net472" />
<package id="NAudio" version="2.0.1" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" />
<package id="RailSharp" version="1.0.0" targetFramework="net472" />
<package id="Serilog" version="2.9.0" targetFramework="net472" />
Expand Down

0 comments on commit b88889f

Please sign in to comment.