Skip to content

Commit

Permalink
Bump FodyHelpers from 6.8.1 to 6.9.1 (#581)
Browse files Browse the repository at this point in the history
Bumps [FodyHelpers](https://github.com/Fody/Fody) from 6.8.1 to 6.9.1.
- [Release notes](https://github.com/Fody/Fody/releases)
- [Commits](Fody/Fody@6.8.1...6.9.1)

---
updated-dependencies:
- dependency-name: FodyHelpers
  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 Nov 21, 2024
1 parent b55587e commit b63b671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Publicize.Fody/Publicize.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="FodyHelpers" Version="6.9.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="FodyHelpers" Version="6.8.1" />
<PackageReference Include="FodyHelpers" Version="6.9.1" />
<PackageReference Include="Xunit" Version="2.9.0" />
<PackageReference Include="Verify.Xunit" Version="26.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
Expand Down

0 comments on commit b63b671

Please sign in to comment.