Skip to content

Commit

Permalink
Bump NAudio from 2.2.0 to 2.2.1 in /examples (#109)
Browse files Browse the repository at this point in the history
Bumps [NAudio](https://github.com/naudio/NAudio) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/naudio/NAudio/releases)
- [Changelog](https://github.com/naudio/NAudio/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/naudio/NAudio/commits)

---
updated-dependencies:
- dependency-name: NAudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 4f9a238 commit 454ad43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/NAudioMp3/NAudioMp3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NAudio" Version="2.2.0" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="Whisper.net" Version="1.4.7" />
<PackageReference Include="Whisper.net.Runtime" Version="1.4.7" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/NAudioResampleWav/NAudioResampleWav.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NAudio" Version="2.2.0" />
<PackageReference Include="NAudio" Version="2.2.1" />
<PackageReference Include="Whisper.net" Version="1.4.7" />
<PackageReference Include="Whisper.net.Runtime" Version="1.4.7" />
</ItemGroup>
Expand Down

0 comments on commit 454ad43

Please sign in to comment.