Skip to content

deps: Bump Discord.Net.Commands and 45 others#12

Merged
DaxxTrias merged 2 commits into
devfrom
dependabot/nuget/Mewdeko.Tests/dev/nuget-minor-and-patch-a535398d9c
May 15, 2026
Merged

deps: Bump Discord.Net.Commands and 45 others#12
DaxxTrias merged 2 commits into
devfrom
dependabot/nuget/Mewdeko.Tests/dev/nuget-minor-and-patch-a535398d9c

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Pinned Discord.Net.Commands at 3.19.1.

Release notes

Sourced from Discord.Net.Commands's releases.

3.19.1

[3.19.1] - 2026-03-12

This release fixes some issues with libdave as well as adds some missing API coverage

Added

  • #​3226 Added Community Invites (9bb0e06)
  • #​3229 Added Modal radio/checkbox groups & checkboxes (c0fbefe)
  • #​3246 Added support for enhanced role colors ( gradient and holograpic ) (3e8aacf)

Fixed

  • #​3224 Fixed forum CreatePostWithFileAsync with V2 components (0449e53)
  • #​3231 Derived types of ContextCommandAttribute should be able to specify a RunMode in their constructor. (8556416)
  • #​3244 Fixed libdave audio issues for users joining/leaving vc, as well as empty vcs (1c534fa)
  • #​3249 GetComponentIds missing accessory component in sections (66c7409)

Misc

  • #​3219 Document new modal components (8333e4b)
  • #​3245 Patch modal docs oversights (c0bde1c)
  • #​3248 Replace a deprecated Exception in the slash command guide (f5b9d3a)

3.19.0

[3.19.0] - 2025-03-02

This release introduces libdave support as well as some fixes and misc. additions

Added

  • #​3241 libdave support (#​3222) (0195461)
  • #​3242 Added voice close code 4017 (0ea1dcb)
  • #​3221 Added missing channel types for selects in interaction framework (9c1db3f)
  • #​3228 Added BypassSlowmode permission (0dea5bb)
  • #​3233 Added optional id parameter to ThumbnailBuilder constructor (09e0fdb)
  • #​3234 Added optional id parameter to SeparatorBuilder constructor (c3a30db)
  • #​3235 Added constructor for SectionBuilder with id (b169a11)
  • #​3236 Added constructor for ActionRowBuilder with id (e05e849)
  • #​3237 Added overloaded constructor to ContainerBuilder (e3cb507)
  • #​3238 Added overloaded constructor with id to MediaGalleryBuilder (16ea091)

Fixed

  • #​3221 Fix Modal write invocation without instance (9c1db3f)

Misc

  • #​3240 Removed unnecessary checks for content in ModifyAsync (414b1a0)

3.19.0-beta.1

[3.19.0-beta.1] - 2026-01-03

This beta release brings some large much wanted updates to DNet, with the most notable change being support for more components in modals. Thanks to contributors, DNet's voice implementation has been updated to support newer encryption modes and voice gateway API versions, although there's still no libdave e2ee support, which is hopefully on its way.

Aside from the new features and fixes, DNet drops legacy SDK versions and switches to modern .NET targets (.NET8+). This also comes alongside the switch to System.Linq.AsyncEnumerable from System.Interactive.Async

Added

  • #​3172 Modal refactoring & select menu support (a476014)
  • #​3178 Add PinMessages permission (5273f1d)
  • #​3183 Update voice API to version 8 (927c905)
  • #​3189 Modal Select Components Support for IF (e8c5436)
  • #​3196 Add modify current guild member support (80fbbc2)
  • #​3198 Get Archived thread calls on text channels (ca6c9bc)
  • #​3199 Add select menu IsRequired property and fix usage of DefaultValues (0aff637)
  • #​3200 Add net10.0 build target, update deps (f205bba)
  • #​3193 Remove unsupported SDK targets (5ca29fd))
  • #​3195 Add GetRoleUserCounts REST method (dade9b2)
  • #​3207 Added UnknownComponent classes, and support to MessageComponentConverter and MessageComponentExtensions (ad8182f)
  • #​3209 Modal Components v2 Single-select Typeconverters, Rest, and Patches (1e27c99)

Fixed

  • #​3167 Incorrect casts in the legacy component builder (958d286)
  • #​3173 Remove voice gateway port stripping (0b078d7)
  • #​3174 Fix duplicated flag value in ActivityProperties enum (ebc7db8)
  • #​3186 Fix missing SelectMenu Type, ChannelTypes, DefaultValues in ComponentBuilder.AddComponent (8883596)
  • #​3190 Fix voice receiving (a468e18)
  • #​3192 fixed error on changing role icon/emoji to an image. (06510e1)
  • #​3204 Fix user status update when speaking (11a56bc)
  • #​3206 Fix AutocompleteResult.Value having no length limit (161a91e)
  • #​3210 Fix NRE in Rest Interaction Guild User Resolution (fd6e3ad)
  • #​3218 fix modal text display constructor initialization (86b885b)
  • #​3197 Correct IUserMessage.ModifyAsync precondition expression (8668092)

Misc

  • #​3169 Make ParameterChoice constructor public (9cb6ffd)
  • #​3171 Bump guild batch limit to 200 (fc0712d)
  • #​3176 Add better json type exception (ae6e7d5)
  • #​3177 Make Cacheable constructors public (e61eb51
  • #​3216 Improve .NET 9.0+ locking performance (4e95dd7)
  • #​3217 Switch lock backport package to #if defs instead (b386a0e)

New Contributors

Full Changelog: discord-net/Discord.Net@3.18.0...3.19.0-beta.1

Commits viewable in compare view.

Pinned Discord.Net.Interactions at 3.19.1.

Release notes

Sourced from Discord.Net.Interactions's releases.

3.19.1

[3.19.1] - 2026-03-12

This release fixes some issues with libdave as well as adds some missing API coverage

Added

  • #​3226 Added Community Invites (9bb0e06)
  • #​3229 Added Modal radio/checkbox groups & checkboxes (c0fbefe)
  • #​3246 Added support for enhanced role colors ( gradient and holograpic ) (3e8aacf)

Fixed

  • #​3224 Fixed forum CreatePostWithFileAsync with V2 components (0449e53)
  • #​3231 Derived types of ContextCommandAttribute should be able to specify a RunMode in their constructor. (8556416)
  • #​3244 Fixed libdave audio issues for users joining/leaving vc, as well as empty vcs (1c534fa)
  • #​3249 GetComponentIds missing accessory component in sections (66c7409)

Misc

  • #​3219 Document new modal components (8333e4b)
  • #​3245 Patch modal docs oversights (c0bde1c)
  • #​3248 Replace a deprecated Exception in the slash command guide (f5b9d3a)

3.19.0

[3.19.0] - 2025-03-02

This release introduces libdave support as well as some fixes and misc. additions

Added

  • #​3241 libdave support (#​3222) (0195461)
  • #​3242 Added voice close code 4017 (0ea1dcb)
  • #​3221 Added missing channel types for selects in interaction framework (9c1db3f)
  • #​3228 Added BypassSlowmode permission (0dea5bb)
  • #​3233 Added optional id parameter to ThumbnailBuilder constructor (09e0fdb)
  • #​3234 Added optional id parameter to SeparatorBuilder constructor (c3a30db)
  • #​3235 Added constructor for SectionBuilder with id (b169a11)
  • #​3236 Added constructor for ActionRowBuilder with id (e05e849)
  • #​3237 Added overloaded constructor to ContainerBuilder (e3cb507)
  • #​3238 Added overloaded constructor with id to MediaGalleryBuilder (16ea091)

Fixed

  • #​3221 Fix Modal write invocation without instance (9c1db3f)

Misc

  • #​3240 Removed unnecessary checks for content in ModifyAsync (414b1a0)

3.19.0-beta.1

[3.19.0-beta.1] - 2026-01-03

This beta release brings some large much wanted updates to DNet, with the most notable change being support for more components in modals. Thanks to contributors, DNet's voice implementation has been updated to support newer encryption modes and voice gateway API versions, although there's still no libdave e2ee support, which is hopefully on its way.

Aside from the new features and fixes, DNet drops legacy SDK versions and switches to modern .NET targets (.NET8+). This also comes alongside the switch to System.Linq.AsyncEnumerable from System.Interactive.Async

Added

  • #​3172 Modal refactoring & select menu support (a476014)
  • #​3178 Add PinMessages permission (5273f1d)
  • #​3183 Update voice API to version 8 (927c905)
  • #​3189 Modal Select Components Support for IF (e8c5436)
  • #​3196 Add modify current guild member support (80fbbc2)
  • #​3198 Get Archived thread calls on text channels (ca6c9bc)
  • #​3199 Add select menu IsRequired property and fix usage of DefaultValues (0aff637)
  • #​3200 Add net10.0 build target, update deps (f205bba)
  • #​3193 Remove unsupported SDK targets (5ca29fd))
  • #​3195 Add GetRoleUserCounts REST method (dade9b2)
  • #​3207 Added UnknownComponent classes, and support to MessageComponentConverter and MessageComponentExtensions (ad8182f)
  • #​3209 Modal Components v2 Single-select Typeconverters, Rest, and Patches (1e27c99)

Fixed

  • #​3167 Incorrect casts in the legacy component builder (958d286)
  • #​3173 Remove voice gateway port stripping (0b078d7)
  • #​3174 Fix duplicated flag value in ActivityProperties enum (ebc7db8)
  • #​3186 Fix missing SelectMenu Type, ChannelTypes, DefaultValues in ComponentBuilder.AddComponent (8883596)
  • #​3190 Fix voice receiving (a468e18)
  • #​3192 fixed error on changing role icon/emoji to an image. (06510e1)
  • #​3204 Fix user status update when speaking (11a56bc)
  • #​3206 Fix AutocompleteResult.Value having no length limit (161a91e)
  • #​3210 Fix NRE in Rest Interaction Guild User Resolution (fd6e3ad)
  • #​3218 fix modal text display constructor initialization (86b885b)
  • #​3197 Correct IUserMessage.ModifyAsync precondition expression (8668092)

Misc

  • #​3169 Make ParameterChoice constructor public (9cb6ffd)
  • #​3171 Bump guild batch limit to 200 (fc0712d)
  • #​3176 Add better json type exception (ae6e7d5)
  • #​3177 Make Cacheable constructors public (e61eb51
  • #​3216 Improve .NET 9.0+ locking performance (4e95dd7)
  • #​3217 Switch lock backport package to #if defs instead (b386a0e)

New Contributors

Full Changelog: discord-net/Discord.Net@3.18.0...3.19.0-beta.1

Commits viewable in compare view.

Pinned Discord.Net.Webhook at 3.19.1.

Release notes

Sourced from Discord.Net.Webhook's releases.

3.19.1

[3.19.1] - 2026-03-12

This release fixes some issues with libdave as well as adds some missing API coverage

Added

  • #​3226 Added Community Invites (9bb0e06)
  • #​3229 Added Modal radio/checkbox groups & checkboxes (c0fbefe)
  • #​3246 Added support for enhanced role colors ( gradient and holograpic ) (3e8aacf)

Fixed

  • #​3224 Fixed forum CreatePostWithFileAsync with V2 components (0449e53)
  • #​3231 Derived types of ContextCommandAttribute should be able to specify a RunMode in their constructor. (8556416)
  • #​3244 Fixed libdave audio issues for users joining/leaving vc, as well as empty vcs (1c534fa)
  • #​3249 GetComponentIds missing accessory component in sections (66c7409)

Misc

  • #​3219 Document new modal components (8333e4b)
  • #​3245 Patch modal docs oversights (c0bde1c)
  • #​3248 Replace a deprecated Exception in the slash command guide (f5b9d3a)

3.19.0

[3.19.0] - 2025-03-02

This release introduces libdave support as well as some fixes and misc. additions

Added

  • #​3241 libdave support (#​3222) (0195461)
  • #​3242 Added voice close code 4017 (0ea1dcb)
  • #​3221 Added missing channel types for selects in interaction framework (9c1db3f)
  • #​3228 Added BypassSlowmode permission (0dea5bb)
  • #​3233 Added optional id parameter to ThumbnailBuilder constructor (09e0fdb)
  • #​3234 Added optional id parameter to SeparatorBuilder constructor (c3a30db)
  • #​3235 Added constructor for SectionBuilder with id (b169a11)
  • #​3236 Added constructor for ActionRowBuilder with id (e05e849)
  • #​3237 Added overloaded constructor to ContainerBuilder (e3cb507)
  • #​3238 Added overloaded constructor with id to MediaGalleryBuilder (16ea091)

Fixed

  • #​3221 Fix Modal write invocation without instance (9c1db3f)

Misc

  • #​3240 Removed unnecessary checks for content in ModifyAsync (414b1a0)

3.19.0-beta.1

[3.19.0-beta.1] - 2026-01-03

This beta release brings some large much wanted updates to DNet, with the most notable change being support for more components in modals. Thanks to contributors, DNet's voice implementation has been updated to support newer encryption modes and voice gateway API versions, although there's still no libdave e2ee support, which is hopefully on its way.

Aside from the new features and fixes, DNet drops legacy SDK versions and switches to modern .NET targets (.NET8+). This also comes alongside the switch to System.Linq.AsyncEnumerable from System.Interactive.Async

Added

  • #​3172 Modal refactoring & select menu support (a476014)
  • #​3178 Add PinMessages permission (5273f1d)
  • #​3183 Update voice API to version 8 (927c905)
  • #​3189 Modal Select Components Support for IF (e8c5436)
  • #​3196 Add modify current guild member support (80fbbc2)
  • #​3198 Get Archived thread calls on text channels (ca6c9bc)
  • #​3199 Add select menu IsRequired property and fix usage of DefaultValues (0aff637)
  • #​3200 Add net10.0 build target, update deps (f205bba)
  • #​3193 Remove unsupported SDK targets (5ca29fd))
  • #​3195 Add GetRoleUserCounts REST method (dade9b2)
  • #​3207 Added UnknownComponent classes, and support to MessageComponentConverter and MessageComponentExtensions (ad8182f)
  • #​3209 Modal Components v2 Single-select Typeconverters, Rest, and Patches (1e27c99)

Fixed

  • #​3167 Incorrect casts in the legacy component builder (958d286)
  • #​3173 Remove voice gateway port stripping (0b078d7)
  • #​3174 Fix duplicated flag value in ActivityProperties enum (ebc7db8)
  • #​3186 Fix missing SelectMenu Type, ChannelTypes, DefaultValues in ComponentBuilder.AddComponent (8883596)
  • #​3190 Fix voice receiving (a468e18)
  • #​3192 fixed error on changing role icon/emoji to an image. (06510e1)
  • #​3204 Fix user status update when speaking (11a56bc)
  • #​3206 Fix AutocompleteResult.Value having no length limit (161a91e)
  • #​3210 Fix NRE in Rest Interaction Guild User Resolution (fd6e3ad)
  • #​3218 fix modal text display constructor initialization (86b885b)
  • #​3197 Correct IUserMessage.ModifyAsync precondition expression (8668092)

Misc

  • #​3169 Make ParameterChoice constructor public (9cb6ffd)
  • #​3171 Bump guild batch limit to 200 (fc0712d)
  • #​3176 Add better json type exception (ae6e7d5)
  • #​3177 Make Cacheable constructors public (e61eb51
  • #​3216 Improve .NET 9.0+ locking performance (4e95dd7)
  • #​3217 Switch lock backport package to #if defs instead (b386a0e)

New Contributors

Full Changelog: discord-net/Discord.Net@3.18.0...3.19.0-beta.1

Commits viewable in compare view.

Pinned Discord.Net.WebSocket at 3.19.1.

Release notes

Sourced from Discord.Net.WebSocket's releases.

3.19.1

[3.19.1] - 2026-03-12

This release fixes some issues with libdave as well as adds some missing API coverage

Added

  • #​3226 Added Community Invites (9bb0e06)
  • #​3229 Added Modal radio/checkbox groups & checkboxes (c0fbefe)
  • #​3246 Added support for enhanced role colors ( gradient and holograpic ) (3e8aacf)

Fixed

  • #​3224 Fixed forum CreatePostWithFileAsync with V2 components (0449e53)
  • #​3231 Derived types of ContextCommandAttribute should be able to specify a RunMode in their constructor. (8556416)
  • #​3244 Fixed libdave audio issues for users joining/leaving vc, as well as empty vcs (1c534fa)
  • #​3249 GetComponentIds missing accessory component in sections (66c7409)

Misc

  • #​3219 Document new modal components (8333e4b)
  • #​3245 Patch modal docs oversights (c0bde1c)
  • #​3248 Replace a deprecated Exception in the slash command guide (f5b9d3a)

3.19.0

[3.19.0] - 2025-03-02

This release introduces libdave support as well as some fixes and misc. additions

Added

  • #​3241 libdave support (#​3222) (0195461)
  • #​3242 Added voice close code 4017 (0ea1dcb)
  • #​3221 Added missing channel types for selects in interaction framework (9c1db3f)
  • #​3228 Added BypassSlowmode permission (0dea5bb)
  • #​3233 Added optional id parameter to ThumbnailBuilder constructor (09e0fdb)
  • #​3234 Added optional id parameter to SeparatorBuilder constructor (c3a30db)
  • #​3235 Added constructor for SectionBuilder with id (b169a11)
  • #​3236 Added constructor for ActionRowBuilder with id (e05e849)
  • #​3237 Added overloaded constructor to ContainerBuilder (e3cb507)
  • #​3238 Added overloaded constructor with id to MediaGalleryBuilder (16ea091)

Fixed

  • #​3221 Fix Modal write invocation without instance (9c1db3f)

Misc

  • #​3240 Removed unnecessary checks for content in ModifyAsync (414b1a0)

3.19.0-beta.1

[3.19.0-beta.1] - 2026-01-03

This beta release brings some large much wanted updates to DNet, with the most notable change being support for more components in modals. Thanks to contributors, DNet's voice implementation has been updated to support newer encryption modes and voice gateway API versions, although there's still no libdave e2ee support, which is hopefully on its way.

Aside from the new features and fixes, DNet drops legacy SDK versions and switches to modern .NET targets (.NET8+). This also comes alongside the switch to System.Linq.AsyncEnumerable from System.Interactive.Async

Added

  • #​3172 Modal refactoring & select menu support (a476014)
  • #​3178 Add PinMessages permission (5273f1d)
  • #​3183 Update voice API to version 8 (927c905)
  • #​3189 Modal Select Components Support for IF (e8c5436)
  • #​3196 Add modify current guild member support (80fbbc2)
  • #​3198 Get Archived thread calls on text channels (ca6c9bc)
  • #​3199 Add select menu IsRequired property and fix usage of DefaultValues (0aff637)
  • #​3200 Add net10.0 build target, update deps (f205bba)
  • #​3193 Remove unsupported SDK targets (5ca29fd))
  • #​3195 Add GetRoleUserCounts REST method (dade9b2)
  • #​3207 Added UnknownComponent classes, and support to MessageComponentConverter and MessageComponentExtensions (ad8182f)
  • #​3209 Modal Components v2 Single-select Typeconverters, Rest, and Patches (1e27c99)

Fixed

  • #​3167 Incorrect casts in the legacy component builder (958d286)
  • #​3173 Remove voice gateway port stripping (0b078d7)
  • #​3174 Fix duplicated flag value in ActivityProperties enum (ebc7db8)
  • #​3186 Fix missing SelectMenu Type, ChannelTypes, DefaultValues in ComponentBuilder.AddComponent (8883596)
  • #​3190 Fix voice receiving (a468e18)
  • #​3192 fixed error on changing role icon/emoji to an image. (06510e1)
  • #​3204 Fix user status update when speaking (11a56bc)
  • #​3206 Fix AutocompleteResult.Value having no length limit (161a91e)
  • #​3210 Fix NRE in Rest Interaction Guild User Resolution (fd6e3ad)
  • #​3218 fix modal text display constructor initialization (86b885b)
  • #​3197 Correct IUserMessage.ModifyAsync precondition expression (8668092)

Misc

  • #​3169 Make ParameterChoice constructor public (9cb6ffd)
  • #​3171 Bump guild batch limit to 200 (fc0712d)
  • #​3176 Add better json type exception (ae6e7d5)
  • #​3177 Make Cacheable constructors public (e61eb51
  • #​3216 Improve .NET 9.0+ locking performance (4e95dd7)
  • #​3217 Switch lock backport package to #if defs instead (b386a0e)

New Contributors

Full Changelog: discord-net/Discord.Net@3.18.0...3.19.0-beta.1

Commits viewable in compare view.

Pinned Fergun.Interactive at 1.9.2.

Release notes

Sourced from Fergun.Interactive's releases.

1.9.2

Additions

  • Added .NET 10 target framework

Changes

  • Updated Discord.Net.WebSocket to version 3.19.1 (fixes runtime errors)
  • Fixed InteractiveService.IsManaged not checking for modal interactions from component paginators
  • Deprecated methods, interfaces, classes and structs related to paginator select menus and detached paginator buttons in favor of component paginators

Removals

  • Removed .NET Standard 2.0/2.1 support

1.9.2-beta.1

Additions

  • Added .NET 10 target framework

Changes

  • Updated Discord.Net.WebSocket to version 3.19.0-beta.1 (fixes runtime errors)
  • Fixed InteractiveService.IsManaged not checking for modal interactions from component paginators
  • Deprecated methods, interfaces, classes and structs related to paginator select menus and detached paginator buttons in favor of component paginators

Removals

  • Removed .NET Standard 2.0/2.1 support

Commits viewable in compare view.

Pinned Figgle at 0.6.6.

Release notes

Sourced from Figgle's releases.

0.6.6

What's Changed

New Contributors

Full Changelog: drewnoakes/figgle@0.6.5...0.6.6

Commits viewable in compare view.

Updated Figgle.Fonts from 0.6.5 to 0.6.6.

Release notes

Sourced from Figgle.Fonts's releases.

0.6.6

What's Changed

New Contributors

Full Changelog: drewnoakes/figgle@0.6.5...0.6.6

Commits viewable in compare view.

Pinned Google.Apis.CustomSearchAPI.v1 at 1.74.0.3520.

Release notes

Sourced from Google.Apis.CustomSearchAPI.v1's releases.

1.74.0

Bug fixes:

  • #​3156 Use a single instance of the default serializer.
  • #​3151 Do not duplicate quota project header on retries.

Features:

  • #​3091 Expose helper methots to build a credential from JsonParameters.

1.73.0

Features:

  • #​3064 Adds methods to load a credential by specifying the type and either file path or json string.
  • #​3059 Supports loading scopes for impersonated credentials from new optional scopes field.

1.72.0

Security related fix:

1.71.0

Bug fixes:

  • #​3027 - Fix audience claim for access token requests.

Features:

  • #​3009 - Programmatic refresh credentials.

1.70.0

Features:

  • #​2950 Support ExternalAccountAuthorizedUserCredential
  • #​2921 Support ID token for SAs in other than the default universe domain

1.69.0

Fixes:

  • #​2869 Use universe-domain instead of universe_domain as the MDS endpoint
  • #​2870 BaseClientService.UniverDomain setter is obsolete
  • #​2871 Pause automatic requests to MDS Universe Domain endpoint

Features:

  • #​2746 Simplify setting the HttpClient timeout

  • #​2809 Improve error handling when signing with the IAM service

    BREAKING CHANGE: The ComputeCredential and ImpersonatedCredential SignBlobAsync methods will throw a GoogleApiException instead of a HttpRequestExtension. The GoogleApiException makes the HttpResponseMessage content available, which usually includes details about the error. We consider the risk of this change breaking users lower than the risk of disrupting all users with a new major version so we've decided to release this breaking change on a minor version of the library. Please create an issue on this repo if you are affected and we will e happy to help.

  • #​2879 Use recommended retries for token and IAM sign blob endpoints

  • #​2913 Support GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable

Dependencies:

  • #​2730 Remove unused dependency Microsoft.AspNetCore.Authorization from Google.Apis.Auth.AspNetCore3

    BREAKING CHANGE: Projects using Google.Apis.Auth.AspNetCore3 that transitively depend on Microsoft.AspNetCore.Authorization may be broken. They only need to add an implicit dependency themselves. We consider the risk of this change breaking users lower than the risk of disrupting all users with a new major version so we've decided to release this breaking change on a minor version of the library. Please create an issue on this repo if you are affected and we will e happy to help.

Documentation:

  • #​2916 Add warning note about user provided credential configurations

Commits viewable in compare view.

Pinned Google.Apis.YouTube.v3 at 1.74.0.4137.

Release notes

Sourced from Google.Apis.YouTube.v3's releases.

1.74.0

Bug fixes:

  • #​3156 Use a single instance of the default serializer.
  • #​3151 Do not duplicate quota project header on retries.

Features:

  • #​3091 Expose helper methots to build a credential from JsonParameters.

1.73.0

Features:

  • #​3064 Adds methods to load a credential by specifying the type and either file path or json string.
  • #​3059 Supports loading scopes for impersonated credentials from new optional scopes field.

1.72.0

Security related fix:

1.71.0

Bug fixes:

  • #​3027 - Fix audience claim for access token requests.

Features:

  • #​3009 - Programmatic refresh credentials.

Commits viewable in compare view.

Pinned HarfBuzzSharp at 8.3.1.3.

Pinned HarfBuzzSharp.NativeAssets.Linux at 8.3.1.3.

Pinned Html2Markdown at 7.1.2.20.

Release notes

Sourced from Html2Markdown's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Humanizer at 3.0.10.

Release notes

Sourced from Humanizer's releases.

3.0.10

Changes:

  • #​1682: fix: cover analyzer package regressions across frameworks
  • #​1677: docs: finalize migration guide for 2.14.1 -> 3.0.8

This list of changes was auto generated.

3.0.8

Changes:

Localization:

  • #​1667: Fix #​1585: Add missing DataUnit and TimeUnit translations for Portuguese (pt) and Brazilian Portuguese (pt-BR)

Others:

  • #​1680: Backport #​1658 and #​1652 fixes to rel/v3.0 with v3.0.6 migration docs
  • #​1679: fix: restore ToQuantity(int) overloads for F# callers
  • #​1678: Fix title case when first word is an article
  • #​1676: Fix analyzer loading across Roslyn/SDK versions
  • #​1660: Optimize FromUnderscoreDashSeparatedWords to reduce allocations
  • #​1585: Fill in missing translations for all languages in resource files

This list of changes was auto generated.

Commits viewable in compare view.

Pinned JikanDotNet at 2.10.4.

Release notes

Sourced from JikanDotNet's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Lavalink4NET.Discord.NET at 4.2.1.

Release notes

Sourced from Lavalink4NET.Discord.NET's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Lavalink4NET.Integrations.Lavasearch at 4.2.1.

Release notes

Sourced from Lavalink4NET.Integrations.Lavasearch's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Lavalink4NET.Integrations.Lavasrc at 4.2.1.

Release notes

Sourced from Lavalink4NET.Integrations.Lavasrc's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned linq2db at 6.2.1.

Release notes

Sourced from linq2db's releases.

6.2.1

This release contains only bugfixes.

Release notes
Nugets

Full Changelog: linq2db/linq2db@v6.2.0...v6.2.1

6.2.0

Release highlights:

  • a lot of fixes to reported issues including v6 regressions
  • various improvements to generated SQL
  • added stack guard for v
    isitors, could be managed using LinqToDB.Common.Configuration.TranslationThreadMaxHopCount setting
  • better handling of custom unary/binary operators and support for custom mappings for operators (in case of operator implementation violating contract)
  • support ~ operator translation for all databases
  • support for new .NET 6-10 LINQ operators: CountBy, Index, MaxBy, MinBy, ExceptBy, UnionBy, IntersectBy
  • [PostgreSQL] add timeout option support for native BulkCopy
  • [Oracle] fix found issues in NVARCHAR2 type mapping
  • [SQL Server 2005] scaffold support for JSON and VECTOR types
  • [ClickHouse] support for ClickHouse.Driver v0.9 and v1.0 provider versions. For v1.0+ provider we recommend to set ReadStringsAsByteArrays=true provider option
  • [YDB] continued provider implementation (still in progress)

Release notes
Nugets

Full Changelog: linq2db/linq2db@v6.1.0...v6.2.0

6.1.0

Release highlights:

  • fixes to reported issues and regressions
  • support of .NET 10 LeftJoin and RightJoin operators
  • re-enable DB2i support for LINQPad driver

Release notes
Nugets

Full Changelog: linq2db/linq2db@v6.0.0...v6.1.0

6.0.0

Since previous release candidate final release contains following changes:

  • .NET 10 support
  • EF.Core 10 integration
  • LINQPad driver releases now syncronized with Linq To DB releases
  • extension methods that vere available on DataConnection class now available for DataContext-based contexts too
  • DistinctBy support
  • Improved translation of aggregate and window functions
  • string.Join translation and better translation of Sql.ConcatStrings and Sql.StringAggregate calls
  • and many more small features and fixes to defects and regressions from prerelease versions

Provider-specific changes:

  • [Oracle] implement fixes for ORA-01704 string literal too long errors on big LOB parameters
  • [SQL Server 2025] Better VECTOR type support including mappings to float[] and mappings for vector functions
  • [SQLite] add System.Data.SQLite 2 provider support
  • [SQLite] fixes to all known issues n SQLite schema provider
  • added early preview of new provider for YDB database for early adopters

For full list of changes check this page

Release notes

Nugets

New Contributors

Full Changelog: linq2db/linq2db@v5.4.1...v6.0.0

6.0.0-rc.3

Except fixes for reported issues and regressions, this release contains:

  • migration from ClickHouse.Client provider to it's fork, ClickHouse.Driver
  • important changes to default configuration of scalar types. If you use custom-defined scalar types in your mappings, please check those notes
  • [Oracle] correct bool mapping for CreateTable to use NUMBER(1) instead of CHAR(1) by default. This should affect only default behavior for table creation, as everywhere else we already used nuber mapping.

For full list of changes check this page

Release notes

Nugets

New Contributors

Full Changelog: linq2db/linq2db@v6.0.0-rc.2...v6.0.0-rc.3

Commits viewable in compare view.

Pinned Microsoft.AspNetCore.Authentication.JwtBearer at 10.0.8.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.CodeAnalysis.Analyzers from 5.0.0-1.25277.114 to 5.3.0.

Release notes

Sourced from Microsoft.CodeAnalysis.Analyzers's releases.

5.0.4

Release

5.0.2

Release Notes
Install Instructions

Repos

5.0.1

Release Notes
Install Instructions

Repo

Commits viewable in compare view.

Updated Microsoft.CodeAnalysis.Common from 5.0.0 to 5.3.0.

Updated Microsoft.CodeAnalysis.CSharp from 5.0.0 to 5.3.0.

Updated Microsoft.CodeAnalysis.CSharp.Scripting from 5.0.0 to 5.3.0.

Updated Microsoft.CodeAnalysis.CSharp.Workspaces from 5.0.0 to 5.3.0.

Updated Microsoft.CodeAnalysis.Workspaces.Common from 5.0.0 to 5.3.0.

Updated Microsoft.NET.Test.Sdk from 18.0.1 to 18.5.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

18.3.0

What's Changed

Internal fixes and updates

New Contributors

Commits viewable in compare view.

Pinned NekosBestApiNet at 1.0.11.

Release notes

Sourced from NekosBestApiNet's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Npgsql at 10.0.2.

Release notes

Sourced from Npgsql's releases.

10.0.2

v10.0.2 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v10.0.1...v10.0.2

Commits viewable in compare view.

Updated NUnit from 4.4.0 to 4.6.0.

Release notes

Sourced from NUnit's releases.

4.6.0

See release notes for details.

4.5.1

See release notes for details.

4.5.0

See release notes for details.

Commits viewable in compare view.

Updated NUnit.Analyzers from 4.11.2 to 4.13.0.

Release notes

Sourced from NUnit.Analyzers's releases.

4.13.0

NUnit Analyzers 4.13 - May 2, 2026

This release of the NUnit Analyzers updates analyzer handling for the NUnit 4.6 API change that replaces
ActualValueDelegate<> with Func<> - see nunit/nunit#4824 for more information.
Analyzers now also consider the return type of Func<> in assertions. The release also includes one bug fix and
some dependency updates.

The release contains contributions from the following users (in alphabetical order):

  • @​manfred-brands
  • @​mikkelbu
  • @​RenderMichael

Issues Resolved

Features and Enhancements

  • #​982 Recognized Func<T> return values

Bugs

  • #​968 Whitespace issue in Does.Contain fixer when assert spans multiple lines

Tooling, Process, and Documentation

  • #​985 chore: Bump year to 2026 in copyrights
  • #​978 Bump cake.tool from 6.0.0 to 6.1.0
  • #​976 chore: Correct documentation
  • #​975 chore: bump version
  • #​956 Bump cake.tool from 4.0.0 to 6.0.0

4.12.0

NUnit Analyzers 4.12 - March 3, 2026

This release of the NUnit Analyzers improves NUnit1029 to account for TestCaseSource
support for params and optional arguments. It also introduces a new analyzer for incorrect
usage of Is.Not.Null.Or.Empty, fixes regressions in NUnit2005 and NUnit2055, and updates
NUnit package dependencies.

The release contains contributions from the following users (in alphabetical order):

  • @​Dreamescaper
  • @​manfred-brands
  • @​mikkelbu
  • @​nowsprinting
  • @​philipp-naused
  • @​stevenaw

Issues Resolved

Features and Enhancements

  • #​957 Relax NUnit1029 for TestCaseSource where method accepts a single "params" array
  • #​189 Warning when Is.Not.Null.Or.Empty used

Bugs

  • #​953 Code fix for NUnit2055 can generate invalid code for classic asserts
  • #​952 Code fix for NUnit2005 tries to use Is.Empty constraint on incompatible types.

Tooling, Process, and Documentation

  • #​973 chore: Bump NUnit version
  • #​970 chore: Bump NUnit to version 4.5.0
  • #​967 Fix note about works with Unity Test Framework
  • #​937 chore: bump version

Commits viewable in compare view.

Pinned OpenAI at 2.10.0.

Release notes

Sourced from OpenAI's releases.

2.10.0

See full changelog: https://github.com/openai/openai-dotnet/blob/OpenAI_2.10.0/CHANGELOG.md

2.9.1

See full changelog: https://github.com/openai/openai-dotnet/blob/OpenAI_2.9.1/CHANGELOG.md

2.9.0

See full changelog: https://github.com/openai/openai-dotnet/blob/OpenAI_2.9.0/CHANGELOG.md

2.8.0

See full changelog: https://github.com/openai/openai-dotnet/blob/OpenAI_2.8.0/CHANGELOG.md

Commits viewable in compare view.

Pinned Polly at 8.6.6.

Release notes

Sourced from Polly's releases.

8.6.6

Highlights

What's Changed

New Contributors

Full Changelog: App-vNext/Polly@8.6.5...8.6.6

Commits viewable in compare view.

Pinned QRCoder at 1.8.0.

Release notes

Sourced from QRCoder's releases.

1.8.0

What's Changed

New Contributors

Full Changelog: Shane32/QRCoder@v1.7.0...v1.8.0

Commits viewable in compare view.

Pinned RabbitMQ.Client at 7.2.1.

Release notes

Sourced from RabbitMQ.Client's releases.

7.2.1

GitHub milestone

What's Changed

New Contributors

Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.2.0...v7.2.1

Commits viewable in compare view.

Pinned Sentry.AspNetCore at 5.16.3.

Release notes

Sourced from Sentry.AspNetCore's releases.

5.16.3

Fixes

  • Memory leak when finishing an unsampled Transaction that has started unsampled Spans (#​4717)
  • Deliver system breadcrumbs in the main thread on Android (#​4671)

Dependencies

Commits viewable in compare view.

Pinned Serilog at 4.3.1.

Release notes

Sourced from Serilog's releases.

4.3.1

What's Changed

New Contributors

Full Changelog: serilog/serilog@v4.3.0...v4.3.1

Commits viewable in compare view.

Pinned Serilog.Sinks.Seq at 9.1.0.

Release notes

Sourced from Serilog.Sinks.Seq's releases.

9.1.0

What's Changed

Full Changelog: datalust/serilog-sinks-seq@v9.0.0...v9.1.0

Commits viewable in compare view.

Updated SkiaSharp from 3.119.1 to 3.119.2.

Updated SkiaSharp.NativeAssets.Linux from 3.119.1 to 3.119.2.

Pinned SpotifyAPI.Web at 7.4.2.

Release notes

Sourced from SpotifyAPI.Web's releases.

7.4.2

Some fixes with the latest Spotify changes:

  • fix: add ReplacePlaylistItems, which uses the new endpoint
  • fix: Use new request model for RemovePlaylistItems

7.3.0

😞 February Update

Implemented changes according to https://developer.spotify.com/documentation/web-api/references/changes/february-2026:

  1. New endpoints added
  2. Marked deprecated endpoints as obsolete

Commits viewable in compare view.

Pinned SpotifyAPI.Web.Auth at 7.4.2.

Release notes

Sourced from SpotifyAPI.Web.Auth's releases.

7.4.2

Some fixes with the latest Spotify changes:

  • fix: add ReplacePlaylistItems, which uses the new endpoint
  • fix: Use new request model for RemovePlaylistItems

7.3.0

😞 February Update

Implemented changes according to https://developer.spotify.com/documentation/web-api/references/changes/february-2026:

  1. New endpoints added
  2. Marked deprecated endpoints as obsolete

Commits viewable in compare view.

Pinned StackExchange.Redis at 2.13.1.

Release notes

Sourced from StackExchange.Redis's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Swashbuckle.AspNetCore at 10.1.7.

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

10.1.7

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.6...v10.1.7

10.1.6

What's Changed

Description has been truncated

Bumps Discord.Net.Commands from 3.18.0 to 3.19.1
Bumps Discord.Net.Interactions from 3.18.0 to 3.19.1
Bumps Discord.Net.Webhook from 3.18.0 to 3.19.1
Bumps Discord.Net.WebSocket from 3.18.0 to 3.19.1
Bumps Fergun.Interactive from 1.9.1 to 1.9.2
Bumps Figgle from 0.6.5 to 0.6.6
Bumps Figgle.Fonts from 0.6.5 to 0.6.6
Bumps Google.Apis.CustomSearchAPI.v1 from 1.68.0.3520 to 1.74.0.3520
Bumps Google.Apis.YouTube.v3 from 1.70.0.3847 to 1.74.0.4137
Bumps HarfBuzzSharp from 8.3.1.2 to 8.3.1.3
Bumps HarfBuzzSharp.NativeAssets.Linux from 8.3.1.2 to 8.3.1.3
Bumps Html2Markdown from 7.1.1.19 to 7.1.2.20
Bumps Humanizer from 3.0.1 to 3.0.10
Bumps JikanDotNet from 2.10.1 to 2.10.4
Bumps Lavalink4NET.Discord.NET from 4.2.0 to 4.2.1
Bumps Lavalink4NET.Integrations.Lavasearch from 4.2.0 to 4.2.1
Bumps Lavalink4NET.Integrations.Lavasrc from 4.2.0 to 4.2.1
Bumps linq2db from 6.0.0-rc.2 to 6.2.1
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.0 to 10.0.8
Bumps Microsoft.CodeAnalysis.Analyzers from 5.0.0-1.25277.114 to 5.3.0
Bumps Microsoft.CodeAnalysis.Common from 5.0.0 to 5.3.0
Bumps Microsoft.CodeAnalysis.CSharp from 5.0.0 to 5.3.0
Bumps Microsoft.CodeAnalysis.CSharp.Scripting from 5.0.0 to 5.3.0
Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 5.0.0 to 5.3.0
Bumps Microsoft.CodeAnalysis.Workspaces.Common from 5.0.0 to 5.3.0
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.5.1
Bumps NekosBestApiNet from 1.0.8 to 1.0.11
Bumps Npgsql from 10.0.1 to 10.0.2
Bumps NUnit from 4.4.0 to 4.6.0
Bumps NUnit.Analyzers from 4.11.2 to 4.13.0
Bumps OpenAI from 2.7.0 to 2.10.0
Bumps Polly from 8.6.5 to 8.6.6
Bumps QRCoder from 1.7.0 to 1.8.0
Bumps RabbitMQ.Client from 7.2.0 to 7.2.1
Bumps Sentry.AspNetCore from 5.16.2 to 5.16.3
Bumps Serilog from 4.3.1-dev-02373 to 4.3.1
Bumps Serilog.Sinks.Seq from 9.0.0 to 9.1.0
Bumps SkiaSharp from 3.119.1 to 3.119.2
Bumps SkiaSharp.NativeAssets.Linux from 3.119.1 to 3.119.2
Bumps SpotifyAPI.Web from 7.2.1 to 7.4.2
Bumps SpotifyAPI.Web.Auth from 7.2.1 to 7.4.2
Bumps StackExchange.Redis from 2.10.1 to 2.13.1
Bumps Swashbuckle.AspNetCore from 10.0.1 to 10.1.7
Bumps System.Drawing.Common from 10.0.0 to 10.0.8
Bumps System.ServiceProcess.ServiceController from 10.0.0 to 10.0.8
Bumps ZiggyCreatures.FusionCache from 2.4.0 to 2.6.0

---
updated-dependencies:
- dependency-name: Discord.Net.Commands
  dependency-version: 3.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Discord.Net.Interactions
  dependency-version: 3.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Discord.Net.Webhook
  dependency-version: 3.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Discord.Net.WebSocket
  dependency-version: 3.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Fergun.Interactive
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Figgle
  dependency-version: 0.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Figgle.Fonts
  dependency-version: 0.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Google.Apis.CustomSearchAPI.v1
  dependency-version: 1.74.0.3520
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Google.Apis.YouTube.v3
  dependency-version: 1.74.0.4137
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: HarfBuzzSharp
  dependency-version: 8.3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: HarfBuzzSharp.NativeAssets.Linux
  dependency-version: 8.3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Html2Markdown
  dependency-version: 7.1.2.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Humanizer
  dependency-version: 3.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: JikanDotNet
  dependency-version: 2.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Lavalink4NET.Discord.NET
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Lavalink4NET.Integrations.Lavasearch
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Lavalink4NET.Integrations.Lavasrc
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: linq2db
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.CodeAnalysis.Analyzers
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.CodeAnalysis.Common
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.CodeAnalysis.CSharp.Scripting
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.CodeAnalysis.Workspaces.Common
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: NekosBestApiNet
  dependency-version: 1.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Npgsql
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: NUnit
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: NUnit.Analyzers
  dependency-version: 4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: OpenAI
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Polly
  dependency-version: 8.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: QRCoder
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: RabbitMQ.Client
  dependency-version: 7.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Sentry.AspNetCore
  dependency-version: 5.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: Serilog.Sinks.Seq
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: SkiaSharp
  dependency-version: 3.119.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: SkiaSharp.NativeAssets.Linux
  dependency-version: 3.119.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: SpotifyAPI.Web
  dependency-version: 7.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: SpotifyAPI.Web.Auth
  dependency-version: 7.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: StackExchange.Redis
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 10.1.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
- dependency-name: System.Drawing.Common
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: System.ServiceProcess.ServiceController
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-minor-and-patch
- dependency-name: ZiggyCreatures.FusionCache
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates nuget NuGet package updates labels May 15, 2026
@DaxxTrias DaxxTrias merged commit efc18c1 into dev May 15, 2026
1 of 2 checks passed
@dependabot dependabot Bot deleted the dependabot/nuget/Mewdeko.Tests/dev/nuget-minor-and-patch-a535398d9c branch May 15, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant