Bump the nuget-minor-patch group with 5 updates#7
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
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>
Contributor
Author
|
Superseded by #9. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 — includingInternalsVisibleTofrom 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.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
BuildTimestampMSBuild 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 toBAUTOVERSIONING00, 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. ComputesBuildTimestamp,CommitSha(viagit rev-parse), andPublicVersion(viagit describe --tags) once and threads them intodotnet build, giving local terminal builds the same metadata richness CI already gets.docs/MultiProjectBuildTimestamps.md— design notes on theBuildTimestampmechanism, including alternatives considered (static generator state, named mutex/shared memory, auto-triggered file locking, solution-level MSBuild hooks) and why each was rejected.Changed
Directory.Build.props.template,Build.ps1.template, and the newdocs/file, so the README's relative links resolve correctly when rendered on NuGet.org instead of 404ing.Configuration Reference
BuildTimestampSee 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
... (truncated)
17.14.8
What's Changed
Full Changelog: dotnet/msbuild@v17.14.5...v17.14.8
17.14.5
What's Changed
... (truncated)
17.14.0-preview-25177-05
Release
What's Changed
Microsoft.VisualStudio.SolutionPersistenceto 1.0.52 by @surayya-MS in UpgradeMicrosoft.VisualStudio.SolutionPersistenceto 1.0.52 dotnet/msbuild#11549before/after.{solutionName}.sln.targetsfor .slnxby @surayya-MS in Loadbefore/after.{solutionName}.sln.targetsfor .slnxdotnet/msbuild#11535... (truncated)
17.14.0-preview-25155-01
Release
What's Changed
StyleCop.Analyzersto1.2.0-beta.556by @xtqqczze in BumpStyleCop.Analyzersto1.2.0-beta.556dotnet/msbuild#11398by @rainersigwald in Keep ActivityId correlations in ETW dotnet/msbuild#10909
by @rainersigwald in Add EmbedInteropTypes to COMFileReference dotnet/msbuild#11414
... (truncated)
17.14.0-preview-25110-01
Release
What's Changed
... (truncated)
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
SelfMetricsby @nblumhardt inSelfMetricsserilog/serilog#2237New 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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