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: [BigBook](https://github.com/JaCraig/BigBookOfDataTypes) and [versionize](https://github.com/versionize/versionize).


Updates `BigBook` from 5.1.55 to 5.1.56
- [Changelog](https://github.com/JaCraig/BigBookOfDataTypes/blob/master/CHANGELOG.md)
- [Commits](JaCraig/BigBookOfDataTypes@v5.1.55...v5.1.56)

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

---
updated-dependencies:
- dependency-name: BigBook
  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-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 0f24166 commit bc6b15b
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": "1.27.0",
"version": "2.0.0",
"commands": [
"versionize"
]
Expand Down
2 changes: 1 addition & 1 deletion src/SQLHelper.DB/SQLHelper.DB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<PackageReference Include="SQLParser" Version="3.0.19" />
<PackageReference Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
<PackageReference Include="BigBook" Version="5.1.55" />
<PackageReference Include="BigBook" Version="5.1.56" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
Expand Down

0 comments on commit bc6b15b

Please sign in to comment.