Skip to content

Commit

Permalink
Bump AssemblyMetadata.Generators from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [AssemblyMetadata.Generators](https://github.com/loresoft/AssemblyMetadata.Generators) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/loresoft/AssemblyMetadata.Generators/releases)
- [Commits](loresoft/AssemblyMetadata.Generators@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: AssemblyMetadata.Generators
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 3ce64e0 commit 4cb9296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AssemblyMetadata.Generators" Version="2.0.0" PrivateAssets="All" />
<PackageReference Include="AssemblyMetadata.Generators" Version="2.1.0" PrivateAssets="All" />
<PackageReference Include="Bogus" Version="35.6.1" />
<PackageReference Include="MinVer" Version="6.0.0" PrivateAssets="All" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AssemblyMetadata.Generators" Version="2.0.0" PrivateAssets="All" />
<PackageReference Include="AssemblyMetadata.Generators" Version="2.1.0" PrivateAssets="All" />
<PackageReference Include="Bogus" Version="35.6.1" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="MinVer" Version="6.0.0" PrivateAssets="All" />
Expand Down

0 comments on commit 4cb9296

Please sign in to comment.