[deps]: Update nuget minor#48
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
cd0f5ea to
2893adf
Compare
a79a7c4 to
1ad0a86
Compare
acde7f0 to
1d9930b
Compare
|
No New Or Fixed Issues Found |
18be2b6 to
1e6618e
Compare
6b62f58 to
9a14bd2
Compare
ebcc4fe to
2dc62fc
Compare
35282de to
319b651
Compare
7969040 to
2716ea9
Compare
837947b to
135a216
Compare
2444c44 to
06d83d6
Compare
af1c81c to
1d3d93d
Compare
aae0a68 to
f0ccd6a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #48 +/- ##
=======================================
Coverage 42.96% 42.96%
=======================================
Files 49 49
Lines 1834 1834
Branches 99 99
=======================================
Hits 788 788
Misses 1011 1011
Partials 35 35 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.

This PR contains the following updates:
[3.7.2.6]→[3.7.506.18][1.11.4]→[1.21.0][4.5.1]→[4.9.0][4.5.0]→[4.10.0][4.5.0]→[4.11.0][12.19.1]→[12.29.0][3.7.0]→[3.24.0][10.0.8]→[10.0.9][10.0.8]→[10.0.9][8.0.27]→[8.0.28][8.0.27]→[8.0.28][8.0.27]→[8.0.28][8.0.27]→[8.0.28][5.1.2]→[5.3.0][10.0.0]→[10.0.1][1.7.0]→[1.17.5.1]8.0.2→8.0.28Release Notes
aws/aws-sdk-net (AWSSDK.KeyManagementService)
v3.7.506v3.7.505v3.7.504v3.7.503v3.7.502v3.7.500v3.7.403.1Compare Source
v3.7.403v3.7.402Compare Source
v3.7.401v3.7.400v3.7.304v3.7.303v3.7.302v3.7.301v3.7.300v3.7.200v3.7.104v3.7.103v3.7.102v3.7.101v3.7.4v3.7.3Azure/azure-sdk-for-net (Azure.Identity)
v1.21.0Compare Source
1.21.0 (2026-04-10)
Other Changes
Azure.Identitytypes have been moved toAzure.Coreand are now available throughTypeForwardedToattributes. This is a non-breaking change — existing code continues to work transparently. The library's version number now aligns with that ofAzure.Core. See the Migration Guide for details.v1.20.0Compare Source
1.20.0 (2026-03-30)
Features Added
appsettings.json.Breaking Changes
AddAzureClient,AddKeyedAzureClient, andWithAzureCredentialreturn type changed fromIHostApplicationBuildertoIClientBuilderto align with theIClientBuildercomposition change in System.ClientModel.v1.19.0Compare Source
1.19.0 (2026-03-11)
Features Added
ClientCertificateCredentialto specify a path in the form ofcert:/StoreLocation/StoreName/Thumbprintto refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the pathcert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870(A community contribution, courtesy of fowl2).Other Changes
Microsoft.Identity.ClientandMicrosoft.Identity.Client.Extensions.Msaldependencies to version 4.83.1.v1.18.0Compare Source
1.18.0 (2026-02-25)
Features Added
Added experimental
Microsoft.Extensions.ConfigurationandMicrosoft.Extensions.DependencyInjectionintegration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.The
WorkloadIdentityCredentialOptions.IsAzureProxyEnabledproperty, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.AzureDeveloperCliCredentialnow parses JSON error output fromazd auth tokento extract clean error messages instead of including raw JSON in exceptions. Error messages like{"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}}are now displayed asERROR: fetching token: ....v1.17.2Compare Source
1.17.2 (2026-04-15)
Other Changes
Microsoft.Identity.ClientandMicrosoft.Identity.Client.Extensions.Msaldependencies to version 4.83.1.v1.17.1Compare Source
1.17.1 (2025-11-18)
Other Changes
Microsoft.Identity.ClientandMicrosoft.Identity.Client.Extensions.Msaldependencies to version 4.78.0.v1.17.0Compare Source
1.17.0 (2025-10-07)
Bugs Fixed
WithTenantIdinstead ofWithTenantIdFromAuthorityto prevent malformed Uris to the authority.Other Changes
BrowserCustomizationOptions.UseEmbeddedWebViewproperty. This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead.v1.16.0Compare Source
1.16.0 (2021-06-30)
Changed
TenantIdto the properties onTokenRequestContextto enable multi-tenant support in Azure.Identity.v1.15.0Compare Source
1.15.0 (2025-08-07)
Breaking Changes
Behavioral Breaking Changes
SharedTokenCacheCredential. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider usingInteractiveBrowserCredentialinstead. The following changes have been made:SharedTokenCacheCredentialclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialOptionsclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredentialproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheUsernameproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialis no longer included in theDefaultAzureCredentialauthentication flowBugs Fixed
AdditionallyAllowedTenantsvalues which will now be matched against tenant IDs without case sensitivity, making the authentication more resilient to case differences in tenant IDs returned from WWW-Authenticate challenges (#51693).Other Changes
BrokerAuthenticationCredentialhas been renamed asBrokerCredential.Added the
EditorBrowsable(Never)attribute to propertyVisualStudioCodeTenantIdasTenantIdis preferred. TheVisualStudioCodeTenantIdproperty exists only to provide backwards compatibility.v1.14.2Compare Source
1.14.2 (2025-07-10)
Other changes
Microsoft.Identity.Clientdependency to version 4.73.1v1.14.1Compare Source
1.14.1 (2025-07-08)
Bugs Fixed
v1.14.0Compare Source
1.14.0 (2025-12-04)
Features Added
v1.13.2Compare Source
1.13.2 (2025-01-14)
Bugs Fixed
DefaultAzureCredentialOptions.TenantIdtwice throws anInvalidOperationException(#47035)ManagedIdentityCredentialdoes not honor theCancellationTokenpassed toGetTokenandGetTokenAsync. (#47156)DefaultAzureCredentialwould not fall through to the next credential in the chain under certain exception conditions.ManagedIdentityCredentialwhen used in aChainedTokenCredentialwhere the invalid json responses do not fall through to the next credential in the chain. (#47470)v1.13.1Compare Source
1.13.1 (2025-11-19)
Other Changes
Azure.Identitydependency to version 1.17.1v1.13.0Compare Source
1.13.0 (2021-04-07)
Key Bug Fixes
NotSupportedExceptionwhen running using Blazor in the browser.v1.12.1Compare Source
1.12.1 (2024-09-26)
Bugs Fixed
v1.12.0Compare Source
1.12.0 (2021-04-06)
Added
HttpPipeline.CreateHttpMessagePropertiesScopethat can be used to inject scoped properties intoHttpMessage.googleapis/google-cloud-dotnet (Google.Cloud.Kms.V1)
v3.24.0: Google.Cloud.PubSub.V1 version 3.24.0Compare Source
Changes in this release:
Documentation improvements
message_idmetadata field is optional instead of required (commit 8127313)v3.23.0: Google.Cloud.PubSub.V1 version 3.23.0Compare Source
Changes in this release:
New features
v3.22.0: Google.Cloud.PubSub.V1 version 3.22.0Compare Source
Changes in this release:
New features
enabledfield for message transforms and adddisabledfield (commit d75a0b0)Documentation improvements
enabledfield for message transforms and adddisabledfield (commit d75a0b0)codein message.google.pubsub.v1.JavaScriptUDFis changed (commit e82746a)v3.21.0: Google.Cloud.PubSub.V1 version 3.21.0Compare Source
Changes in this release:
New features
Documentation improvements
v3.20.0: Google.Cloud.PubSub.V1 version 3.20.0Compare Source
Changes in this release:
New features
v3.19.0: Google.Cloud.Kms.V1 version 3.19.0Compare Source
New features
v3.18.0: Google.Cloud.Kms.V1 version 3.18.0Compare Source
Documentation improvements
DESTROYEDin enumCryptoKeyVersionStateis changedv3.17.0: Google.Cloud.Kms.V1 version 3.17.0Compare Source
New features
Documentation improvements
v3.16.0: Google.Cloud.PubSub.V1 version 3.16.0Compare Source
Changes in this release:
New features
v3.15.0: Google.Cloud.PubSub.V1 version 3.15.0Compare Source
Changes in this release:
New features
v3.14.0: Google.Cloud.PubSub.V1 version 3.14.0Compare Source
Changes in this release:
Bug fixes
New features
The last two of these features can cause user-visible changes. In particular:
All of these changes should be "net positive", but if they cause any issues, please file a bug.
v3.13.0: Google.Cloud.Firestore version 3.13.0Compare Source
New features
v3.12.0: Google.Cloud.BigQuery.V2 version 3.12.0Compare Source
New features
Bug fixes
Documentation improvements
v3.11.0: Google.Cloud.PubSub.V1 version 3.11.0Compare Source
Changes in this release:
New features
v3.10.0: Google.Cloud.Kms.V1 version 3.10.0Compare Source
Changes in this release:
New features
v3.9.0: Google.Cloud.BigQuery.V2 version 3.9.0Compare Source
Changes in this release:
New features
v3.8.0: Google.Cloud.Kms.V1 version 3.8.0Compare Source
Changes in this release:
Documentation improvements
dotnet/dotnet (Microsoft.AspNetCore.Authentication.JwtBearer)
v10.0.9Pkcs11Interop/Pkcs11Interop (Pkcs11Interop)
v5.3.0: Pkcs11Interop 5.3.0CK_VERSION::ToStringv5.2.0: Pkcs11Interop 5.2.0Minorpart inCK_VERSIONstructureCKA_NAME_HASH_ALGORITHMattributeDllImportResolveron Linuxserilog/serilog-settings-configuration (Serilog.Settings.Configuration)
v10.0.1What's Changed
New Contributors
Full Changelog: serilog/serilog-settings-configuration@v10.0.0...v10.0.1
rajanadar/VaultSharp (VaultSharp)
v1.17.5.1BUG FIXES:
ReadConnectionConfigAsyncmethod uses the correct model object.v1.17.5BUG FIXES:
v1.13.0.1BUG FIXES:
rotation_perioddeserialization issues in System.Text.Json. And all such duration fields that Vault allows in string and integer form.v1.13.0BUG FIXES:
rotation_perioddeserialization issues in System.Text.Json. And all such duration fields that Vault allows in string and integer form.v1.12.2.1BREAKING CHANGES:
NewBackendConfigobject instead ofBackendConfigobject.PullSecretIdAsyncmethod is renamed toPullNewSecretIdAsyncReadRoleAsyncmethod uses a new typeAppRoleRoleModelinstead ofAppRoleInfo.GetCredentialsAsyncmethod for assumed role changed the data type ofExpirationfield inAliCloudCredentialsclass from typestringtoDateTimeOffsetFullSecretMetadataobject. No functional changes.FEATURES:
IMPROVEMENTS:
cas_requiredandcustom_metadatainFullSecretMetadataclass.v1.12.2BREAKING CHANGES:
NewBackendConfigobject instead ofBackendConfigobject.PullSecretIdAsyncmethod is renamed toPullNewSecretIdAsyncReadRoleAsyncmethod uses a new typeAppRoleRoleModelinstead ofAppRoleInfo.GetCredentialsAsyncmethod for assumed role changed the data type ofExpirationfield inAliCloudCredentialsclass from typestringtoDateTimeOffsetFullSecretMetadataobject. No functional changes.FEATURES:
IMPROVEMENTS:
cas_requiredandcustom_metadatainFullSecretMetadataclass.v1.8.12BREAKING CHANGES:
FEATURES:
IMPROVEMENTS:
v1.7.2.2BREAKING CHANGES:
IMPROVEMENTS:
v1.7.2.1BUG FIXES:
v1.7.2BREAKING CHANGES:
IMPROVEMENTS:
v1.7.1IMPROVEMENTS:
DOC IMPROVEMENTS:
v1.7.0.5IMPROVEMENTS:
Ed25519Key type (Vault 1.9+ only)v1.7.0.4BUG FIXES:
DOC IMPROVEMENTS:
v1.7.0.3IMPROVEMENTS:
v1.7.0.2IMPROVEMENTS:
v1.7.0.1BREAKING CHANGES:
IssuingCACertificateContentandCAChainContentof the base classAbstractCertificateDatahas been moved to a subclassAbstractIssuedCertificateData.FEATURES:
IMPROVEMENTS:
ExpirationinCertificateCredentialsfrominttolong.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.