meta: 3.5.0
This commit is contained in:
26
CHANGELOG.md
26
CHANGELOG.md
@@ -1,5 +1,31 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [3.5.0] - 2022-04-05
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- #2204 Added config option for bidirectional formatting of usernames (e38104b)
|
||||||
|
- #2210 Add a way to remove type readers from the interaction/command service. (7339945)
|
||||||
|
- #2213 Add global interaction post execution event. (a744948)
|
||||||
|
- #2223 Add ban pagination support (d8757a5)
|
||||||
|
- #2201 Add missing interface methods to IComponentInteraction (741ed80)
|
||||||
|
- #2226 Add an action delegate parameter to `RespondWithModalAsync<T>()` for modifying the modal (d2118f0)
|
||||||
|
- #2227 Add RespondWithModal methods to RestInteractinModuleBase (1c680db)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- #2168 Fix Integration model from GuildIntegration and added INTEGRATION gateway events (305d7f9)
|
||||||
|
- #2187 Fix modal response failing (d656722)
|
||||||
|
- #2188 Fix serialization error on thread creation timestamp. (d48a7bd)
|
||||||
|
- #2209 Fix GuildPermissions.All not including newer permissions (91d8fab)
|
||||||
|
- #2219 Fix ShardedClients not pushing PresenceUpdates (c4131cf)
|
||||||
|
- #2225 Fix GuildMemberUpdated cacheable `before` entity being incorrect (bfd0d9b)
|
||||||
|
- #2217 Fix gateway interactions not running without bot scope. (8522447)
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
- #2193 Update GuildMemberUpdated comment regarding presence (82473bc)
|
||||||
|
- #2206 Fixed typo (c286b99)
|
||||||
|
- #2216 Fix small typo in modal example (0439437)
|
||||||
|
- #2228 Correct minor typo (d1cf1bf)
|
||||||
|
|
||||||
## [3.4.1] - 2022-03-9
|
## [3.4.1] - 2022-03-9
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VersionPrefix>3.4.1</VersionPrefix>
|
<VersionPrefix>3.5.0</VersionPrefix>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<Authors>Discord.Net Contributors</Authors>
|
<Authors>Discord.Net Contributors</Authors>
|
||||||
<PackageTags>discord;discordapp</PackageTags>
|
<PackageTags>discord;discordapp</PackageTags>
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
"overwrite": "_overwrites/**/**.md",
|
"overwrite": "_overwrites/**/**.md",
|
||||||
"globalMetadata": {
|
"globalMetadata": {
|
||||||
"_appTitle": "Discord.Net Documentation",
|
"_appTitle": "Discord.Net Documentation",
|
||||||
"_appFooter": "Discord.Net (c) 2015-2022 3.4.1",
|
"_appFooter": "Discord.Net (c) 2015-2022 3.5.0",
|
||||||
"_enableSearch": true,
|
"_enableSearch": true,
|
||||||
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
|
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
|
||||||
"_appFaviconPath": "favicon.ico"
|
"_appFaviconPath": "favicon.ico"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>Discord.Net</id>
|
<id>Discord.Net</id>
|
||||||
<version>3.4.1$suffix$</version>
|
<version>3.5.0$suffix$</version>
|
||||||
<title>Discord.Net</title>
|
<title>Discord.Net</title>
|
||||||
<authors>Discord.Net Contributors</authors>
|
<authors>Discord.Net Contributors</authors>
|
||||||
<owners>foxbot</owners>
|
<owners>foxbot</owners>
|
||||||
@@ -14,44 +14,44 @@
|
|||||||
<iconUrl>https://github.com/RogueException/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</iconUrl>
|
<iconUrl>https://github.com/RogueException/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</iconUrl>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<group targetFramework="net6.0">
|
<group targetFramework="net6.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.5.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net5.0">
|
<group targetFramework="net5.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.5.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net461">
|
<group targetFramework="net461">
|
||||||
<dependency id="Discord.Net.Core" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.5.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="netstandard2.0">
|
<group targetFramework="netstandard2.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.5.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="netstandard2.1">
|
<group targetFramework="netstandard2.1">
|
||||||
<dependency id="Discord.Net.Core" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.5.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.4.1$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.5.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
Reference in New Issue
Block a user