Skip to content

Bump the nuget group with 8 updates#4

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/src/Commands/nuget-85883799f8
Open

Bump the nuget group with 8 updates#4
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/src/Commands/nuget-85883799f8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown

Updated AngleSharp from 0.14.0 to 1.5.0.

Release notes

Sourced from AngleSharp's releases.

1.5.0

Released on Saturday, June 6 2026

  • Fixed vulnerability via annoation-xml elements (GHSA-pgww-w46g-26qg)
  • Updated benchmarks (#​1246) @​jafin
  • Added ability to pass in cookie container to MemoryCookieProvider (#​1249) @​riina
  • Added HTML parser selector optimizations (#​1245) @​jafin

Full Changelog: AngleSharp/AngleSharp@v1.4.0...1.5.0

1.4.0

Released on Wednesday, November 12 2025.

  • Fixed handling of carriage return in text sources
  • Added support for of syntax in :nth-child functions within CSS selectors
  • Added selectedcontent to known elements (#​1230)
  • Added :open, ::checkmark, ::picker-icon, and ::picker(ident) to selector syntax (#​1230)
  • Added parsing for customizable <select> (#​1230)
  • Added .NET 10 as an explicit target

Full Changelog: AngleSharp/AngleSharp@1.3.1...v1.4.0

1.3.1

Released on Saturday, November 8 2025.

New Contributors

Full Changelog: AngleSharp/AngleSharp@1.3.0...1.3.1

1.3.0

Released on Friday, April 18 2025.

  • Fixed DOM exposed type of HasChildNodes (#​1219) @​arekdygas
  • Fixed NodeIterator behavior when nodes are removed (#​1222)
  • Improved form documentation (#​1220) @​RedZone908
  • Updated to NUKE 9 and removed obsolete .NET 6 and 9 targets (#​1216) @​lahma
  • Added GetAttributeNode methods to IElement (#​1223) @​arekdygas
  • Added support for finding targets in browsing contexts (#​1218) @​TheJayMann
  • Added support for targetting iframes (#​1205) @​TheJayMann

Full Changelog: AngleSharp/AngleSharp@1.2.0...1.3.0

1.2.0

Released on Tuesday, December 31 2024.

  • Fixed loading of link element source (#​1184) @​tomvanenckevort
  • Fixed usage of outdated dependency (#​1186)
  • Fixed cookie Expires recognized as local time (#​1212) @​noobow34
  • Fixed validation for problematic decimal step values (#​1210) @​rhuebner76
  • Removed unnecessary references for .NET 6 and higher (#​1187) @​lahma
  • Removed support for .NET 4.6.1 (least version is 4.6.2)
  • Updated to NUKE 8 (#​1188) @​lahma
  • Added new OnToken event for the tokenizer (#​1153) @​schaakverslaafd
  • Added new setting for disabling StringBuilder pooling (#​1203) @​micahbresette
  • Added context to extension methods (#​1194) @​memiamp
  • Added property attribute to meta tags (#​1195) @​hflexgrig

1.1.2

Released on Friday, March 8 2024.

  • Fixed exception when providing wrong response (#​1181)
  • Fixed handling of various inputs leading to timeouts (#​1180)

1.1.1-beta.390

Released on Thursday, February 29 2024.

  • Fixed ISourceReference not using HtmlToken underneath
  • Fixed handling of replacement characters in escaped script blocks (#​1174)
  • Fixed handling of empty template element in SVG foreign mode (#​1176)
  • Improved pre-release version to follow semver (#​1171) @​georg-jung
  • Improved NuGet package with link to repository (#​1168) @​thompson-tomo
  • Added PostAsMultipart helper for multipart/form-data to DocumentRequest (#​1173)

1.1.1-beta.388

Released on Thursday, February 29 2024.

  • Fixed ISourceReference not using HtmlToken underneath
  • Fixed handling of replacement characters in escaped script blocks (#​1174)
  • Improved pre-release version to follow semver (#​1171) @​georg-jung
  • Improved NuGet package with link to repository (#​1168) @​thompson-tomo

1.1.1-beta.387

Released on Tuesday, February 27 2024.

  • Fixed ISourceReference not using HtmlToken underneath
  • Improved pre-release version to follow semver (#​1171) @​georg-jung
  • Improved NuGet package with link to repository (#​1168) @​thompson-tomo

1.1.0

Released on Thursday, January 18 2024

  • Fixed priority calculations for selector lists (#​1161)
  • Fixed :where and :is selectors using forgiving lists
  • Added option for read only DOM (#​1154) @​dv00d00
  • Added more optimizations to reduce allocation rate (#​1159) @​dv00d00
  • Added support for nested selectors (&)

1.1.0-beta.384

Released on Thursday, January 18 2024

  • Fixed priority calculations for selector lists (#​1161)
  • Fixed :where and :is selectors using forgiving lists
  • Added option for read only DOM (#​1154) @​dv00d00
  • Added more optimizations to reduce allocation rate (#​1159) @​dv00d00
  • Added support for nested selectors (&)

1.0.7

What's Changed

  • Fixed implementation of IRange using offsets (#​1147) @​zukarusan
  • Improved performance in Node.set_Owner (#​1149) @​campersau
  • Added net8.0 as direct target framework
  • Released 1.0.7 by @​FlorianRappl in Release 1.0.7 AngleSharp/AngleSharp#1150

New Contributors

Full Changelog: AngleSharp/AngleSharp@v1.0.6...1.0.7

1.0.6

What's Changed

  • Fixed case-sensitiveness in virtual responses
  • Fixed warning for outdated actions in CI/CD workflow (#​1145) @​martincostello
  • Fixed AoT warning when trimming (#​1144) @​martincostello
  • Fixed decoding of entities in InnerHtml of <noscript> (#​1139)
  • Updated PrettyMarkupFormatter to keep new lines on demand (#​1131) @​dramlian
  • Released 1.0.6 by @​FlorianRappl in Release 1.0.6 AngleSharp/AngleSharp#1146

New Contributors

Full Changelog: AngleSharp/AngleSharp@v1.0.5...v1.0.6

1.0.6-alpha-328

Released on ???

  • Fixed case-sensitiveness in virtual responses

1.0.6-alpha-325

Released on ???

  • Fixed case-sensitiveness in virtual responses

1.0.5

What's Changed

  • Improved codebase (#​1128, #​1126, #​1133) @​matkoch @​ivandrofly
  • Improved documentation (#​1127)
  • Improved child selector performance (#​1135) @​lahma
  • Improved query selector all performance (#​584, #​1134) @​lahma
  • Fixed issue with foreign content using end tags
  • Fixed typo descendants (#​1136) @​SimonCropp
  • Added a way to resolve symbols by their name to HtmlEntityProvider (#​396)
  • Release 1.0.5 by @​FlorianRappl in Release 1.0.5 AngleSharp/AngleSharp#1137

New Contributors

Full Changelog: AngleSharp/AngleSharp@v1.0.4...v1.0.5

1.0.4

Released on Saturday, June 24 2023

What's Changed

  • Fixed issue with gzip encoding under certain conditions (#​1122)
  • Fixed issue with li scope leading to stack overflow (#​1123)
  • Added more pseudo selectors from Selector L4 spec (#​1121)

Full Changelog: AngleSharp/AngleSharp@1.0.3...v1.0.4

1.0.4-alpha-316

Released on Saturday, June 24 2023

  • Fixed issue with gzip encoding under certain conditions (#​1122)
  • Fixed issue with li scope leading to stack overflow (#​1123)
  • Added more pseudo selectors from Selector L4 spec (#​1121)

1.0.4-alpha-307

Released on Saturday, June 24 2023

  • Fixed issue with gzip encoding under certain conditions (#​1122)
  • Fixed issue with li scope leading to stack overflow (#​1123)
  • Added more pseudo selectors from Selector L4 spec (#​1121)

1.0.4-alpha-300

Released on Saturday, June 24 2023

  • Fixed issue with gzip encoding under certain conditions (#​1122)
  • Fixed issue with li scope leading to stack overflow (#​1123)
  • Added more pseudo selectors from Selector L4 spec (#​1121)

1.0.4-alpha-289

Released on Friday, June 23 2023

  • Added more pseudo selectors from Selector L4 spec (#​1121)

1.0.3

Released on Thursday, June 8 2023

What's Changed

  • Fixed wrong escaping of CSS selector pseudo class functions (#​1069)

Full Changelog: AngleSharp/AngleSharp@v1.0.2...v1.0.3

1.0.2

Released on Tuesday, June 4 2023

What's Changed

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri
  • Added public class HtmlTokenizer (#​1113)

Full Changelog: AngleSharp/AngleSharp@v1.0.1...v1.0.2

1.0.2-alpha-282

Released on Tuesday, June 4 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri
  • Added public class HtmlTokenizer (#​1113)

1.0.2-alpha-277

Released on Tuesday, Feburary 21 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri

1.0.2-alpha-276

Released on Tuesday, Feburary 21 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri

1.0.2-alpha-258

Released on Tuesday, Feburary 21 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri

1.0.2-alpha-250

Released on Tuesday, Feburary 21 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri

1.0.2-alpha-249

Released on Tuesday, Feburary 21 2023

  • Improved codebase (#​1091, #​1090, #​1089, #​1088, #​1087, #​1086) @​SimonCropp
  • Fixed potential stack overflow in GetStyleSheets (#​1084) @​bjornri

1.0.1

Released on Monday, January 16 2023

What's Changed

  • Fixed entities in noscript being double encoded (#​1070)
  • Added previous Event constructor overload for ABI compatibility
  • Added README to NuGet package

Full Changelog: AngleSharp/AngleSharp@v1.0.0...v1.0.1

1.0.1-alpha-248

Released on Monday, January 16 2023

  • Fixed entities in noscript being double encoded (#​1070)
  • Added previous Event constructor overload for ABI compatibility
  • Added README to NuGet package

1.0.0

Released on Tuesday, January 10 2023

What's Changed

  • Updated build system to use NUKE instead of CAKE (#​1075) @​driekus77
  • Updated to support net7.0 by @​driekus77 in Update to net7.0 AngleSharp/AngleSharp#1074
  • Fixed TagClosedWrong error with nested formatting elements (#​1052)
  • Fixed performance issue within deeply nested structures (#​1066) @​heinrich-ulbricht
  • Fixed ISelector.Text escape values by @​MartinWelsch in (#​1069)
  • Fixed decoding of entities in noscript elements without scripting (#​1070)
  • Fixed setting templte content using InnerHtml (#​1072)
  • Fixed TreeWalker throwing NullReferenceException (#​1073)
  • Improved GetItemByIndex performance (#​1050) @​egil
  • Improved nullability (#​1057) @​jodydonetti
  • Improved CSS selectors by counting the specificity properly (#​1080) @​patrikwlund
  • Added GetComposedPath and IsComposed to the Event class (#​1053)
  • Release 1.0.0 by @​FlorianRappl in Release 1.0.0 AngleSharp/AngleSharp#1081

New Contributors

Full Changelog: AngleSharp/AngleSharp@v0.17.1...v1.0.0

1.0.0-alpha-231

Released on Tuesday, January 10 2023

  • Updated build system to use NUKE instead of CAKE (#​1075) @​driekus77
  • Fixed TagClosedWrong error with nested formatting elements (#​1052)
  • Fixed performance issue within deeply nested structures (#​1066) @​heinrich-ulbricht
  • Fixed decoding of entities in noscript elements without scripting (#​1070)
  • Fixed setting templte content using InnerHtml (#​1072)
  • Fixed TreeWalker throwing NullReferenceException (#​1073)
  • Improved GetItemByIndex performance (#​1050) @​egil
  • Improved nullability (#​1057) @​jodydonetti
  • Improved CSS selectors by counting the specificity properly (#​1080) @​patrikwlund
  • Added GetComposedPath and IsComposed to the Event class (#​1053)

1.0.0-alpha-229

Released on Monday, January 9 2023

  • Updated build system to use NUKE instead of CAKE (#​1075) @​driekus77
  • Fixed TagClosedWrong error with nested formatting elements (#​1052)
  • Fixed performance issue within deeply nested structures (#​1066) @​heinrich-ulbricht
  • Fixed decoding of entities in noscript elements without scripting (#​1070)
  • Fixed setting templte content using InnerHtml (#​1072)
  • Fixed TreeWalker throwing NullReferenceException (#​1073)
  • Improved GetItemByIndex performance (#​1050) @​egil
  • Improved nullability (#​1057) @​jodydonetti
  • Improved CSS selectors by counting the specificity properly (#​1080) @​patrikwlund
  • Added GetComposedPath and IsComposed to the Event class (#​1053)

0.17.1

Released on Thursday, June 2 2022

  • Fixed wrong reference to System.Text.Encoding.CodePages (#​1046) @​linkdotnet

0.17.0

Released on Tuesday, May 31st 2022.

  • Dropped .NET Framework 4.6 (#​960)
  • Updated GitHub actions logger (#​1044) @​Tyrrrz
  • Updated editorconfig to include code conventions (#​1025) @​kzrnm
  • Updated to use RFC1123Pattern format (#​1018) @​kzrnm
  • Fixed some typos (#​1043) @​mavaddat
  • Fixed inheritence of query parameters for fragment-only URLs (#​1037)
  • Fixed Query dependence on SearchParams (#​1024) @​kzrnm
  • Fixed Hash and Search in Url (#​1021) @​kzrnm
  • Fixed behavior of Url with empty query (#​1016) @​kzrnm
  • Added option to parse custom elements in head (#​1035)
  • Added option to prevent self-closing in XhtmlMarkupFormatter (#​1031) @​Aizeren
  • Added option to keep original attribute names / casing (#​897)

0.16.0

  • Moved Url from AngleSharp to AngleSharp.Dom
  • Remove usage of CWT and introduce context info bag (#​918)
  • Fixed recursion depth of FindDescendant with configurable limit (#​936)
  • Fixed IAttr to actually inherit from INode
  • Added ability to parse only the head from a stream (#​966)
  • Added new UrlSearchParams class (#​970)
  • Exposed Url class to URL DOM API (#​970)

0.15.0

Released on Thursday, April 22 2021.

  • Added ToHtmlAsync() extension method (#​863)
  • Added ParseFragment overload using Stream (#​896)
  • Added euc-kr encoding (#​928)
  • Fixed CSS attribute value comparison w.r.t. case sensitivity (#​864)
  • Fixed issue in the Heisenberg algorithm of the HTML5 parser (#​893)
  • Fixed issue with the strictness of broken char references in attribute values (#​902)
  • Fixed possible NRE in the markup formatters / attribute serialization (#​903)
  • Fixed GetSelector returning invalid ID selector (#​909)
  • Fixed GetSelector returning duplicate element ids (#​910)
  • Fixed possible NRE in media and embed elements without src (#​914)
  • Updated CI/CD system to GitHub Actions (#​942)
  • Dropped support for the .NET Standard 1.3 target (#​944)

Commits viewable in compare view.

Updated Microsoft.Extensions.Caching.Memory from 6.0.0 to 6.0.2.

Release notes

Sourced from Microsoft.Extensions.Caching.Memory's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.PowerShell.ConsoleHost from 7.0.3 to 7.0.10.

Updated Microsoft.PowerShell.SDK from 7.0.3 to 7.0.10.

Release notes

Sourced from Microsoft.PowerShell.SDK's releases.

7.0.10

7.0.10 - 2022-04-26

Engine Updates and Fixes

  • Fix for partial PowerShell module search paths, that can be resolved to CWD locations
  • Do not include node names when sending telemetry. (#​16981) to v7.0.10 (Internal 20186,Internal 20261)

Tests

  • Re-enable PowerShellGet tests targeting PowerShell gallery (#​17062)
  • Skip failing scriptblock tests (#​17093)

Build and Packaging Improvements

Update .NET SDK to 3.1.418

  • Fixed package names verification to support multi-digit versions (Internal 20363)
  • Fix build failure in `generate checksum file for packages` step - v7.0.10 (Internal 20275)
  • Updated files.wxs for 7.0.10 (Internal 20208)
  • Updated to .NET 3.1.24 / SDK 3.1.418 (Internal 20133)
  • Disable broken macOS CI job, which is unused (Internal 20189)
  • Update Ubuntu images to use Ubuntu 20.04 (#​15906)
  • Update dotnet-install script download link (Internal 19949)
  • Create checksum file for global tools (Internal 19934)
  • Make sure global tool packages are published in stable build (Internal 19623)

SHA256 Hashes of the release artifacts

  • powershell_7.0.10-1.debian.10_amd64.deb
    • 693A284C13A5FCF3482D896328E24CE3AA2EB5F7489C5D7A0989C6C53C2CD266
  • powershell_7.0.10-1.debian.11_amd64.deb
    • 6E509C3DCC1D33754C7814F14D2F7C39E9321BFD4AC1CDEB6EE9769AE35098CA
  • powershell_7.0.10-1.debian.9_amd64.deb
    • C20D89A2BA73D86C63A81C129AA795C1BC4FA4252635BE306DF1F5641F036CCB
  • powershell_7.0.10-1.ubuntu.16.04_amd64.deb
    • D5B7257AEF7C6987D84F30F24DC10DDF28AD36E4317B9A5EF9D7F94B12FCE233
  • powershell_7.0.10-1.ubuntu.18.04_amd64.deb
    • 3EA26DFAA299B2BB6EA8084EDB4AF6E7DD47A21B56122E17FB82B6C8CEEF15ED
      ... (truncated)

7.0.9

7.0.9 - 2022-03-16

Build and Packaging Improvements

Update .NET SDK to 3.1.417

  • Fix the NuGet SDK package creation (Internal 19569)
  • Fix NuGet package compliance issues (#​13045)
  • Fix issues in release build (#​16332)
  • Enable ARM64 packaging for macOS (#​15768)
  • Update feed and analyzer dependency (#​16327)
  • Only upload stable buildinfo for stable releases (#​16251)
  • Opt-in to build security monitoring (#​16911)
  • Update experimental feature json files (#​16838) (Thanks @!)
  • Ensure alpine and arm SKUs have the PowerShell configuration file with experimental features enabled (#​16823)
  • Remove WiX install (#​16834)
  • Add Linux package dependencies for packaging (#​16807)
  • Switch to our custom images for build and release (#​16801)
  • Remove all references to cmake for the builds in this repo (#​16578)
  • Register NuGet source when generating CGManifest (#​16570)
  • Update Images used for release (#​16580)
  • Add Software Bill of Materials to the main packages (#​16202, #​16641, #​16711)
  • Add GitHub Workflow to keep notices up to date (#​16284)
  • Update the vmImage and PowerShell root directory for macOS builds (#​16611)
  • Update macOS build image and root folder for build (#​16609)
  • Add checkout to build json stage to get ci.psm1 (#​16399)
  • Move mapping file into product repo and add Debian 11 (#​16316)

SHA256 Hashes of the release artifacts

  • powershell_7.0.9-1.debian.10_amd64.deb
    • 16E4E47C1831EE34D19EEC5BCCD332480501D5DEF763ABC2FCA54DB87C2A0DE2
  • powershell_7.0.9-1.debian.11_amd64.deb
    • 8FC969BA292048A96BBE9147A95F8C6E851CDC6A3BDE5126C74EFC357B6BE4AA
  • powershell_7.0.9-1.debian.9_amd64.deb
    • DF9B66AC5D4CB0F92935C2881B34F0BFA66CF6D5BECBB2F61A01378AAF57168D
  • powershell_7.0.9-1.ubuntu.16.04_amd64.deb
    • 90D79A9892D982928D0566CD92110D6C42E6D3CC8352C865FC226F970133D14C
      ... (truncated)

Commits viewable in compare view.

Updated Newtonsoft.Json from 12.0.3 to 13.0.1.

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.1

  • New feature - Add JsonSelectSettings with configuration for a regex timeout
  • Change - Remove portable assemblies from NuGet package
  • Change - JsonReader and JsonSerializer MaxDepth defaults to 64
  • Change - Change InvalidCastException to JsonSerializationException on mismatched JToken
  • Fix - Fixed throwing missing member error on ignored fields
  • Fix - Fixed various nullable annotations
  • Fix - Fixed annotations not being copied when tokens are cloned
  • Fix - Fixed naming strategy not being used when deserializing dictionary enum keys
  • Fix - Fixed serializing nullable struct dictionaries
  • Fix - Fixed JsonWriter.WriteToken to allow null with string token
  • Fix - Fixed missing error when deserializing JToken with a contract type mismatch
  • Fix - Fixed JTokenWriter when writing comment to an object

Commits viewable in compare view.

Updated System.IdentityModel.Tokens.Jwt from 6.8.0 to 6.34.0.

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

6.34.0

Security fixes

See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details.

6.33.0

Bug Fixes:

  • Clean up log messages. See #​2339 for details.
  • Decouple JsonElements from JsonDocument, which causes issues in multi-threaded environments. See #​2340 for details.

6.32.3

6.32.2

6.32.2

Bug fixes:

  • Underlying JsonDocument is never disposed, causing high latency in large scale services. See #​2258 for details.

6.32.1

6.32.0

New features:

  • Adding an AAD specific signing key issuer validator. See issue #​2134 for details.
  • Better support for WsFederation (#​2100)

Bug fixes

  • Address perf regression introduced in 6.31.0 (#​2131)

6.31.0

This release contains work from the following PRs and commits:

6.30.1

This release contains work from the following PRs:

  • Modified token validation to be async throughout the call graph #​2075
  • Enforce key sizes when creating HMAC #​2072
  • Fix AotCompatibilityTests #​2066
  • Use up-to-date "now", in case take long time to get Metadata #​2063

This release addresses #​1743 and, as such, going forward if the SymmetricKey is smaller than the required size for HMAC IdentityModel will throw an ArgumentOutOfRangeException which is the same exception when the SymmetricKey is smaller than the minimum key size for encryption.

6.30.0

Beginning in release 6.28.0 the library stopped throwing SecurityTokenUnableToValidateException. This version (6.30.0) marks the exception type as obsolete to make this change more discoverable. Not including it in the release notes explicitly for 6.28.0 was a mistake. This exception type will be removed completely in the next few months as the team moves towards a major version bump. More information on how to replace the usage going forward can be found here: https://aka.ms/SecurityTokenUnableToValidateException

Indicate that a SecurityTokenDescriptor can create JWS or JWE
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2055
Specify 'UTC' in log messages
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@ceb10b1
Fix order of log messages
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@05eeeb5

Fixed issues with matching Jwt.Kid with a X509SecurityKey.x5t
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2057
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2061

Marked Exception that is no longer used as obsolete
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2060

Added support for AesGcm on .NET 6.0 or higher
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@85fa86a

First round of triming analysis preperation for AOT
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2042

Added new API on TokenHandler.ValidateTokenAsync(SecurityToken ...) implemented only on JsonWebTokenHandler.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2056

6.29.0

  • Add BootstrapRefreshInterval (#​2052)
  • Added net462 target (#​2049)
  • Create the configuration cache in the BaseConfigurationManager class (#​2048)

6.28.1

6.28.0

6.27.0

Servicing release
Set maximum depth for Newtonsoft parsing.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2024
Improve metadata failure message.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2010
Validate size of symmetric signatures.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2008
Added property TokenEndpoint to BaseConfiguration.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1998

6.26.1

Releasing a Hotfix for Wilson 6.26.0 that reverts async/await changes made in AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1996 to address a performance reduction issue.

6.26.0

Servicing release
Introducing a new boolean TokenValidationParameter LogTokenId.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2002
Update System.Text.Encodings.Web
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1997
Update ValidateToken call stack fully async
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1996
JsonWebTokenHandler to return the JsonWebToken on validation failure
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1989
Update documentation of DefaultTokenLifetimeInMinutes
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1988

6.25.1

Servicing release
.net was throwing when JWT tokens contained claims that used escaped characters.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1975
Fixed Typo in comments
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1971
Added inner exception to help diagnose when reading JWT tokens fails.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1968
Updated comments to improve understanding of RoleClaimTypeRetriever and NameClaimTypeRetriever
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1960

6.25.0

Add Instance property bag that is cleared when Clone is called.
Added comments to JsonWebTokenHandler and JwtSecurityTokenHandler to emphasize that ReadToken does not validate the token.
#​1952
#​1954

6.24.0

Single feature to control if exceptions are logged for Audience and Issuer failures.
Sometimes multiple policies are used, when a subsequent policy succeeds the upper layer can decide if previous exceptions should be logged.
#​1949

6.23.1

A simple 'dot' release to fix an issue where JsonWebTokenHandler virtual CreateClaimsIdentity was not called.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1940

6.23.0

#​1934 JsonWebToken and JsonWebTokenHandler use System.Text.Json for JSON parsing for targets Net61+.
String splits have been removed and much of the duplicated string copying and processing has been removed resulting in a 20-25% performance increase.

#​1924 This delegate will be called just before a token has the SignatureValidated. This allows for preprocessing of the token prior to signature validation. This is currently only used by the JsonWebTokenHandler.

6.22.1

New Features:

Microsoft.IdentityModel has two assemblies to manipulate JWT tokens:

System.IdentityModel.Tokens.Jwt, which is the legacy assembly. It defines JwtSecurityTokenHandler class to manipulate JWT tokens.
Microsoft.IdentityModel.JsonWebTokens, which defines the JsonWebToken class and JsonWebTokenHandler, more modern, and more efficient.
When using JwtSecurityTokenHandler, the short named claims (oid, tid), used to be transformed into the long named claims (with a namespace). With JsonWebTokenHandler this is no longer the case, but when you migrate your application from using JwtSecurityTokenHandler to JsonWebTokenHandler (or use a framework that does), you will only get original claims sent by the IdP. This is more efficient, and occupies less space, but might trigger a lot of changes in your application. In order to make it easier for people to migrate without changing their app too much, this release offers extensibility to re-add the claims mapping.

Bug Fixes:

(#​1933) Wrong parameter order when calling ValidateLifetimeAndIssuerAfterSignatureNotValidatedJwt

6.22.0

New Features:

Unmasked non-PII properties in log messages -
In Microsoft.IdentityModel logs, previously only system metadata (DateTime, class name, httpmethod etc.) was displayed in clear text. For all other log arguments, the type was being logged to prevent Personally Identifiable Information (PII) from being displayed when ShowPII flag is turned OFF. To improve troubleshooting experience non-PII properties - Issuer, Audience, Key location, Key Id (kid) and some SAML constants will now be displayed in clear text. See issue #​1903 for more details.

Prefix Wilson header message to the first log message -
To always log the Wilson header (Version, DateTime, PII ON/OFF message), EventLogLevel.LogAlways was mapped to LogLevel.Critical in Microsoft.IdentityModel.LoggingExtensions.IdentityLoggerAdapter class which caused confusion on why header was being displayed as a fatal log.
To address this, header is now prefixed to the first message logged by Wilson and separated with a newline. EventLogLevel.LogAlways has been remapped to LogLevel.Trace. See issue #​1907 for more details.

Bug Fixes:

Copy the IssuerSigningKeyResolverUsingConfiguration delegate in Clone() #​1909

6.21.0

Dependency Updates:

Updated Newtonsoft dependency to 13.0.2 #​1902

Bug Fixes:

Add M.IM.TestExtensions to strong name by pass. #​1897

Add early alerting for governance #​1896

Adjust log level #​1893

Fundamentals

Update newtonsoft per governance report #​1890

6.20.0

New Feature:

Microsoft.IdentityModel now provides a LoggerContext class to aid with debugging. See issue #​1876 for details.

Bug Fixes:

The cty claim is now optional. See issue #​1861 for details.

The signature of the token is no longer logged. See issue #​1880 for details.

ValidateHash method Alg is null when token is a JWE token. See issue #​1680 for details.

Fixed the issue the compaction actions are queued but potentially never got started. See issue #​1871 for details.

6.19.0

Enhancements

  • Introducing IdentityLoggerAdapter for Identity Libraries integrating (#​1862)

6.18.0

Enhancements

  • Simplify strings comparison with Ordinal option (#​1775)
  • Set 'cty' claim in JWE header (#​1588)
  • Added custom logger interface (#​1823)
  • log cert thumbprint (#​1820)
  • Introduced custom log level enum to remove dependency on System.Diagnostics.Tracing.EventLevel in IIdentityLogger (#​1843)

6.17.0

New Features

  • Added a new ConfigurationManager constructor with configuration validator (#​1825).

6.16.0

Enhancements

  • Make Microsoft.IdentityModel.Tokens visible to S2S.Tokens (#​1807).
  • Added the ValidateTokenAsyc() and ReadToken() methods to all token handlers (#​1810).

6.15.1

Enhancements

  • Performance improvement when caching signature providers. No need to use LRU logic since it is assumed only a small number of signature providers will be in play at a time (#​1783).
  • DisposableObjectPool disposes of objects on Free() when full (#​1802).

Bugs

  • TestTokenCreator modified to throw SecurityTokenInvalidSignatureException rather than ArgumentException(#​1798).
  • AadIssuerValidator fixed issue where AadIssuerValidatorConstants.Tid was used where AadIssuerValidatorConstants.TenantId should have been used (#​1801).

6.15.0

New Features

  • Added support for the Last Known Good feature (#​1723)
  • Made logging more legible by displaying Non-PII information in clear text (#​1757)
  • Added new GitHub Templates to report bugs (#​1756)
  • Added the OpenID standard scope "address" (#​1787)

Enhancements

  • Added multi-auth scheme support in AadIssuerValidator (#​1753)
  • Added default values for TokenValidationParameters (#​1767)
  • Improved logging to indicate issuer is an empty string (#​1758) (#​1761)
  • Improved exception handling when metadata retrieval results in a failure (#​1776)
  • Added string optimizations (#​1765)
  • Improved performance of Saml2 attributes consolidation (#​1764)
  • Updated comments to use references (#​1769)
  • Added new unit test samples that make negative testing easier for consumers of this library. These show the most common problem token types and gives examples for validation. (#​1748)

Bug Fixes

  • Fixed broken links to ietf.org (#​1723)

6.14.1

Bug Fixes:

The AadIssuerValidator in Microsoft.IdentityModel.Validators now uses the entire authority (instance + tenant ID), not just the authority host when validating the issuer. This was an issue which arose when using multiple authentication schemes. See issue #​1752 .

6.14.0

New Features

A new assembly, Microsoft.IdentityModel.Validators, is available! It provides an issuer validator for the Microsoft identity platform (AAD and AAD B2C), working for single and multi-tenant applications and v1 and v2 token types. See #​1736 and Microsoft.Identity.Web issue.

Bug Fixes

Fixes to determine when IsValid property has been checked. Includes a warning so developers ensure that token validation succeeded before reading the claims. See #​1718.

aka.ms link added for issuer validation failure. See issue #​1732.

Fix broken rfc link. See issue #​1728.

Add const for the OIDC scope "phone". See #​1720.

Use https for hyperlinks in XLM. See #​1719.

6.13.1

Updating comments to help improve correct usage
#​1705

SignedHttpRequests
New exceptions and delegate for validation.
#​1704

Base64UrlEncoder performance improvements
#​1698

Improve comments to clarify API usage and avoid unintentional validation weakening
#​1687

Modify how internal caching runs tasks
Change to starting the event queue task via the Task.Run() method so it is on the default task scheduler and will not interfere with caller's task scheduler as some custom task schedulers might be single threaded and execution can be blocked. The second change is replacing the BlockingCollection with ConcurrentQueue to prevent resource leaks
#​1696

Adding the BaseConfigurationManager and BaseConfiguration
This simplifies access to first class properties such as RefreshInterval etc.
Some of the properties in TokenValidationParameter were left as internal as they are required for a future feature that requires additional work.
#​1695

NOTE: Version 6.13.0 should NOT be used. In version 6.13.0, users were experiencing an issue where they could not use a ConfigurationManager where T is a custom class. This has been addressed in 6.13.1.

6.12.2

BugFixes

Stop the event queue task when event queue is empty (#​1685)

6.12.1

BugFixes

  • Fix double instantiation of Uri in IsHttps() (#​1676)

Enhancements and features

  • Enable deterministic builds for CI builds (#​1672).
  • Remove wait on first force refresh (#​1674)
  • Send additional data to metadata end point (#​1678)

6.12.0

Bug fixes

  • Addressed security bugs (#​1656, #​1661, #​1657).
  • Fixed the task leaking issue in the EventBasedLRUCache (#​1667).

Enhancements and features

  • Added support for decryption using AesGcm (#​1606).

6.11.1

Bug fix:

  • Fixing incorrect parameters when writing Saml2ProxyConditions (#​1646).

Commits viewable in compare view.

Updated System.IdentityModel.Tokens.Jwt from 6.12.2 to 6.34.0.

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

6.34.0

Security fixes

See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details.

6.33.0

Bug Fixes:

  • Clean up log messages. See #​2339 for details.
  • Decouple JsonElements from JsonDocument, which causes issues in multi-threaded environments. See #​2340 for details.

6.32.3

6.32.2

6.32.2

Bug fixes:

  • Underlying JsonDocument is never disposed, causing high latency in large scale services. See #​2258 for details.

6.32.1

6.32.0

New features:

  • Adding an AAD specific signing key issuer validator. See issue #​2134 for details.
  • Better support for WsFederation (#​2100)

Bug fixes

  • Address perf regression introduced in 6.31.0 (#​2131)

6.31.0

This release contains work from the following PRs and commits:

6.30.1

This release contains work from the following PRs:

  • Modified token validation to be async throughout the call graph #​2075
  • Enforce key sizes when creating HMAC #​2072
  • Fix AotCompatibilityTests #​2066
  • Use up-to-date "now", in case take long time to get Metadata #​2063

This release addresses #​1743 and, as such, going forward if the SymmetricKey is smaller than the required size for HMAC IdentityModel will throw an ArgumentOutOfRangeException which is the same exception when the SymmetricKey is smaller than the minimum key size for encryption.

6.30.0

Beginning in release 6.28.0 the library stopped throwing SecurityTokenUnableToValidateException. This version (6.30.0) marks the exception type as obsolete to make this change more discoverable. Not including it in the release notes explicitly for 6.28.0 was a mistake. This exception type will be removed completely in the next few months as the team moves towards a major version bump. More information on how to replace the usage going forward can be found here: https://aka.ms/SecurityTokenUnableToValidateException

Indicate that a SecurityTokenDescriptor can create JWS or JWE
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2055
Specify 'UTC' in log messages
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@ceb10b1
Fix order of log messages
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@05eeeb5

Fixed issues with matching Jwt.Kid with a X509SecurityKey.x5t
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2057
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2061

Marked Exception that is no longer used as obsolete
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2060

Added support for AesGcm on .NET 6.0 or higher
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@85fa86a

First round of triming analysis preperation for AOT
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2042

Added new API on TokenHandler.ValidateTokenAsync(SecurityToken ...) implemented only on JsonWebTokenHandler.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2056

6.29.0

  • Add BootstrapRefreshInterval (#​2052)
  • Added net462 target (#​2049)
  • Create the configuration cache in the BaseConfigurationManager class (#​2048)

6.28.1

6.28.0

6.27.0

Servicing release
Set maximum depth for Newtonsoft parsing.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2024
Improve metadata failure message.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2010
Validate size of symmetric signatures.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2008
Added property TokenEndpoint to BaseConfiguration.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1998

6.26.1

Releasing a Hotfix for Wilson 6.26.0 that reverts async/await changes made in AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1996 to address a performance reduction issue.

6.26.0

Servicing release
Introducing a new boolean TokenValidationParameter LogTokenId.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2002
Update System.Text.Encodings.Web
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1997
Update ValidateToken call stack fully async
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1996
JsonWebTokenHandler to return the JsonWebToken on validation failure
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1989
Update documentation of DefaultTokenLifetimeInMinutes
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1988

6.25.1

Servicing release
.net was throwing when JWT tokens contained claims that used escaped characters.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1975
Fixed Typo in comments
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1971
Added inner exception to help diagnose when reading JWT tokens fails.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1968
Updated comments to improve understanding of RoleClaimTypeRetriever and NameClaimTypeRetriever
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1960

6.25.0

Add Instance property bag that is cleared when Clone is called.
Added comments to JsonWebTokenHandler and JwtSecurityTokenHandler to emphasize that ReadToken does not validate the token.
#​1952
#​1954

6.24.0

Single feature to control if exceptions are logged for Audience and Issuer failures.
Sometimes multiple policies are used, when a subsequent policy succeeds the upper layer can decide if previous exceptions should be logged.
#​1949

6.23.1

A simple 'dot' release to fix an issue where JsonWebTokenHandler virtual CreateClaimsIdentity was not called.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#1940

6.23.0

#​1934 JsonWebToken and JsonWebTokenHandler use System.Text.Json for JSON parsing for targets Net61+.
String splits have been removed and much of the duplicated string copying and processing has been removed resulting in a 20-25% performance increase.

#​1924 This delegate will be called just before a token has the SignatureValidated. This allows for preprocessing of the token prior to signature validation. This is currently only used by the JsonWebTokenHandler.

6.22.1

New Features:

Microsoft.IdentityModel has two assemblies to manipulate JWT tokens:

System.IdentityModel.Tokens.Jwt, which is the legacy assembly. It defines JwtSecurityTokenHandler class to manipulate JWT tokens.
Microsoft.IdentityModel.JsonWebTokens, which defines the JsonWebToken class and JsonWebTokenHandler, more modern, and more efficient.
When using JwtSecurityTokenHandler, the short named claims (oid, tid), used to be transformed into the long named claims (with a namespace). With JsonWebTokenHandler this is no longer the case, but when you migrate your application from using JwtSecurityTokenHandler to JsonWebTokenHandler (or use a framework that does), you will only get original claims sent by the IdP. This is more efficient, and occupies less space, but might trigger a lot of changes in your application. In order to make it easier for people to migrate without changing their app too much, this release offers extensibility to re-add the claims mapping.

Bug Fixes:

(#​1933) Wrong parameter order when calling ValidateLifetimeAndIssuerAfterSignatureNotValidatedJwt

6.22.0

New Features:

Unmasked non-PII properties in log messages -
In Microsoft.IdentityModel logs, previously only system metadata (DateTime, class name, httpmethod etc.) was displayed in clear text. For all other log arguments, the type was being logged to prevent Personally Identifiable Information (PII) from being displayed when ShowPII flag is turned OFF. To improve troubleshooting experience non-PII properties - Issuer, Audience, Key location, Key Id (kid) and some SAML constants will now be displayed in clear text. See issue #​1903 for more details.

Prefix Wilson header message to the first log message -
To always log the Wilson header (Version, DateTime, PII ON/OFF message), EventLogLevel.LogAlways was mapped to LogLevel.Critical in Microsoft.IdentityModel.LoggingExtensions.IdentityLoggerAdapter class which caused confusion on why header was being displayed as a fatal log.
To address this, header is now prefixed to the first message logged by Wilson and separated with a newline. EventLogLevel.LogAlways has been remapped to LogLevel.Trace. See issue #​1907 for more details.

Bug Fixes:

Copy the IssuerSigningKeyResolverUsingConfiguration delegate in Clone() #​1909

6.21.0

Dependency Updates:

Updated Newtonsoft dependency to 13.0.2 #​1902

Bug Fixes:

Add M.IM.TestExtensions to strong name by pass. #​1897

Add early alerting for governance #​1896

Adjust log level #​1893

Fundamentals

Update newtonsoft per governance report #​1890

6.20.0

New Feature:

Microsoft.IdentityModel now provides a LoggerContext class to aid with debugging. See issue #​1876 for details.

Bug Fixes:

The cty claim is now optional. See issue #​1861 for details.

The signature of the token is no longer logged. See issue #​1880 for details.

ValidateHash method Alg is null when token is a JWE token. See issue #​1680 for details.

Fixed the issue the compaction actions are queued but potentially never got started. See issue #​1871 for details.

6.19.0

Enhancements

  • Introducing IdentityLoggerAdapter for Identity Libraries integrating (#​1862)

6.18.0

Enhancements

  • Simplify strings comparison with Ordinal option (#​1775)
  • Set 'cty' claim in JWE header (#​1588)
  • Added custom logger interface (#​1823)
  • log cert thumbprint (#​1820)
  • Introduced custom log level enum to remove dependency on System.Diagnostics.Tracing.EventLevel in IIdentityLogger (#​1843)

6.17.0

New Features

  • Added a new ConfigurationManager constructor with configuration validator (#​1825).

6.16.0

Enhancements

  • Make Microsoft.IdentityModel.Tokens visible to S2S.Tokens (#​1807).
  • Added the ValidateTokenAsyc() and ReadToken() methods to all token handlers (#​1810).

6.15.1

Enhancements

  • Performance improvement when caching signature providers. No need to use LRU logic since it is assumed only a small number of signature providers will be in play at a time (#​1783).
  • DisposableObjectPool disposes of objects on Free() when full (#​1802).

Bugs

  • TestTokenCreator modified to throw SecurityTokenInvalidSignatureException rather than ArgumentException(#​1798).
  • AadIssuerValidator fixed issue where AadIssuerValidatorConstants.Tid was used where AadIssuerValidatorConstants.TenantId should have been used (#​1801).

6.15.0

New Features

  • Added support for the Last Known Good feature (#​1723)
  • Made logging more legible by displaying Non-PII information in clear text (#​1757)
  • Added new GitHub Templates to report bugs (#​1756)
  • Added the OpenID standard scope "address" (#​1787)

Enhancements

  • Added multi-auth scheme support in AadIssuerValidator (#​1753)
  • Added default values for TokenValidationParameters (#​1767)
  • Improved logging to indicate issuer is an empty string (#​1758) (#​1761)
  • Improved exception handling when metadata retrieval results in a failure (#​1776)
  • Added string optimizations (#​1765)
  • Improved performance of Saml2 attributes consolidation (#​1764)
  • Updated comments to use references (#​1769)
  • Added new unit test samples that make negative testing easier for consumers of this library. These show the most common problem token types and gives examples for validation. (#​1748)

Bug Fixes

  • Fixed broken links to ietf.org (#​1723)

6.14.1

Bug Fixes:

The AadIssuerValidator in Microsoft.IdentityModel.Validators now uses the entire authority (instance + tenant ID), not just the authority host when validating the issuer. This was an issue which arose when using multiple authentication schemes. See issue #​1752 .

6.14.0

New Features

A new assembly, Microsoft.IdentityModel.Validators, is available! It provides an issuer validator for the Microsoft identity platform (AAD and AAD B2C), working for single and multi-tenant applications and v1 and v2 token types. See #​1736 and Microsoft.Identity.Web issue.

Bug Fixes

Fixes to determine when IsValid property has been checked. Includes a warning so developers ensure that token validation succeeded before reading the claims. See #​1718.

aka.ms link added for issuer validation failure. See issue #​1732.

Fix broken rfc link. See issue #​1728.

Add const for the OIDC scope "phone". See #​1720.

Use https for hyperlinks in XLM. See #​1719.

6.13.1

Updating comments to help improve correct usage
#​1705

SignedHttpRequests
New exceptions and delegate for validation.
#​1704

Base64UrlEncoder performance improvements
#​1698

Improve comments to clarify API usage and avoid unintentional validation weakening
#​1687

Modify how internal caching runs tasks
Change to starting the event queue task via the Task.Run() method so it is on the default task scheduler and will not interfere with caller's task scheduler as some custom task schedulers might be single threaded and execution can be blocked. The second change is replacing the BlockingCollection with ConcurrentQueue to prevent resource leaks
#​1696

Adding the BaseConfigurationManager and BaseConfiguration
This simplifies access to first class properties such as RefreshInterval etc.
Some of the properties in TokenValidationParameter were left as internal as they are required for a future feature that requires additional work.
#​1695

NOTE: Version 6.13.0 should NOT be used. In version 6.13.0, users were experiencing an issue where they could not use a ConfigurationManager where T is a custom class. This has been addressed in 6.13.1.

Commits viewable in compare view.

Updated System.Management.Automation from 7.0.3 to 7.0.10.

Updated System.Text.Json from 6.0.7 to 6.0.10.

Release notes

Sourced from System.Text.Json's releases.

No release notes found for this version range.

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps AngleSharp from 0.14.0 to 1.5.0
Bumps Microsoft.Extensions.Caching.Memory from 6.0.0 to 6.0.2
Bumps Microsoft.PowerShell.ConsoleHost from 7.0.3 to 7.0.10
Bumps Microsoft.PowerShell.SDK from 7.0.3 to 7.0.10
Bumps Newtonsoft.Json from 12.0.3 to 13.0.1
Bumps System.IdentityModel.Tokens.Jwt to 6.34.0
Bumps System.Management.Automation from 7.0.3 to 7.0.10
Bumps System.Text.Json from 6.0.7 to 6.0.10

---
updated-dependencies:
- dependency-name: AngleSharp
  dependency-version: 1.5.0
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 6.0.2
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-version: 6.34.0
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Text.Json
  dependency-version: 6.0.10
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: AngleSharp
  dependency-version: 1.5.0
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: AngleSharp
  dependency-version: 1.5.0
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 6.0.2
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.PowerShell.ConsoleHost
  dependency-version: 7.0.10
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.PowerShell.SDK
  dependency-version: 7.0.10
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Management.Automation
  dependency-version: 7.0.10
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.1
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-version: 6.34.0
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-version: 6.34.0
  dependency-type: direct:production
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Jul 17, 2026
@mergify

mergify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

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.

0 participants