Skip to content

Commit

Permalink
fix: bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [SQLHelper.DB](https://github.com/JaCraig/SQLHelper) and [versionize](https://github.com/versionize/versionize).


Updates `SQLHelper.DB` from 4.0.206 to 4.0.207
- [Commits](https://github.com/JaCraig/SQLHelper/commits)

Updates `versionize` from 2.0.0 to 2.1.0
- [Changelog](https://github.com/versionize/versionize/blob/master/CHANGELOG.md)
- [Commits](versionize/versionize@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: SQLHelper.DB
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: versionize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent b97948c commit 8c69e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"versionize": {
"version": "2.0.0",
"version": "2.1.0",
"commands": [
"versionize"
]
Expand Down
2 changes: 1 addition & 1 deletion src/Data.Modeler/Data.Modeler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SQLHelper.DB" Version="4.0.206" />
<PackageReference Include="SQLHelper.DB" Version="4.0.207" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
<Target Name="Husky" BeforeTargets="Restore;CollectPackageReferences" Condition="'$(HUSKY)' != 0">
Expand Down

0 comments on commit 8c69e1a

Please sign in to comment.