Skip to content

Commit

Permalink
build(deps): bump GitInfo and System.Runtime.CompilerServices.Unsafe (#…
Browse files Browse the repository at this point in the history
…352)

Bumps [GitInfo](https://github.com/devlooped/GitInfo) and [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/corefx). These dependencies needed to be updated together.

Updates `GitInfo` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/devlooped/GitInfo/releases)
- [Changelog](https://github.com/devlooped/GitInfo/blob/main/changelog.md)
- [Commits](devlooped/GitInfo@v3.3.4...v3.3.5)

Updates `System.Runtime.CompilerServices.Unsafe` from 4.4.0 to 4.5.3
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

---
updated-dependencies:
- dependency-name: GitInfo
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 14, 2024
1 parent e53863d commit 23cba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<Target Name="GitVersion" />
<ItemGroup>
<PackageReference Include="GitInfo" Version="3.3.4" PrivateAssets="all"/>
<PackageReference Include="GitInfo" Version="3.3.5" PrivateAssets="all"/>
</ItemGroup>

<Target Name="PopulateRepositoryInfo" DependsOnTargets="GitVersion" BeforeTargets="GetAssemblyVersion;GenerateNuspec;GetPackageContents">
Expand Down

0 comments on commit 23cba61

Please sign in to comment.