meta: 3.4.1
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [3.4.1] - 2022-03-9
|
||||
|
||||
### Added
|
||||
- #2169 Component TypeConverters and CustomID TypeReaders (fb4250b)
|
||||
- #2180 Attachment description and content type (765c0c5)
|
||||
- #2162 Add configuration toggle to suppress Unknown dispatch warnings (1ba96d6)
|
||||
- #2178 Add 10065 Error code (cc6918d)
|
||||
|
||||
### Fixed
|
||||
- #2179 Logging out sharded client throws (24b7bb5)
|
||||
- #2182 Thread owner always returns null (25aaa49)
|
||||
- #2165 Fix error with flag params when uploading files. (a5d3add)
|
||||
- #2181 Fix ambiguous reference for creating roles (f8ec3c7)
|
||||
|
||||
## [3.4.0] - 2022-3-2
|
||||
|
||||
## Added
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>3.4.0</VersionPrefix>
|
||||
<VersionPrefix>3.4.1</VersionPrefix>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<Authors>Discord.Net Contributors</Authors>
|
||||
<PackageTags>discord;discordapp</PackageTags>
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
"overwrite": "_overwrites/**/**.md",
|
||||
"globalMetadata": {
|
||||
"_appTitle": "Discord.Net Documentation",
|
||||
"_appFooter": "Discord.Net (c) 2015-2022 3.4.0",
|
||||
"_appFooter": "Discord.Net (c) 2015-2022 3.4.1",
|
||||
"_enableSearch": true,
|
||||
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
|
||||
"_appFaviconPath": "favicon.ico"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Discord.Net</id>
|
||||
<version>3.4.0$suffix$</version>
|
||||
<version>3.4.1$suffix$</version>
|
||||
<title>Discord.Net</title>
|
||||
<authors>Discord.Net Contributors</authors>
|
||||
<owners>foxbot</owners>
|
||||
@@ -14,44 +14,44 @@
|
||||
<iconUrl>https://github.com/RogueException/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</iconUrl>
|
||||
<dependencies>
|
||||
<group targetFramework="net6.0">
|
||||
<dependency id="Discord.Net.Core" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.4.1$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="net5.0">
|
||||
<dependency id="Discord.Net.Core" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.4.1$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="net461">
|
||||
<dependency id="Discord.Net.Core" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.4.1$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="netstandard2.0">
|
||||
<dependency id="Discord.Net.Core" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.4.1$suffix$" />
|
||||
</group>
|
||||
<group targetFramework="netstandard2.1">
|
||||
<dependency id="Discord.Net.Core" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.4.0$suffix$" />
|
||||
<dependency id="Discord.Net.Core" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Rest" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.WebSocket" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Commands" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Webhook" version="3.4.1$suffix$" />
|
||||
<dependency id="Discord.Net.Interactions" version="3.4.1$suffix$" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
||||
Reference in New Issue
Block a user