Skip to content

Comments

chore(deps): update nuget non-major dependencies#93

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nuget-minor-patch
Open

chore(deps): update nuget non-major dependencies#93
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nuget-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
Altinn.Authorization.ABAC 0.0.80.1.1 age confidence nuget minor
Altinn.Common.PEP 4.1.24.2.3 age confidence nuget minor
Altinn.Platform.Storage.Interface 4.2.14.4.0 age confidence nuget minor
FluentValidation (source) 11.10.011.12.0 age confidence nuget minor
Microsoft.IdentityModel.Protocols.OpenIdConnect 8.3.18.16.0 age confidence nuget minor
Yarp.ReverseProxy 2.2.02.3.0 age confidence nuget minor
dotnet-sdk 8.0.1008.0.418 age confidence dotnet-sdk patch
libphonenumber-csharp 8.13.498.13.55 age confidence nuget patch

Release Notes

JeremySkinner/fluentvalidation (FluentValidation)

v11.11.0

Compare Source

Release notes

Please read the upgrade guide if you are moving from 10.x to 11.x

Changes in 11.11.0
  • Add additional overload of WithState that takes a context (#​2276)
Changes in 11.10.0
  • Add WhereAsync as conterpart to Where on collection rules (#​2240)
  • Create IEnumValidator to expose the targeted Enum type of EnumValidator (#​2244)
  • Add Romansh language translations (#​2239)
Changes in 11.9.2
  • ScalePrecisionValidator error message clarification (#​2211)
Changes in 11.9.1
  • Fix issue with CascadeMode on child validators (#​2207)
Changes in 11.9.0
  • Fix memory leak in NotEmptyValidator/EmptyValidator (#​2174)
  • Add more descriptive error messages if a rule throws a NullReferenceException (#​2152)
  • Add support for caching root parameter expressions (eg RuleFor(x => x)) (#​2168)
  • Prevent AddValidatorsFromAssemblyContaining from registering validators twice (#​2182)
  • Add builds for .net 8
Changes in 11.8.1
  • Fix unintentional behavioural changes in introduced in the previous release as part of #​2158
Changes in 11.8.0
  • Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (#​2114)
  • Fix Serbian translation of LengthValidator (#​2147)
  • Fix chinese culture codes (#​2151)
  • Add Khmer translations (#​2155)
  • Various performance improvements (#​2158)
  • Fix ChildRules with class hierarchies (#​2165)
Changes in 11.7.1
  • Resolved issue with combining multiple ValidationResult instances where RuleSetsExecuted wasn't properly set on the combined result (#​2125)
Changes in 11.7.0
  • Add additional constructor for combining multiple ValidationResult instances (#​2125)
  • Add PropertyPath placeholder (#​2134)
  • Fix Brazilian Portuguese translation (#​2131)
Changes in 11.6.0
  • Add OnFailurecCreated callback in ValidatorOptions.Global (#​2120)
  • Fix typo in Russian localization (#​2102)
  • Add Tajik language (#​2108)
  • Fixed some typos in Validator Extension docblocks (#​2118)
Changes in 11.5.2
  • Resolve issue with ruleset propagation for multiple levels of child rules (#​2097)
Changes in 11.5.1
  • Deprecated the ability to disable the root model null check via overriding AbstractValidator.EnsureInstanceNotNull (See #​2069 for migration steps)
  • Deprecated the Transform and TransformAsync methods (See #​2072 for migration steps)
Changes in 11.5.0
  • MemberNameValidatorSelector now supports wildcard indexes in property paths (#​2056)
  • Added overload of TestValidateAsync that accepts a context (#​2052)
  • Minor optimization to regex validator (#​2035)
  • Added Kazakh translations (#​2036)
  • Added Catalan translations and updated Spanish translations (#​2050)
  • Updates to Uzbek Latin and Cyrillic translations (#​2040/#​2041/#​2045)
  • Updates to Italian translations (#​2039)
  • Updates to French translations (#​2065)
Changes in 11.4.0
  • Deprecate ScalePrecision validator and introduce PrecisionScale validator as its replacement (#​2030)
Changes in 11.3.0
  • Add a net7 build
  • Annotate string parameters with StringSyntaxAttribute.Regex in net7 builds (#​1957)
  • Fixes to SourceLink integration (#​2019)
  • Add Uzbek Latin and Cyrillic languages (#​2013)
  • Updates to Danish language (#​2012)
Changes in 11.2.2
  • MemberNameValidatorSelector should make use of PropertyNameResolver when parsing expressions (#​2003)
Changes in 11.2.1
  • Fix test helper Only() not taking into account parent-level unmatched failures (#​1986)
Changes in 11.2.0
  • Resolve issue with unexpected results when with nested Include calls with the MemberNameValidatorSelector (#​1989)
  • Add a new Selector Factory for the Composite Selector (#​1988)
Changes in 11.1.1
  • Fix issue with incorrect rulesets being executed in a child validator when combined with ChildRules (#​1981)
  • Bulgarian translations of default messages (#​1973)
Changes in 11.1.0
  • Added a ToDictionary method to ValidationResult (particularly useful when working with Minimal APIs)-
  • MVC auto validation: Deprecated Implicit validation of child properties (#​1960)
  • MVC auto validation: Deprecated Implicit validation of root collection elements (#​1960)
  • Deprecated InjectValidator (#​1960)
  • Deprecated IValidatorFactory and ServiceProviderValidatorFactory (#​1961)
  • Introduce services.AddFluentValidationAutoValidation() and services.AddFluentValidationClientsideAdapters() as replacements for services.AddFluentValidation() (#​1965)
  • Remove duplication between sync and async validation in the internal model.
Changes in 11.0.3
  • Fix AsyncValidatorInvokedSynchronouslyException being incorrectly thrown when the top-level When method with RuleForEach, even when invoked asynchronously (#​1955)
Changes in 11.0.2
  • Child validator contexts now contain a reference to their parent context (#​1945)
  • Support deserialization of ValidationResult using System.Text.Json (#​1928)
Changes in 11.0.1
  • Fix regression in the Test Helper affecting the With* and Without* assertion methods (#​1937)
Changes in 11.0
  • Throw exceptions when async validator is invoked synchronously (#​1705)
  • Removal deprecated OnFailure/OnAnyFailure callbacks.
  • Remove deprecated RunDefaultMvcValidationAfterFluentValidationExecutes option from ASP.NET integration.
  • Remove deprecated Options property from RuleComponent.
  • Remove deprecated TestHelper methods.
  • Remove non-generic PropertyValidator backwards compatibility layer.
  • Add method Only() to the test helper asserting that no other validation errors were raised.
  • Ensure property covariance is properly handled throughout the internal model (#​1713)
Downloads

Binaries can be downloaded from nuget:

AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.Protocols.OpenIdConnect)

v8.16.0

Compare Source

New Features

  • Add telemetry around signature validation. See PR #​3415 for details.

Fundamentals

  • Fix FileVersion format to use two-digit year and day of year. See PR #​3389 for details.

v8.15.0

Compare Source

====

New Features

  • Add ECDsa support in X509SecurityKey and JsonWebKeyConverter.ConvertFromX509SecurityKey
    Extended X509SecurityKey and JsonWebKeyConverter.ConvertFromX509SecurityKey to support ECDSA keys.
    See PR #​2377 for details.

Bug Fixes

  • Sanitize logs to avoid leaking sensitive data
    Updated logging to sanitize sensitive values, reducing the risk of inadvertently exposing secrets or PII in logs.
    See PR #​3316 for details.
  • Optimize log sanitization with SearchValues
    Improved the performance of the log sanitization logic introduced earlier by using SearchValues, making sanitization more efficient in high-throughput scenarios.
    See PR #​3341 for details.
  • Update test for IDX10400
    Adjusted the IDX10400 test to align with the current behavior and error messaging.
    See PR #​3314 for details.

Fundamentals

  • Add supported algorithm tests
    Added new tests to validate the set of supported cryptographic algorithms, increasing confidence in algorithm coverage and compatibility.
    See PR #​3296 for details.
  • Migrate repository agent rules from .clinerules to agents.md
    Moved repository agent/AI-assist rules into markdown documentation to make them more visible and easier to maintain.
    See PR #​3313 for details.
  • Migrate Microsoft.IdentityModel.TestExtensions from Newtonsoft.Json to System.Text.Json
    Updated Microsoft.IdentityModel.TestExtensions to use System.Text.Json instead of Newtonsoft.Json, aligning tests with the runtime serialization stack.
    See PR #​3356 for details.
  • Disable code coverage comments
    Turned off automated code coverage comments on PRs to reduce noise while retaining coverage data elsewhere.
    See PR #​3349 for details.
  • Fix CodeQL alerts
    Addressed CodeQL-reported issues to improve security posture and static analysis cleanliness.
    See PR #​3364 for details.
.NET 10 / SDK and tooling updates
  • Building with .NET 10 preview / RC 1
    Updated the repository to build and test against .NET 10.0 preview/RC1, ensuring early compatibility with the upcoming runtime.
    See PRs #​3287, #​3357, and #​3358 for details.
  • Fix .NET 10 test execution consistency
    Ensured consistent use of the TargetNetNext parameter across build, test, and pack phases so .NET 10.0 tests execute reliably.
    See PR #​3337 for details.
  • Update project files and workflows for .NET 10.0 compatibility
    Adjusted project files and CI workflows to correctly target and run on .NET 10.0, including test and pack scenarios.
    See PR #​3363 for details.
  • Update .NET version to meet CG compliance
    Updated the .NET version references to be compliant with corporate governance (CG) requirements.
    See PR #​3353 for details.
  • Update Coverlet collector and test SDK
    • Bumped CoverletCollectorVersion to 6.0.4.
      See PR #​3333 for details.
    • Upgraded Microsoft.NET.Test.Sdk to a newer version for improved test reliability and tooling support.
      See PR #​3336 for details.
  • Update runTests.ps1 to specify dotnet directory
    Updated runTests.ps1 to accept an explicit dotnet directory, improving test execution robustness in environments with multiple SDK installations.
    See PR #​3368 for details.
  • Adjust dotnetcore workflow targeting for .NET 10 SDK
    Iterated on the CI workflow configuration to correctly target the .NET 10 SDK:
    • Temporarily removed targeting of the .NET 10 SDK in dotnetcore.yml.
      See PR #​3335.
    • Reverted that change to restore .NET 10 SDK targeting.
      See PR #​3339 for details.
Documentation
  • Update support policy documentation
    Refreshed supportPolicy.md to reflect the latest support policy for IdentityModel.
    See PR #​3367 for details.

v8.14.0

Compare Source

====

Bug Fixes

  • Switch back to use ValidationResult instead of OperationResult when validating a token in a new experimental validation flow. Additionally removed the dependency on Microsoft.IdentityModel.Abstractions. See #​3299 for details.

v8.13.1

Compare Source

====

Dependencies

Microsoft.IdentityModel now depends on Microsoft.Identity.Abstractions 9.3.0

Bug Fixes

  • Fixed a decompression failure happening for large JWE payloads. See #​3286 for details.
Work related to redesign of IdentityModel's token validation logic #​2711
  • Update the validation methods to return Microsoft.Identity.Abstractions.OperationResult. See #​3284 for details.

v8.13.0

Compare Source

====

Fundamentals
  • CaseSensitiveClaimsIdentity.SecurityToken setter is now protected internal (was internal). See PR #​3278 for details.
  • Update .NET SDK version to 9.0.108 used when building or running the code. See PR #​3274 for details.
  • Update RsaSecurityKey.cs to replace the Pkcs1 padding by Pss from HasPrivateKey check. See #​3280 for details.

v8.12.1

Compare Source

====

Fundamentals
  • Update .NET SDK version to 9.0.107 used when building or running the code. See #​3385 for details.
  • To keep our experimental code separate from production code, all files associated with experimental features have been moved to the Experimental folders. See PR #​3261 for details.
  • Experimental code leaked into TokenValidationResult from early prototypes. See PR #​3259 for details.

v8.12.0

Compare Source

====

New Features

  • Enhance ConfigurationManager with event handling
    Added event handling capabilities to the ConfigurationManager, enabling consumers to subscribe to configuration change events. This enhancement improves extensibility and allows more responsive applications. For details see #​3253

Bug Fixes

  • Add expected Base64UrlEncoder.Decode overload for NET6 and 8
    Introduced the expected overload of Base64UrlEncoder.Decode for .NET 6 and 8, ensuring compatibility and preventing missing method issues on these frameworks.
    For details see #​3249

Fundamentals

  • Add AI assist rules
    Incorporated AI assist rules to enhance AI agents effectiveness.
    For details see #​3255
  • Update PublicApiAnalyzers and BannedApiAnalyzers to 4.14.0
    Upgraded analyzer packages for improved diagnostics and code consistency (in particular delegates are added).
    For details see #​3256
  • Move suppression of RS006 to csproj
    Centralized suppression of RS006 warnings in project files for easier management.
    For details see #​3230

v8.11.0

Compare Source

=====

New Features:

  • Microsoft.IdentityModel now exposes the AadIssuerValidator factory method publicly to enable caching functionality for AadIssuerValidator instances. See issue #​3245 for details.
  • Added a new public async API: JsonWebTokenHandler.DecryptTokenWithConfigurationAsync, which decrypts a JWE token using keys from either TokenValidationParameters or, if not present, from configuration (such as via a ConfigurationManager). This enhancement improves developer experience by enabling asynchronous, cancellation-aware JWE decryption scenarios, aligning with modern .NET async patterns and making integration with external key/configuration sources more robust and observable. See PR #​3243 for details.

v8.10.0

Compare Source

=====

Bug Fixes

  • Corrected casing of the Type attribute in SubjectConfirmationData. See #​3206.
  • Removed Microsoft.Bcl.Memory dependency for pre-.NET 9.0 targets. See #​3220 to avoid build warnings with the other target frameworks
  • Aligned Microsoft.Extensions.Logging.Abstractions version to 8.0.0 for .NET 9 to match other targets. See #​3226.

Fundamentals

v8.9.0

Compare Source

=====

Bug Fixes

  • syncAfter has been updated to preserve UTC information, addressing a bug where GetConfigurationAsync does not refresh configuration in ConfigurationManager. See #​3213.
  • Fixed a null reference issue in KeyInfo. See (#​3203)[#​3203].

New Features

  • Introduced a new delegate for reading custom token payload values on JsonWebToken. See #​2981.
  • Added an overload for ReadJsonWebToken to take a ReadOnlyMemory. See #​3205.

Fundamentals

  • Utilized IList to avoid enumerator allocation during audience validation. See #​3204.

v8.8.0

Compare Source

=====

New Features

  • Adds the ability for the metadata refresh to be done as a blocking call, as per 8.0.1 behavior. This is done through the Switch.Microsoft.IdentityModel.UpdateConfigAsBlocking switch. If set, configuration calls will be blocking when metadata is updated, otherwise, if token arrive with a new signing keys, validation errors will be returned to the caller. See PR #​3193 for details.
  • Identity.Model updates some log and error messages (IDX10214, IDX10215). If the information is needed for debugging purposes, it can be reverted via the Switch.Microsoft.IdentityModel.DoNotScrubExceptions AppContextSwitch. See PR #​3195 and https://aka.ms/identitymodel/app-context-switches for details.
  • Change all plain object locks to System.Thread.Lock objects for .NET 9 or greater. See PRs #​3185 and #​3189 for details.

v8.7.0

Compare Source

=====

Bug Fixes

  • Add back internal methods IsRecoverableException and IsRecoverableExceptionType whose signatures were changed in the previous version. See #​3181.

New Features

  • Make Cnf class public and move it to Microsoft.IdentityModel.Tokens package. See #​3165.

v8.6.1

Compare Source

=====

Bug fix

  • Microsoft.IdentityModel now triggers a configuration refresh if token decryption fails. See issue #​3148 for details.
  • Fix a bug in JsonWebTokenHandler where JwtTokenDecryptionParameters's Alg and Enc were not set during token decryption, causing IDX10611 and IDX10619 errors to show null values in the messages. See issue #​3003 for details.

Fundamentals

  • For development, IdentityModel now has a global.json file to specify the .NET SDK version. See issue #​2995 for details.

v8.6.0

Compare Source

=====

New Features

  • TokenValidationParameters has a new boolean property TryAllDecryptionKeys that let you choose whether to try all decrypt keys when no key matches the token decrypt key IDs. By default it's set to true (legacy behavior) but you can set it to false to avoid tyring all keys which is more performant. See #​3128
  • Promote KeyInfo.MatchesKey from internal to protected internal virtual to enable SAML extensibility (for CoreWcf). See #​3140

Fundamentals

  • Update dependency on Microsoft.Extensions.Logging.Abstractions from 9.0.0 to 8.0.2 to avoid package downgrade in apps on .NET 9 using a netstandard2.0 library referencing logging.abstractions. See 3143
  • Add more tests for encrypted tokens. See #​3139

v8.5.0

Compare Source

=====

Reverting previous breaking change

  • The Configuration Manager has been reverted to version 8.3.1. The changes made in 8.4.0 assume the configuration manager is used as a singleton, which is similar to marking the type as disposable. We have since learned that adding IDisposable is a breaking change, so we are following semver guidance and reverting and releasing a minor version (8.5.0).
  • Cherry-picked Changes: Included changes from PR #​3022 and #​3104.

v8.4.0

Compare Source

=====

New Features

  • App context switch allows blocking or non-blocking calls for configuration. See PR #​3106 for details and issue #​3082 for details.
  • IdentityModel now enables symmetric and asymmetric keys to be created publicly with JWK. See #​3094 for details.
  • IdentityModel now allows specifying the HTTP protocol version and version policy. See #​2808 for details.

Repair items

  • Add request count and duration telemetry for configuration requests. See #​3022 for details.
  • KeyID should be present in exception messages and is no longer PII. See #​3104 for details.

Fundamentals

  • Fix spelling issues in xml comments. See #​3117 for details.
  • Fix comment coverage in PR builds. See #​3079 for details.
Work related to redesign of IdentityModel's token validation logic #​2711
dotnet/yarp (Yarp.ReverseProxy)

v2.3.0: 2.3.0

This release supports .NET 8.0 and newer. See Getting Started.
Note that while this version also includes targets for .NET 6 and .NET 7, those runtimes are no longer supported.

The Yarp.ReverseProxy packages are available on NuGet.org.

Breaking changes

  • More errors triggered by the client disconnecting are now logged under a Debug severity (#​2765 by @​MihaZupan).
    • ForwarderError.ResponseBodyCanceled and UpgradeResponseCanceled are no longer logged with a Warning severity.
    • This is a continuation of a change we've made in 2.2 where we've done the same with RequestCanceled, RequestBodyCanceled, and UpgradeRequestCanceled.
  • Replacing the HttpRequestMessage.Content property in a request transform will throw an exception (#​2722 by @​MihaZupan).
    • While setting the property may have appeared to work during limited testing, it could lead to various issues as YARP internally relies on the property remaining unchanged. See the pull request for more context on this change.
  • We now always enforce the HttpVersionPolicy during HTTP version negotiation (#​2729 by @​MihaZupan).
    • It was previously possible for YARP to initiate HTTP/1.1 connections for WebSocket and SPDY requests even if the specified HttpVersionPolicy disallowed it. This was breaking scenarios such as outgoing HTTP/2 WebSockets without TLS.
    • If the policy disallows the use of outbound HTTP/1.1, SPDY requests will not be proxied and will instead return a RequestCreation error.
    • This does not affect the default YARP configuration, which is Version=2.0, Policy=RequestVersionOrLower.

Major changes

  • YARP has always logically been a part of .NET and we have now moved the repository from the microsoft to the dotnet organization.
  • We've created a JSON schema for YARP configuration! Editing now comes with validation and autocompletions (#​2758 by @​MihaZupan).
    • The change is automatic when referencing the 2.3.0 version of the YARP package and editing the ReverseProxy section in appsettings.json.
      image
      image
    • If you encounter any issues with the schema, please let us know by opening an issue.
    • False positives can be safely ignored until we're able to update the schema. Runtime interpretation of the configuration remains unchanged and is unaffected by schema validation.
    • You can manually reference the latest version of the schema without changing the package by pointing Visual Studio at https://raw.githubusercontent.com/dotnet/yarp/refs/heads/main/src/ReverseProxy/ConfigurationSchema.json.
      image
  • We've started shipping a minimal YARP container image at mcr.microsoft.com (#​2710 by @​benjaminpetit).
    • More functionality will be added to the image over time.

Other changes

  • We've added optional parameters to AddForwarded and AddXForwarded request transforms that allow you to opt-out of removing the other variant of the header (#​2728 by @​rkargMsft).
    ctx.AddForwarded(removeAllXForwardedHeaders: false);
    ctx.AddXForwarded(removeForwardedHeader: false);
  • Improved HttpSysDelegator logging and retry logic (#​2671 by @​NGloreous).
  • YARP can now be published with NativeAOT when targetting .NET 8.0 again (#​2759 by @​MihaZupan).
  • We've added a workaround for an error in .NET builds from the Ubuntu package feed (#​2673 by @​MihaZupan).

New Contributors

For a full list of changes see here.

dotnet/sdk (dotnet-sdk)

v8.0.418

Compare Source

Release

v8.0.417: .NET 8.0.23

Compare Source

Release

v8.0.416: .NET 8.0.22

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v8.0.415...v8.0.416

v8.0.415: .NET 8.0.21

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v8.0.414...v8.0.415

v8.0.414: .NET 8.0.20

Compare Source

Release

What's Changed


Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from e111afb to 6454f0c Compare April 15, 2024 07:21
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 4f182c2 to 0ebdd94 Compare April 26, 2024 16:44
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 4c9d5ae to 540a211 Compare May 6, 2024 09:37
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 4 times, most recently from edcee3a to d602159 Compare May 20, 2024 10:00
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 3 times, most recently from f398b91 to f9ed952 Compare May 23, 2024 09:06
@renovate renovate bot changed the title Update nuget non-major dependencies chore(deps): update nuget non-major dependencies May 23, 2024
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 3 times, most recently from d12efda to 5a16a31 Compare June 5, 2024 09:09
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 3 times, most recently from 7028f88 to c8ae644 Compare June 13, 2024 15:11
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 4 times, most recently from 2e3b6bd to 3d73753 Compare June 18, 2024 11:10
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from ff19af1 to c151710 Compare July 7, 2024 10:27
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from c151710 to 930c45b Compare July 14, 2024 08:15
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from e2745a5 to 493b3ed Compare July 29, 2024 09:50
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 493b3ed to 8fcd992 Compare August 9, 2024 06:21
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from ba53936 to 690a964 Compare July 11, 2025 04:45
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 690a964 to 6d5b360 Compare July 24, 2025 21:50
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 3b4ea65 to 28e1b1f Compare August 11, 2025 23:10
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from ab9b5f2 to 357d5f8 Compare August 24, 2025 10:42
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 357d5f8 to 20c83a4 Compare September 13, 2025 03:46
@renovate renovate bot changed the title chore(deps): update nuget non-major dependencies Update nuget non-major dependencies Sep 13, 2025
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 3 times, most recently from 37157ed to aa9897f Compare September 22, 2025 10:54
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from aa9897f to 601d6ea Compare October 17, 2025 03:52
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 5ac193e to 53fbea4 Compare November 8, 2025 00:10
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 53fbea4 to 89662a0 Compare November 14, 2025 03:05
@renovate renovate bot changed the title Update nuget non-major dependencies chore(deps): update nuget non-major dependencies Nov 17, 2025
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from fbc9320 to a019f75 Compare November 21, 2025 23:39
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from a019f75 to f88b398 Compare November 27, 2025 11:57
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from c990b59 to fc6f71a Compare December 21, 2025 10:52
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from fc6f71a to 5837dd7 Compare January 16, 2026 04:01
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from c5e4fa6 to dd96a42 Compare January 29, 2026 10:54
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from dd96a42 to d50221f Compare February 2, 2026 16:05
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 3 times, most recently from 861309c to 2dd4583 Compare February 13, 2026 11:25
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 2dd4583 to c87fd74 Compare February 16, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants