meta: 3.8.1 (#2464)
This commit is contained in:
24
CHANGELOG.md
24
CHANGELOG.md
@@ -1,5 +1,29 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [3.8.1] - 2022-09-12
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- #2437 Added scheduled event types to AuditLog ActionTypes (fca9c6b)
|
||||||
|
- #2423 Added support for resume gateway url (d4c533a)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- #2443 Fixed typos of word length (adf012d)
|
||||||
|
- #2438 Fixed http query symbol in ModifyWebhookMessageAsync (0aa381d)
|
||||||
|
- #2444 Fixed BulkOverwriteCommands NRE (9feb703)
|
||||||
|
- #2417 Fixed CommandService RemoveModuleMethod not removing modules (fca9c6b)
|
||||||
|
- #2345 Fixed EmbedBuilder.Length NRE (11ece4b)
|
||||||
|
- #2453 Fixed NRE on SlashCommandBuilder.Build method (5073afa)
|
||||||
|
- #2457 Fixed typo in SlashCommandBuilder.AddNameLocalizationMethod (1b01fed)
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
|
||||||
|
- #2462 Add additional checks for gateway event warnings (b45b152)
|
||||||
|
- #2448 Bump to Discord API V10 (fbc5ad4)
|
||||||
|
- #2451 Return a list instead of an array in GetModulePath and GetChoicePath methods (370bdfa)
|
||||||
|
- #2453 Update app commands regex and fix localization on app context commands (3dec99f)
|
||||||
|
- #2333 Update package logo (2b86a79)
|
||||||
|
|
||||||
## [3.8.0] - 2022-08-27
|
## [3.8.0] - 2022-08-27
|
||||||
### Added
|
### Added
|
||||||
- #2384 Added support for the WEBHOOKS_UPDATED event (010e8e8)
|
- #2384 Added support for the WEBHOOKS_UPDATED event (010e8e8)
|
||||||
|
|||||||
@@ -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.8.0</VersionPrefix>
|
<VersionPrefix>3.8.1</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.8.0",
|
"_appFooter": "Discord.Net (c) 2015-2022 3.8.1",
|
||||||
"_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.8.0$suffix$</version>
|
<version>3.8.1$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/discord-net/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</iconUrl>
|
<iconUrl>https://github.com/discord-net/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.8.0$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.8.1$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net5.0">
|
<group targetFramework="net5.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.8.1$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net461">
|
<group targetFramework="net461">
|
||||||
<dependency id="Discord.Net.Core" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.8.1$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="netstandard2.0">
|
<group targetFramework="netstandard2.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.8.1$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="netstandard2.1">
|
<group targetFramework="netstandard2.1">
|
||||||
<dependency id="Discord.Net.Core" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.8.1$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.8.0$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.8.1$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
Reference in New Issue
Block a user