meat next (#3098)
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -1,5 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
## [3.17.3] - 2025-04-26
|
||||
### Added
|
||||
- #3088 Add handler for unknown Discord dispatch events (9b79f0b)
|
||||
- #3090 Per file attachement size limits (649f52b)
|
||||
|
||||
### Fixed
|
||||
- #3084 Fixed type reader/converter parsing exception (88cfbe5)
|
||||
- #3091 Fixed modals with value type properties (a8523c5)
|
||||
- #3094 Fix WriteSilentFramesAsync sending a partial frame at first (2da25f3)
|
||||
|
||||
### Misc
|
||||
- #3081 add missing gif sticker format (6f623a6)
|
||||
- #3087 Add size in CDN.GetGuildSplashUrl (fb90701)
|
||||
- #3092 Improved exception messages of builders (cce6274)
|
||||
- #3096 Refactor MentionedUsers in the SocketMessage (0c3e7a8)
|
||||
|
||||
|
||||
## [3.17.2] - 2025-03-09
|
||||
### Added
|
||||
- #3074 Add `excludeDeleted` argument to `GetEntitlementsAsync` (9c9407b)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>3.17.2</VersionPrefix>
|
||||
<VersionPrefix>3.17.3</VersionPrefix>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<Authors>Discord.Net Contributors</Authors>
|
||||
<PackageTags>discord;discordapp</PackageTags>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
"globalMetadata": {
|
||||
"_appTitle": "Discord.Net Documentation",
|
||||
"_appName": "Discord.Net",
|
||||
"_appFooter": "Discord.Net © 2015-2025 3.17.2",
|
||||
"_appFooter": "Discord.Net © 2015-2025 3.17.3",
|
||||
"_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.2$suffix$</version>
|
||||
<version>3.17.3$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.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$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.3$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="net8.0">
|
||||
<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$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.3$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="net6.0">
|
||||
<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$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.3$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="net5.0">
|
||||
<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$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.3$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="net461">
|
||||
<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$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.3$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="netstandard2.0">
|
||||
<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$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.3$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="netstandard2.1">
|
||||
<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$" />
|
||||
<dependency id="Discord.Net.Core" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.17.3$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.17.3$suffix$" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
||||
Reference in New Issue
Block a user