Skip to content

Bump the nuget-minor-patch group with 5 updates#7

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-minor-patch-c048798f42
Closed

Bump the nuget-minor-patch group with 5 updates#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/nuget-minor-patch-c048798f42

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Updated Bennewitz.Ninja.AutoVersioning from 2026.2.522 to 2026.3.701.

Release notes

Sourced from Bennewitz.Ninja.AutoVersioning's releases.

2026.3.701

Fixed

  • InternalsVisibleTo (and other SDK-generated attributes) no longer broken when the generator is enabled. Previously, enabling the generator required <GenerateAssemblyInfo>false</GenerateAssemblyInfo>, which silently suppressed all SDK-generated assembly attributes — including InternalsVisibleTo from MSBuild item groups. The package now applies 8 granular per-attribute suppressions (GenerateAssemblyVersionAttribute, GenerateAssemblyCompanyAttribute, etc.) instead, so only the attributes this generator actually emits are suppressed. Do not add <GenerateAssemblyInfo>false</GenerateAssemblyInfo> yourself — it will reintroduce the bug.
  • Diagnostic messages (BAUTOVERSIONING00, 02, 03) are now single-line and self-contained. Multi-line messages were being truncated by IDE build panels (e.g. Rider), hiding the actual fix instructions behind a blank continuation.

Added

  • BuildTimestamp MSBuild property — keeps the generated version consistent across every project in a multi-project solution build. Captured once during MSBuild property evaluation (before any project compiles), so independent projects normally land on the same value regardless of how long compilation takes. Override with -p:BuildTimestamp=... for an exact guarantee on CI or in local builds.
  • BAUTOVERSIONING04 — new companion diagnostic to BAUTOVERSIONING00, carrying the full multi-line setup snippet (<PropertyGroup> block) in IDE detail/hover panes, without bloating the primary single-line warning.
  • Build.ps1.template — optional local-build wrapper for consumers. Computes BuildTimestamp, CommitSha (via git rev-parse), and PublicVersion (via git describe --tags) once and threads them into dotnet build, giving local terminal builds the same metadata richness CI already gets.
  • docs/MultiProjectBuildTimestamps.md — design notes on the BuildTimestamp mechanism, including alternatives considered (static generator state, named mutex/shared memory, auto-triggered file locking, solution-level MSBuild hooks) and why each was rejected.

Changed

  • The NuGet package now includes Directory.Build.props.template, Build.ps1.template, and the new docs/ file, so the README's relative links resolve correctly when rendered on NuGet.org instead of 404ing.

Configuration Reference

Property Status
BuildTimestamp New, optional, auto-populated

See the README for full configuration details.

Full Changelog: JanusMael/Bennewitz.Ninja.AutoVersioning@v2026.2.521...v2026.3.701

Commits viewable in compare view.

Updated Microsoft.Build from 17.13.9 to 17.14.28.

Release notes

Sourced from Microsoft.Build's releases.

17.14.28

What's Changed

17.14.8

What's Changed

Full Changelog: dotnet/msbuild@v17.14.5...v17.14.8

17.14.5

What's Changed

17.14.0-preview-25177-05

Release

What's Changed

17.14.0-preview-25155-01

Release

What's Changed

17.14.0-preview-25110-01

Release

What's Changed

Commits viewable in compare view.

Updated Microsoft.CodeAnalysis.CSharp.Workspaces from 5.3.0 to 5.6.0.

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp.Workspaces's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.CodeAnalysis.Workspaces.MSBuild from 5.3.0 to 5.6.0.

Release notes

Sourced from Microsoft.CodeAnalysis.Workspaces.MSBuild's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Serilog from 4.3.1 to 4.4.0.

Release notes

Sourced from Serilog's releases.

4.4.0

What's Changed

New Contributors

Full Changelog: serilog/serilog@v4.3.1...v4.4.0

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Bennewitz.Ninja.AutoVersioning from 2026.2.522 to 2026.3.701
Bumps Microsoft.Build from 17.13.9 to 17.14.28
Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 5.3.0 to 5.6.0
Bumps Microsoft.CodeAnalysis.Workspaces.MSBuild from 5.3.0 to 5.6.0
Bumps Serilog from 4.3.1 to 4.4.0

---
updated-dependencies:
- dependency-name: Bennewitz.Ninja.AutoVersioning
  dependency-version: 2026.3.701
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.Build
  dependency-version: 17.14.28
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Microsoft.CodeAnalysis.Workspaces.MSBuild
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
- dependency-name: Serilog
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #9.

@dependabot dependabot Bot closed this Jul 20, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/nuget-minor-patch-c048798f42 branch July 20, 2026 09:27
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.

0 participants