Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Updated azuresigntool from 4.0.1 to 6.0.1.

Release notes

Sourced from azuresigntool's releases.

6.0.1

What's Changed

There are no functional changes in this release. This release is built with .NET 8.0.12 which addresses vulnerabilities fixed in the January servicing release. It is built from the same commit as the 6.0.0 release.

6.0.0

What's Changed

  • [BREAKING CHANGE] Replaced the McMaster.Extensions.CommandLineUtils with XenoAtom.CommandLine for command line
    The command line parsing library has been replaced with a Native AOT compatible one to allow for stand alone binaries to be published. While the new command line parser is largely compatible with the previous one, there may be differences in how they are interpreted.
  • [CHORE] Update all dependencies
  • [FEATURE] Add support for glob patterns in signing input.
  • [BREAKING CHANGE] Changed parallelism to use less concurrency to avoid throttling.
    --max-degree-of-parallelism now defaults to 4, instead of unlimited. This is to reduce the amount of signing throughput which can result in throttling from either Azure Key Vault or from a CA's timestamp infrastructure. The original behavior can be restored by explicitly setting --max-degree-of-parallelism to 0.
  • [FEATURE] Azure Key Vault retry policy. RSAKeyVaultProvider has been replaced with Azure's native functionality. This allows for retries, throttling, and back off for Azure Key Vault.
  • [FEATURE] --azure-key-vault-certificate-version can be used to specify a specific version of an Azure Key Vault certificate.

New Contributors

Full Changelog: vcsjones/AzureSignTool@v5.0.0...v6.0.0

6.0.0-beta1

This release is for AzureSignTool 6.0.0 beta1.

Please see this announcement post for information about 6.0.0 beta1. vcsjones/AzureSignTool#271

What's Changed

New Contributors

Full Changelog: vcsjones/AzureSignTool@v5.0.0...v6.0.0-beta1

5.0.0

This is the 5.0 release of AzureSignTool.

  • The 5.0.0 version bumps the tool framework version to .NET 8.0.
  • Appending signatures is now supported on Windows 11 or later. Thanks to @​VaronisContributor for the contribution.

Commits viewable in compare view.

Updated nbgv from 3.6.133 to 3.7.115.

Release notes

Sourced from nbgv's releases.

3.7.115

Changes:

Fixes:

  • #​1151: Fix exception thrown for repos cloned without tags
  • #​1150: Getting the build version fails for repositories cloned with --no-tags

Enhancements:

  • #​318: Emit a warning when SemVer 2.0 format version is specified with explicitly selecting SemVer 1.0.

This list of changes was auto generated.

3.7.112

What's Changed

New Contributors

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.146...v3.7.112

3.7.77-alpha

What's Changed

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.7.70-alpha...v3.7.77-alpha

3.7.70-alpha

Changes:

Fixes:

  • #​250: GetBuildVersion fails with NullReferenceException when version is missing
  • #​943: Upgrading from 3.5.119 to 3.6.132 breaks commit id for NPM
  • #​935: BuildingRef is incorrectly populated on Bitbucket pipelines

Enhancements:

  • #​251: GetBuildVersion fails with NotSupportedException when version is a simple number
  • #​233: Major, Minor and Patch version parts as separate variables

Others:

  • #​1056: Bump BenchmarkDotNetVersion from 0.13.10 to 0.13.12
  • #​1057: Bump Newtonsoft.Json.Schema from 3.0.15 to 3.0.16
See More
  • #​1039: Merge latest Library.Template
  • #​1050: Merge v3.6 to main
  • #​1046: Bump typescript from 5.4.3 to 5.4.5 in /src/nerdbank-gitversioning.npm
  • #​265: Add AssemblyInfo.GitCommitId property
  • #​264: Remove g prefix in commit IDs
  • #​255: Fix for issue #​149 - Adding F# support for AssemblyInfo generation
  • #​252: Not working in .NET Core docker image
  • #​254: Update Cake.Core dependency to 0.30.0
  • #​1024: Change F# AssemblyInfo generation to always include a do() after the …
  • #​245: Fix attribute name in readme
  • #​241: Switch to Azure Pipelines
  • #​242: Remove typings to fix build break
  • #​243: Capture all nupkg files as artifacts
  • #​240: is it possible to update LibGit2Sharp package version from 0.25.2 to 0.26.0-preview-0054?
  • #​238: Upgrade Typescript + npm cleanup
  • #​236: npm setPackageVersion semver2 support
  • #​235: Add a few properties for easier processing at the command line
  • #​231: Remove names from regex capture groups in version.schema.json
  • #​232: NPM/Yarn-only way of versioning packages
  • #​234: Add cake-contrib user to Cake.GitVersioning NuGet package
  • #​994: Fix build.ps1 script
  • #​992: I have a problem building the solution
  • #​982: Fix WPF incremental build
  • #​175: NB.GV defeats incremental build for .NET SDK style WPF projects
  • #​945: Revert "Drop BuildMetadata from NPM package version"
  • #​938: Downgrade Cake.Core to v2.3.0
    ... (truncated)

3.7.62-alpha

What's Changed

New Contributors

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.7.48-alpha...v3.7.62-alpha

3.7.48-alpha

What's Changed

Features

  • Added option to include package version in ThisAssembly class. PR #​976
  • Retargeted from .NET Framework 4.6.2 to 4.7.2 for enhanced compatibility and performance. PR #​941
  • Added git-based detection of tags at HEAD to improve PublicRelease detection. PR #​876
  • Allowed customizing commit message pattern in prepare-release command. PR #​996
  • Updated to .NET 8 SDK, aligning with the latest technology standards. PR #​1002

Fixes

  • Fixed a typo in the Cake extension documentation comment. PR #​939
  • Made GitPackCache include ObjectType for more accurate caching. PR #​942

New Contributors

Full Changelog

3.6.146

What's Changed

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.143...v3.6.146

3.6.143

What's Changed

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.141...v3.6.143

3.6.141

What's Changed

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.139...v3.6.141

3.6.139

What's Changed

New Contributors

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.133...v3.6.139

Commits viewable in compare view.

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps azuresigntool from 4.0.1 to 6.0.1
Bumps nbgv from 3.6.133 to 3.7.115

---
updated-dependencies:
- dependency-name: azuresigntool
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: nbgv
  dependency-version: 3.7.115
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Aug 5, 2025
@github-actions
Copy link

github-actions bot commented Aug 5, 2025

Test Results

5 039 tests   5 037 ✅  1m 18s ⏱️
1 583 suites      2 💤
    1 files        0 ❌

Results for commit 15aa1f6.

@joshooaj joshooaj closed this Nov 12, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 12, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/dot-config/multi-e64cd4b624 branch November 12, 2025 23:48
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