Meta 3.17.2 (#3077)
* Update CHANGELOG.md * Update NUGET_README.md cuz why not * Update Discord.Net.targets * Update Discord.Net.nuspec * Update docfx.json * Update CHANGELOG.md
This commit is contained in:
20
CHANGELOG.md
20
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)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>3.17.1</VersionPrefix>
|
||||
<VersionPrefix>3.17.2</VersionPrefix>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<Authors>Discord.Net Contributors</Authors>
|
||||
<PackageTags>discord;discordapp</PackageTags>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Discord.Net</id>
|
||||
<version>3.17.1$suffix$</version>
|
||||
<version>3.17.2$suffix$</version>
|
||||
<title>Discord.Net</title>
|
||||
<authors>Discord.Net Contributors</authors>
|
||||
<owners>foxbot</owners>
|
||||
@@ -15,60 +15,60 @@
|
||||
<readme>NUGET_README.md</readme>
|
||||
<dependencies>
|
||||
<group targetFramework="net9.0">
|
||||
<dependency id="Discord.Net.Core" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.2$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="net8.0">
|
||||
<dependency id="Discord.Net.Core" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.2$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="net6.0">
|
||||
<dependency id="Discord.Net.Core" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.2$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="net5.0">
|
||||
<dependency id="Discord.Net.Core" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.2$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="net461">
|
||||
<dependency id="Discord.Net.Core" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.2$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="netstandard2.0">
|
||||
<dependency id="Discord.Net.Core" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.2$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="netstandard2.1">
|
||||
<dependency id="Discord.Net.Core" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.1$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.2$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.2$suffix$" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
||||
Reference in New Issue
Block a user