Skip to content

Bump BB84.EntityFrameworkCore.Entities and 4 others#700

Merged
BoBoBaSs84 merged 2 commits into
mainfrom
dependabot/nuget/bb84-dependencies-134e0b8b6d
Jun 29, 2026
Merged

Bump BB84.EntityFrameworkCore.Entities and 4 others#700
BoBoBaSs84 merged 2 commits into
mainfrom
dependabot/nuget/bb84-dependencies-134e0b8b6d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Pinned BB84.EntityFrameworkCore.Entities at 4.4.625.

Release notes

Sourced from BB84.EntityFrameworkCore.Entities's releases.

4.4.0625.0

Changes

✨ New Features

  • feat(extensions): add historyTableName param to ToHistoryTable extension (PR #​194)
  • feat(extensions): add generic EntityTypeBuilder<TEntity> overload for ToHistoryTable (PR #​195)
  • feat(extensions): Add IsUniqueIdentifierColumn extension method (PR #​197)
  • feat(extensions): add IsDateTimeOffsetColumn extension for PropertyBuilder (PR #​198)
  • feat(extensions): add IsDecimalColumn extension for decimal column mapping (PR #​199) by @​Probotus
  • feat(extensions): add IsDateTime2Column and improve XML docs (PR #​200)
  • feat(docs): rewrite and reorganize of all package and repository README files (PR #​202)

🐛 Bug Fixes

  • docs: fix XML comment typos (PR #​175) by @​thehanslevi
  • fix(entities): fix typo in IEnumerator interface documentation (PR #​186) by @​Probotus
  • fix(entities): fix incorrect <inheritdoc> reference in IIdentity interface (PR #​187) by @​Probotus
  • fix: remove duplicate word 'entities' in CompositeEntity XML docs (PR #​188) by @​Jah-yee
  • fix(sqlserver): fix grammar in ArgumentOutOfRangeException messages (PR #​189) by @​Probotus
  • fix(ToHistoryTable): add validation and improve docs for ToHistoryTable method (PR #​190) by @​Probotus
  • fix(repositories): remove unused SqlExpressions using directive (PR #​191)
  • fix(interceptors): use DateTimeOffset.UtcNow for audit timestamps (PR #​192)
  • fix(extensions): simplify varbinary(max) string formatting in PropertyBuilderExtensions (PR #​193)
  • fix: update NuGet badges in README for correct package links (b38b4798)

📦 Dependencies

  • Bump the microsoft-dependencies group with 2 updates (PR #​166) by @​dependabot (bot)
  • chore(deps): bump actions/checkout from 6 to 7 (PR #​196) by @​dependabot (bot)

🧰 Misc

  • feat(extensions): rename precision to length in binary/varbinary columns (PR #​203)
  • chore: refactor CI/CD workflows, bump .NET minor version (d0067706)
  • chore: customize dotnet-releaser config for project/repo (2356ee13)

Full Changelog: v4.3.520...v4.4.0625.0

Published with dotnet-releaser

Commits viewable in compare view.

Pinned BB84.EntityFrameworkCore.Repositories at 4.4.625.

Release notes

Sourced from BB84.EntityFrameworkCore.Repositories's releases.

4.4.0625.0

Changes

✨ New Features

  • feat(extensions): add historyTableName param to ToHistoryTable extension (PR #​194)
  • feat(extensions): add generic EntityTypeBuilder<TEntity> overload for ToHistoryTable (PR #​195)
  • feat(extensions): Add IsUniqueIdentifierColumn extension method (PR #​197)
  • feat(extensions): add IsDateTimeOffsetColumn extension for PropertyBuilder (PR #​198)
  • feat(extensions): add IsDecimalColumn extension for decimal column mapping (PR #​199) by @​Probotus
  • feat(extensions): add IsDateTime2Column and improve XML docs (PR #​200)
  • feat(docs): rewrite and reorganize of all package and repository README files (PR #​202)

🐛 Bug Fixes

  • docs: fix XML comment typos (PR #​175) by @​thehanslevi
  • fix(entities): fix typo in IEnumerator interface documentation (PR #​186) by @​Probotus
  • fix(entities): fix incorrect <inheritdoc> reference in IIdentity interface (PR #​187) by @​Probotus
  • fix: remove duplicate word 'entities' in CompositeEntity XML docs (PR #​188) by @​Jah-yee
  • fix(sqlserver): fix grammar in ArgumentOutOfRangeException messages (PR #​189) by @​Probotus
  • fix(ToHistoryTable): add validation and improve docs for ToHistoryTable method (PR #​190) by @​Probotus
  • fix(repositories): remove unused SqlExpressions using directive (PR #​191)
  • fix(interceptors): use DateTimeOffset.UtcNow for audit timestamps (PR #​192)
  • fix(extensions): simplify varbinary(max) string formatting in PropertyBuilderExtensions (PR #​193)
  • fix: update NuGet badges in README for correct package links (b38b4798)

📦 Dependencies

  • Bump the microsoft-dependencies group with 2 updates (PR #​166) by @​dependabot (bot)
  • chore(deps): bump actions/checkout from 6 to 7 (PR #​196) by @​dependabot (bot)

🧰 Misc

  • feat(extensions): rename precision to length in binary/varbinary columns (PR #​203)
  • chore: refactor CI/CD workflows, bump .NET minor version (d0067706)
  • chore: customize dotnet-releaser config for project/repo (2356ee13)

Full Changelog: v4.3.520...v4.4.0625.0

Published with dotnet-releaser

Commits viewable in compare view.

Updated BB84.EntityFrameworkCore.Repositories.Abstractions from 4.3.520 to 4.4.625.

Release notes

Sourced from BB84.EntityFrameworkCore.Repositories.Abstractions's releases.

4.4.0625.0

Changes

✨ New Features

  • feat(extensions): add historyTableName param to ToHistoryTable extension (PR #​194)
  • feat(extensions): add generic EntityTypeBuilder<TEntity> overload for ToHistoryTable (PR #​195)
  • feat(extensions): Add IsUniqueIdentifierColumn extension method (PR #​197)
  • feat(extensions): add IsDateTimeOffsetColumn extension for PropertyBuilder (PR #​198)
  • feat(extensions): add IsDecimalColumn extension for decimal column mapping (PR #​199) by @​Probotus
  • feat(extensions): add IsDateTime2Column and improve XML docs (PR #​200)
  • feat(docs): rewrite and reorganize of all package and repository README files (PR #​202)

🐛 Bug Fixes

  • docs: fix XML comment typos (PR #​175) by @​thehanslevi
  • fix(entities): fix typo in IEnumerator interface documentation (PR #​186) by @​Probotus
  • fix(entities): fix incorrect <inheritdoc> reference in IIdentity interface (PR #​187) by @​Probotus
  • fix: remove duplicate word 'entities' in CompositeEntity XML docs (PR #​188) by @​Jah-yee
  • fix(sqlserver): fix grammar in ArgumentOutOfRangeException messages (PR #​189) by @​Probotus
  • fix(ToHistoryTable): add validation and improve docs for ToHistoryTable method (PR #​190) by @​Probotus
  • fix(repositories): remove unused SqlExpressions using directive (PR #​191)
  • fix(interceptors): use DateTimeOffset.UtcNow for audit timestamps (PR #​192)
  • fix(extensions): simplify varbinary(max) string formatting in PropertyBuilderExtensions (PR #​193)
  • fix: update NuGet badges in README for correct package links (b38b4798)

📦 Dependencies

  • Bump the microsoft-dependencies group with 2 updates (PR #​166) by @​dependabot (bot)
  • chore(deps): bump actions/checkout from 6 to 7 (PR #​196) by @​dependabot (bot)

🧰 Misc

  • feat(extensions): rename precision to length in binary/varbinary columns (PR #​203)
  • chore: refactor CI/CD workflows, bump .NET minor version (d0067706)
  • chore: customize dotnet-releaser config for project/repo (2356ee13)

Full Changelog: v4.3.520...v4.4.0625.0

Published with dotnet-releaser

Commits viewable in compare view.

Pinned BB84.EntityFrameworkCore.Repositories.SqlServer at 4.4.625.

Release notes

Sourced from BB84.EntityFrameworkCore.Repositories.SqlServer's releases.

4.4.0625.0

Changes

✨ New Features

  • feat(extensions): add historyTableName param to ToHistoryTable extension (PR #​194)
  • feat(extensions): add generic EntityTypeBuilder<TEntity> overload for ToHistoryTable (PR #​195)
  • feat(extensions): Add IsUniqueIdentifierColumn extension method (PR #​197)
  • feat(extensions): add IsDateTimeOffsetColumn extension for PropertyBuilder (PR #​198)
  • feat(extensions): add IsDecimalColumn extension for decimal column mapping (PR #​199) by @​Probotus
  • feat(extensions): add IsDateTime2Column and improve XML docs (PR #​200)
  • feat(docs): rewrite and reorganize of all package and repository README files (PR #​202)

🐛 Bug Fixes

  • docs: fix XML comment typos (PR #​175) by @​thehanslevi
  • fix(entities): fix typo in IEnumerator interface documentation (PR #​186) by @​Probotus
  • fix(entities): fix incorrect <inheritdoc> reference in IIdentity interface (PR #​187) by @​Probotus
  • fix: remove duplicate word 'entities' in CompositeEntity XML docs (PR #​188) by @​Jah-yee
  • fix(sqlserver): fix grammar in ArgumentOutOfRangeException messages (PR #​189) by @​Probotus
  • fix(ToHistoryTable): add validation and improve docs for ToHistoryTable method (PR #​190) by @​Probotus
  • fix(repositories): remove unused SqlExpressions using directive (PR #​191)
  • fix(interceptors): use DateTimeOffset.UtcNow for audit timestamps (PR #​192)
  • fix(extensions): simplify varbinary(max) string formatting in PropertyBuilderExtensions (PR #​193)
  • fix: update NuGet badges in README for correct package links (b38b4798)

📦 Dependencies

  • Bump the microsoft-dependencies group with 2 updates (PR #​166) by @​dependabot (bot)
  • chore(deps): bump actions/checkout from 6 to 7 (PR #​196) by @​dependabot (bot)

🧰 Misc

  • feat(extensions): rename precision to length in binary/varbinary columns (PR #​203)
  • chore: refactor CI/CD workflows, bump .NET minor version (d0067706)
  • chore: customize dotnet-releaser config for project/repo (2356ee13)

Full Changelog: v4.3.520...v4.4.0625.0

Published with dotnet-releaser

Commits viewable in compare view.

Pinned BB84.Extensions at 4.6.625.

Release notes

Sourced from BB84.Extensions's releases.

4.6.0625.0

Changes

📦 Dependencies

  • Bump the system-dependencies group with 1 update (PR #​286) by @​dependabot (bot)
  • chore(deps): bump actions/checkout from 6 to 7 (PR #​287) by @​dependabot (bot)

Full Changelog: v4.4.0610.0...v4.6.0625.0

Published with dotnet-releaser

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jun 29, 2026
@dependabot
dependabot Bot requested a review from BoBoBaSs84 as a code owner June 29, 2026 03:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Jun 29, 2026
Bumps BB84.EntityFrameworkCore.Entities from 4.3.520 to 4.4.625
Bumps BB84.EntityFrameworkCore.Repositories from 4.3.520 to 4.4.625
Bumps BB84.EntityFrameworkCore.Repositories.Abstractions from 4.3.520 to 4.4.625
Bumps BB84.EntityFrameworkCore.Repositories.SqlServer from 4.3.520 to 4.4.625
Bumps BB84.Extensions from 4.4.610 to 4.6.625

---
updated-dependencies:
- dependency-name: BB84.EntityFrameworkCore.Entities
  dependency-version: 4.4.625
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bb84-dependencies
- dependency-name: BB84.EntityFrameworkCore.Repositories
  dependency-version: 4.4.625
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bb84-dependencies
- dependency-name: BB84.EntityFrameworkCore.Repositories.Abstractions
  dependency-version: 4.4.625
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bb84-dependencies
- dependency-name: BB84.EntityFrameworkCore.Repositories.SqlServer
  dependency-version: 4.4.625
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bb84-dependencies
- dependency-name: BB84.Extensions
  dependency-version: 4.6.625
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bb84-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the bb84-dependencies group with 5 updates Bump BB84.EntityFrameworkCore.Entities and 4 others Jun 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/nuget/bb84-dependencies-134e0b8b6d branch from e486732 to 7f4b506 Compare June 29, 2026 07:57
- Removed the third `SqlSchema.History` argument from all `ToHistoryTable` invocations in `EntityTypeConfiguration` classes across Attendance, Documents, Finance, Identity, and Todo namespaces.
- Now, `ToHistoryTable` is consistently called with only the entity name and schema.
@BoBoBaSs84
BoBoBaSs84 merged commit 8e98e88 into main Jun 29, 2026
4 checks passed
@BoBoBaSs84
BoBoBaSs84 deleted the dependabot/nuget/bb84-dependencies-134e0b8b6d branch June 29, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant