Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
Altinn.ApiClients.Dialogporten 1.76.21.102.4 age confidence
Blazor.Bootstrap (source) 3.3.13.5.0 age confidence
Microsoft.AspNetCore.Authentication.Cookies (source) 2.2.02.3.9 age confidence
Microsoft.AspNetCore.Authentication.JwtBearer (source) 8.0.88.0.23 age confidence
Microsoft.AspNetCore.Authentication.OpenIdConnect (source) 8.0.88.0.23 age confidence
Microsoft.AspNetCore.Cors (source) 2.2.02.3.9 age confidence
Microsoft.AspNetCore.OpenApi (source) 8.0.88.0.23 age confidence
Microsoft.IdentityModel.Protocols.OpenIdConnect 8.0.28.15.0 age confidence
Newtonsoft.Json (source) 13.0.313.0.4 age confidence
ScottBrady.IdentityModel 4.0.04.1.0 age confidence
ScottBrady.IdentityModel.AspNetCore 2.1.02.2.0 age confidence
Swashbuckle.AspNetCore 6.4.06.9.0 age confidence

Release Notes

altinn/dialogporten (Altinn.ApiClients.Dialogporten)

v1.102.4

Bug Fixes
Miscellaneous Chores

v1.102.1

Bug Fixes
Miscellaneous Chores

v1.102.0

Features
Miscellaneous Chores
  • deps: update actions/setup-node action to v6.2.0 (#​3338) (71a9b36)
  • deps: update otel/opentelemetry-collector-contrib docker tag to v0.144.0 (#​3339) (a884816)

v1.99.2

Bug Fixes
  • infra: issue with ha typings in bicep for postgresql (0cff821)
Miscellaneous Chores

v1.97.1

Bug Fixes
  • perf: Minor optimizations in caching memory locker and UUID generation, cleaning and consolidation of packages (#​3167) (5265302)
Miscellaneous Chores

v1.92.2

Bug Fixes

v1.90.1

Miscellaneous Chores

v1.88.3

Bug Fixes

v1.87.2

Bug Fixes
Miscellaneous Chores
  • deps: update azure azure-sdk-for-net monorepo (#​2910) (cee086e)
  • deps: update dotnet monorepo (#​2909) (d171b1a)
  • janitor: Update cost metrics aggregation to use IHostEnvironment, remove deployment to test (#​2911) (2ef77d9)

v1.86.0

Features
Miscellaneous Chores
  • app: Rename PerformerOrg to CallerOrg and add OwnerOrg to feature metrics (#​2833) (dc549ec)
  • app: Update OpenTelemetry configurations and dependencies (#​2838) (80c9dd2)

v1.83.1

Bug Fixes

v1.82.0

Features
Bug Fixes
Miscellaneous Chores
  • deps: update actions/github-script action to v8 (#​2773) (5458285)
  • deps: update actions/setup-node action to v5 (#​2774) (4799461)
  • deps: update dependency altinn.authorization.abac to 0.1.0 (#​2785) (3fe9708)
  • deps: update dependency htmlagilitypack to 1.12.3 (#​2769) (f47496c)
  • deps: update dependency microsoft.azure.appconfiguration.aspnetcore to 8.4.0 (#​2786) (779583b)
  • deps: update dependency refitter.sourcegenerator to 1.6.3 (#​2784) (52aef78)
  • deps: update dependency verify.xunit to 30.13.0 (#​2770) (2bca177)
  • deps: update jaegertracing/all-in-one docker tag to v1.73.0 (#​2771) (b75613a)
  • deps: update otel/opentelemetry-collector-contrib docker tag to v0.135.0 (#​2772) (da93ddf)

v1.79.8

Bug Fixes
  • graphql: ContentUpdatedBefore/After missing from search query (#​2690) (5f58832)
Miscellaneous Chores
  • deps: update dependency refitter.sourcegenerator to 1.6.2 (#​2684) (8179361)

v1.79.1

Bug Fixes
Miscellaneous Chores

v1.79.0

Features
  • app: Add legacy HTML embeddable content support on transmissions (#​2643) (f103207)
Bug Fixes
  • ci: Add missing checkout in 'Restart container apps' GitHub Action (#​2639) (2361d35)
  • janitor: Check for duplicates when syncing SubjectResource (#​2585) (fac5e17)

v1.77.0

Features
Bug Fixes
  • webapi: Use correct URL for create dialog validators in docs (#​2624) (abd4484)
Miscellaneous Chores
  • deps: update docker/metadata-action action to v5.8.0 (#​2615) (2072bce)
  • deps: update otel/opentelemetry-collector-contrib docker tag to v0.131.1 (#​2616) (fdcd46a)
vikramlearning/blazorbootstrap (Blazor.Bootstrap)

v3.5.0: 3.5.0

✨ New Features & Enhancements
  • PdfViewer: Added support for password‑protected PDFs (Issue #​1184, PR #​1185). When a PDF requires a password, the viewer now prompts the user instead of failing silently.
  • Enum Input Component (Issue #​1196). Introduces a strongly-typed input for enum values, simplifying binding and reducing boilerplate select markup.
  • Documentation: Added Blazor Express sections and updated chart documentation (PR #​1169) to clarify usage patterns and configuration options.
🐞 Bug Fixes
  • SortableList: Grabcursor not showing (PR #​1152). Corrected CSS so the expected drag cursor appears, improving usability for sortable interactions.
  • Buttons Docs: Corrected the name of enum ButtonSize in buttons.mdx (PR #​1147) ensuring accuracy for developers referencing the docs.
⬆️ Upgrades
  • Target Frameworks: Added / upgraded multi-targeting to include .NET 10.0 (PR #​1201). Ensures forward compatibility and access to latest runtime features.
  • Configuration: Google Map key handling updates (PR #​1165) to streamline external service setup.

New Contributors

Full Changelog: vikramlearning/blazorbootstrap@v3.4.0...v3.5.0

v3.4.0: 3.4.0

✨ New Features & Enhancements
  • Grid: Added support for showing/hiding or adding/removing GridColumn at runtime (#​1027, #​1060)
  • Grid: Conditional rendering of GridColumn improvements (#​310)
  • Grid: Footer support and ability to add grid footers (#​472, #​921)
  • Grid: Column width example added (#​1099)
  • Grid: Grid summary and culture updates (#​1071, #​1072, #​1075)
  • Grid: Enum filters support (#​1073)
  • Grid: FilterTextboxWidth can now use any unit, not just px (#​879, #​1058)
  • Grid: Improved pagination, item selection, and items-per-page handling on small screens (#​1019, #​1123)
  • Tabs: Setting Tab Class or Style is now functional (#​1035, #​1028)
  • Tabs: Removing a Tab now makes the nearest one show (#​1033, #​1029)
  • Sidebar: Image display support on sidebar/sidebar2 (#​812, #​1128)
  • Icons: Updates and fixes in BootstrapIconUtility (#​1086)
  • Demos: Home page improvements (#​1096)
  • General: Ability to modify column visibility using IsVisible parameter (#​1060)
🐞 Bug Fixes
  • Grid: Responsive="true" was not responsive when Enum Filters enabled (#​1028, #​1124)
  • Grid: Removing last item from last page did not navigate to new last page (#​689, #​1059)
  • Grid: Conditional rendering of GridColumn issues (#​310)
  • Grid: Issue with grid summary updates (#​1072)
  • Grid: Items selection, pagination, and display issues on small screens (#​1019, #​1123)
  • Grid: How to set Grid page number when current page is empty (#​443)
  • Grid: FilterTextboxWidth now consistently applies units (#​879, #​1058)
  • Tabs: Setting Tab Class/Style issues fixed (#​1035, #​1028)
  • Tabs: Removing a Tab now correctly shows the nearest tab (#​1033, #​1029)
⬆️ Upgrades
🧩 Other Notable Improvements
  • Improved documentation and demo coverage.
  • Sidebar image support (area-sidebar, area-sidebar-2).
  • Numerous merged PRs and community contributions for feature completion and bug fixes.
New Contributors

Special thanks to all contributors for their efforts and dedication to making BlazorBootstrap more robust and feature-rich!

Full Changelog: vikramlearning/blazorbootstrap@v3.3.1...v3.4.0

dotnet/dotnet (Microsoft.AspNetCore.Authentication.JwtBearer)

v8.0.18: .NET 8.0.18

You can build .NET 8.0 from the repository by cloning the release tag v8.0.18 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.17: .NET 8.0.17

You can build .NET 8.0 from the repository by cloning the release tag v8.0.17 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.16: .NET 8.0.16

You can build .NET 8.0 from the repository by cloning the release tag v8.0.16 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.15: .NET 8.0.15

You can build .NET 8.0 from the repository by cloning the release tag v8.0.15 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.14: .NET 8.0.14

You can build .NET 8.0 from the repository by cloning the release tag v8.0.14 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.13: .NET 8.0.13

You can build .NET 8.0 from the repository by cloning the release tag v8.0.13 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.12: .NET 8.0.12

You can build .NET 8.0 from the repository by cloning the release tag v8.0.12 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.11: .NET 8.0.11

You can build .NET 8.0 from the repository by cloning the release tag v8.0.11 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v8.0.10: .NET 8.0.10

You can build .NET 8.0 from the repository by cloning the release tag v8.0.10 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

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

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 update

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 5549483 to 17c0e36 Compare October 8, 2024 08:19
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 17c0e36 to 8d01b6e Compare October 12, 2024 08:37
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 8d01b6e to 783e855 Compare October 19, 2024 11:10
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 8509652 to 00381a5 Compare November 16, 2024 02:17
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 00381a5 to e55d3c7 Compare November 23, 2024 14:33
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from e55d3c7 to 7b33e5a Compare January 17, 2025 22:59
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 7b33e5a to cfc8500 Compare February 15, 2025 15:33
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from cfc8500 to 95d11df Compare March 15, 2025 07:36
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 95d11df to 493c9fd Compare April 12, 2025 00:01
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 6f82b1f to d895721 Compare May 23, 2025 04:19
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from d895721 to 273f860 Compare May 31, 2025 04:09
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 273f860 to 7ab7674 Compare June 8, 2025 11:58
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 7ab7674 to 302f707 Compare June 15, 2025 20:10
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 302f707 to 08ab6c8 Compare June 29, 2025 00:05
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 08ab6c8 to 5e39bf4 Compare July 20, 2025 00:03
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 5e39bf4 to 3eadb5d Compare July 28, 2025 00:15
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 4 times, most recently from c58ce83 to 9faf4f5 Compare August 14, 2025 06:42
@renovate renovate bot changed the title Update nuget non-major dependencies chore(deps): update nuget non-major dependencies Aug 14, 2025
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 09c1e5c to 86b6a4b Compare August 19, 2025 03:51
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 86b6a4b to 23958b8 Compare September 1, 2025 14:26
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 23958b8 to 4995690 Compare September 12, 2025 16:53
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 4995690 to 828e355 Compare September 20, 2025 07:35
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 828e355 to 99ca8ea Compare October 3, 2025 14:59
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from abbce82 to 5bb6e42 Compare October 12, 2025 11:10
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from f615b78 to 9bf25b6 Compare October 24, 2025 10:18
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 08290af to eec670e Compare November 8, 2025 20:06
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from cf56d4e to 5da03f7 Compare November 22, 2025 11:29
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from f87498a to 48c99fc Compare November 30, 2025 15:28
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 3 times, most recently from 880906b to 8dfd3d3 Compare January 16, 2026 23:25
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 8dfd3d3 to e5015ce Compare January 25, 2026 15:43
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from e5015ce to f101ed4 Compare February 6, 2026 12:12
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from f101ed4 to faab821 Compare February 8, 2026 07:37
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