Skip to content

Commit

Permalink
Bump the nuget group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the nuget group with 2 updates: [CSharpier.MsBuild](https://github.com/belav/csharpier) and [SoundCloudExplode](https://github.com/jerry08/SoundCloudExplode).


Updates `CSharpier.MsBuild` from 0.28.2 to 0.29.1
- [Release notes](https://github.com/belav/csharpier/releases)
- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)
- [Commits](belav/csharpier@0.28.2...0.29.1)

Updates `SoundCloudExplode` from 1.6.4 to 1.6.5
- [Commits](jerry08/SoundCloudExplode@v1.6.4...v1.6.5)

---
updated-dependencies:
- dependency-name: CSharpier.MsBuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: SoundCloudExplode
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 824bf94 commit e4ca2ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Yosu.Core/Yosu.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CSharpier.MsBuild" Version="0.28.2" PrivateAssets="all" />
<PackageReference Include="CSharpier.MsBuild" Version="0.29.1" PrivateAssets="all" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions Yosu.Soundcloud.Core/Yosu.Soundcloud.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CSharpier.MsBuild" Version="0.28.2" PrivateAssets="all" />
<PackageReference Include="CSharpier.MsBuild" Version="0.29.1" PrivateAssets="all" />
<PackageReference Include="Gress" Version="2.1.1" />
<PackageReference Include="JsonExtensions" Version="1.2.0" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
<PackageReference Include="TagLibSharp" Version="2.3.0" />
<PackageReference Include="SoundCloudExplode" Version="1.6.4" />
<PackageReference Include="SoundCloudExplode" Version="1.6.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e4ca2ab

Please sign in to comment.