diff --git a/CHANGELOG.md b/CHANGELOG.md index e40ded87..515a3ec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog -## [3.17.0] - 2025-01-19 +## [3.17.2] - 2025-03-09 +### Added +- #3074 Add `excludeDeleted` argument to `GetEntitlementsAsync` (9c9407b) + +### Fixed +- #3063 `SocketApplicationCommand` missing `GuildId` (c625f5f) +- #3064 Correct empty value exception (6e7b3c2) +- #3068 Consider `AutoServiceScopes` in autocomplete handler executions (7fb537f) +- #3070 Possibly fix mute & deaf state for guild users (5f6c26b) +- #3072 AutoServiceScopes strikes again (d71fcb1) +- #3073 SocketGuild.GetApplicationCommandAsync was fetching global commands (aa66928) +- #3078 Add `EmptyServiceScope` (54e8416) + +### Misc +- #3075 Make Make GetShardFor(ulong guildId) & DiscordShardedClient.GetUserAsync() public (41ad6ac) +- #3061 yeet `FluentAssertions` (52c2f0d) + + +## [3.17.1] - 2025-01-19 ### Added - #3056 Add IAutomodRule.MentionRaidProtectionEnabled (0e9caf3) diff --git a/Discord.Net.targets b/Discord.Net.targets index fc9fa2dd..9334d8c0 100644 --- a/Discord.Net.targets +++ b/Discord.Net.targets @@ -1,6 +1,6 @@ - 3.17.1 + 3.17.2 latest Discord.Net Contributors discord;discordapp diff --git a/NUGET_README.md b/NUGET_README.md index c67f4879..ea403442 100644 --- a/NUGET_README.md +++ b/NUGET_README.md @@ -39,10 +39,15 @@ The individual components may also be installed from NuGet: - _The API core. Implements only entities and barebones functionality._ - [Discord.Net.Core](https://www.nuget.org/packages/Discord.Net.Core/) -### Unstable +### Nightlies -Nightly builds are available through our MyGet feed (`https://www.myget.org/F/discord-net/api/v3/index.json`). -These builds target the dev branch. +Nightlies are builds of Discord.NET that are still in an experimental phase, and have not been released. +They are available through 2 different sources: +- [BaGet](https://baget.discordnet.dev/) +- [GitHub Packages](https://github.com/orgs/discord-net/packages?repo_name=Discord.Net) + +> [!NOTE] +> GitHub Packages requires authentication. You can find more information [here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry#authenticating-to-github-packages). ## 🩷 Supporting Discord.Net diff --git a/docs/docfx.json b/docs/docfx.json index f303a2a6..bd86862c 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -59,7 +59,7 @@ "globalMetadata": { "_appTitle": "Discord.Net Documentation", "_appName": "Discord.Net", - "_appFooter": "Discord.Net © 2015-2025 3.17.1", + "_appFooter": "Discord.Net © 2015-2025 3.17.2", "_enableSearch": true, "_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg", "_appFaviconPath": "favicon.png" diff --git a/src/Discord.Net/Discord.Net.nuspec b/src/Discord.Net/Discord.Net.nuspec index 6f65f58b..ddf148fb 100644 --- a/src/Discord.Net/Discord.Net.nuspec +++ b/src/Discord.Net/Discord.Net.nuspec @@ -2,7 +2,7 @@ Discord.Net - 3.17.1$suffix$ + 3.17.2$suffix$ Discord.Net Discord.Net Contributors foxbot @@ -15,60 +15,60 @@ NUGET_README.md - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + +