meta: 3.4.0
This commit is contained in:
23
CHANGELOG.md
23
CHANGELOG.md
@@ -1,5 +1,28 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [3.4.0] - 2022-3-2
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- #2146 Add FromDateTimeOffset in TimestampTag (553055b)
|
||||||
|
- #2062 Add return statement to precondition handling (3e52fab)
|
||||||
|
- #2131 Add support for sending Message Flags (1fb62de)
|
||||||
|
- #2137 Add self_video to VoiceState (8bcd3da)
|
||||||
|
- #2151 Add Image property to Guild Scheduled Events (1dc473c)
|
||||||
|
- #2152 Add missing json error codes (202554f)
|
||||||
|
- #2153 Add IsInvitable and CreatedAt to threads (6bf5818)
|
||||||
|
- #2155 Add Interaction Service Complex Parameters (9ba64f6)
|
||||||
|
- #2156 Add Display name support for enum type converter (c800674)
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
- #2117 Fix stream access exception when ratelimited (a1cfa41)
|
||||||
|
- #2128 Fix context menu comand message type (f601e9b)
|
||||||
|
- #2135 Fix NRE when ratelimmited requests don't return a body (b95b942)
|
||||||
|
- #2154 Fix usage of CacheMode.AllowDownload in channels (b3370c3)
|
||||||
|
|
||||||
|
## Misc
|
||||||
|
- #2149 Clarify Users property on SocketGuildChannel (5594739)
|
||||||
|
- #2157 Enforce valid button styles (507a18d)
|
||||||
|
|
||||||
## [3.3.2] - 2022-02-16
|
## [3.3.2] - 2022-02-16
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -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.3.2</VersionPrefix>
|
<VersionPrefix>3.4.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.3.2",
|
"_appFooter": "Discord.Net (c) 2015-2022 3.4.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.3.2$suffix$</version>
|
<version>3.4.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.3.2$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.4.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net5.0">
|
<group targetFramework="net5.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.4.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net461">
|
<group targetFramework="net461">
|
||||||
<dependency id="Discord.Net.Core" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.4.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="netstandard2.0">
|
<group targetFramework="netstandard2.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.4.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="netstandard2.1">
|
<group targetFramework="netstandard2.1">
|
||||||
<dependency id="Discord.Net.Core" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.4.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.3.2$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.4.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
Reference in New Issue
Block a user