meta: bump version

This commit is contained in:
Quin Lynch
2022-02-16 08:40:56 -04:00
parent b2598d37b6
commit 62d4598fc9
4 changed files with 52 additions and 33 deletions

View File

@@ -1,5 +1,24 @@
# Changelog
## [3.3.1] - 2022-02-16
### Added
- #2107 Add DisplayName property to IGuildUser. (abfba3c)
### Fixed
- #2110 Fix incorrect ratelimit handles for 429's (b2598d3)
- #2094 Fix ToString() on CommandInfo (01735c8)
- #2098 Fix channel being null in DMs on Interactions (7e1b8c9)
- #2100 Fix crosspost ratelimits (fad217e)
- #2108 Fix being unable to modify AllowedMentions with no embeds set. (169d54f)
- #2109 Fix unused creation of REST clients for DiscordShardedClient shards. (6039378)
### Misc
- #2099 Update interaction summaries (503d32a)
## [3.3.0] - 2022-02-09
### Added

View File

@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>3.3.0</VersionPrefix>
<VersionPrefix>3.3.1</VersionPrefix>
<LangVersion>latest</LangVersion>
<Authors>Discord.Net Contributors</Authors>
<PackageTags>discord;discordapp</PackageTags>

View File

@@ -60,7 +60,7 @@
"overwrite": "_overwrites/**/**.md",
"globalMetadata": {
"_appTitle": "Discord.Net Documentation",
"_appFooter": "Discord.Net (c) 2015-2022 3.3.0",
"_appFooter": "Discord.Net (c) 2015-2022 3.3.1",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
"_appFaviconPath": "favicon.ico"

View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Discord.Net</id>
<version>3.3.0$suffix$</version>
<version>3.3.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.3.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.3.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.3.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.3.1$suffix$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.3.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.3.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.3.1$suffix$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.3.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.3.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.3.1$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.3.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.3.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.3.1$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.3.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.3.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.3.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.3.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.3.1$suffix$" />
</group>
</dependencies>
</metadata>