Skip to content

deps: Bump the nuget-minor-and-patch group with 49 updates#2

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dot-config/dev/nuget-minor-and-patch-27a42dfb9a
Closed

deps: Bump the nuget-minor-and-patch group with 49 updates#2
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dot-config/dev/nuget-minor-and-patch-27a42dfb9a

Conversation

@dependabot
Copy link
Copy Markdown

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updated Discord.Net.Commands from 3.18.0 to 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.

Updated Discord.Net.Interactions from 3.18.0 to 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.

Updated Discord.Net.Rest from 3.18.0 to 3.19.1.

Release notes

Sourced from Discord.Net.Rest'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.

Updated Discord.Net.Webhook from 3.18.0 to 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.

Updated Discord.Net.WebSocket from 3.18.0 to 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.

Updated dotnet-ef from 9.0.3 to 9.0.16.

Release notes

Sourced from dotnet-ef's releases.

9.0.16

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.15...v9.0.16

9.0.15

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.14...v9.0.15

9.0.14

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.13...v9.0.14

9.0.13

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.12...v9.0.13

9.0.12

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.11...v9.0.12

9.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.8...v9.0.9

9.0.7

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Cosmos/FTS: Improved FullTextScore Translation for Multiple Keywords
    The translation of FullTextScore in Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves #​35983 and ensures more reliable full-text search results.
    #​36000 by @​maumar

Dependency Updates

  • [release/8.0] Update dependencies from dotnet/arcade
    Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem.
    #​35930 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements.
    #​36006 by @​dotnet-maestro
  • [release/8.0] Update dependencies from dotnet/arcade
    Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes.
    #​36085 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Additional update to Arcade dependencies for the 9.0 branch, maintaining up-to-date build tooling and infrastructure.
    #​36065 by @​dotnet-maestro

Technical Improvements

  • Merging Internal Commits for release/8.0
    Integrated various internal commits into the 8.0 release branch, improving code quality, maintainability, and aligning with internal standards.
    #​35926 by @​vseanreesermsft
  • Merging Internal Commits for release/8.0
    Additional internal commits merged into the 8.0 branch, further enhancing stability and maintainability.
    #​36080 by @​vseanreesermsft
  • Merging Internal Commits for release/9.0
    Integrated internal improvements into the 9.0 branch, ensuring consistency and codebase health.
    #​36081 by @​vseanreesermsft

Infrastructure

  • Update Branding to 9.0.6
    Updated the product branding and version numbers to 9.0.6, ensuring that all assemblies and packages reflect the correct release version.
    #​36044 by @​vseanreesermsft
  • Update Branding to 8.0.17
    Updated branding for the 8.0 release line to version 8.0.17, keeping versioning consistent across all release artifacts.
    #​36043 by @​vseanreesermsft

Miscellaneous

  • [automated] Merge branch 'release/8.0' => 'release/9.0'
    Automated merge of changes from the 8.0 branch into the 9.0 branch, ensuring that all relevant fixes and improvements are carried forward.
    #​35927 by @​github-actions
  • Merge release/9.0 to release/9.0-staging
    Merged the 9.0 branch into the 9.0-staging branch, preparing for further testing and validation before final release.
    #​36051 by @​AndriySvyryd
    ... (truncated)

9.0.5

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.4...v9.0.5

9.0.4

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.3...v9.0.4

Commits viewable in compare view.

Updated Fergun.Interactive from 1.9.1 to 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.

Updated Figgle from 0.6.5 to 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.

Updated Google.Apis.CustomSearchAPI.v1 from 1.68.0.3520 to 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.

Updated Google.Apis.YouTube.v3 from 1.70.0.3847 to 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.

Updated HarfBuzzSharp from 8.3.1.2 to 8.3.1.3.

Updated HarfBuzzSharp.NativeAssets.Linux from 8.3.1.2 to 8.3.1.3.

Updated Html2Markdown from 7.1.1.19 to 7.1.2.20.

Release notes

Sourced from Html2Markdown's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Humanizer from 3.0.1 to 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.

Updated JikanDotNet from 2.10.1 to 2.10.4.

Release notes

Sourced from JikanDotNet's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Lavalink4NET.Discord.NET from 4.2.0 to 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.

Updated Lavalink4NET.Integrations.Lavasearch from 4.2.0 to 4.2.1.

Release notes

_Sourced from [Lav...

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.Rest 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 dotnet-ef from 9.0.3 to 9.0.16
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.0 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 Sentry.Serilog 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.Rest
  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: dotnet-ef
  dependency-version: 9.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: Sentry.Serilog
  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 closed this May 15, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 15, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/nuget/dot-config/dev/nuget-minor-and-patch-27a42dfb9a branch May 15, 2026 20:26
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