meta: 3.2.0

This commit is contained in:
quin lynch
2022-01-15 06:11:26 -04:00
parent bcd5fa450b
commit 3108e312aa
3 changed files with 61 additions and 32 deletions

View File

@@ -1,5 +1,34 @@
# Changelog
## [3.2.0] - 2022-01-15
## Added
- #2015 Add user-built AddCommand overloads to ModuleBuilder (68e3bed)
- #2016 Add Construct Method to InteractionModuleBase and Fix NRE on User-Built Module Creation (4ed4718)
- #2035 Add GetChannelType extension method (64423a0)
- #2036 Add missing guild features (7075d4e)
- #2037 Add default ratelimit callback (4d9389b)
- #2038 Add AddRow and WithRows to ComponentBuilder (3429cf9)
- #2040 Add user locale & guild locale in interactions (2731e20)
- #2041 Add search methods to InteractionService (9a52d05)
### Fixed
- #1562 Fix OperationCancelledException and add IAsyncEnumerable to wait without thread blocking (cd36bb8)
- #2014 Fix InteractionContext.Guild (944a0de)
- #2023 Fix ModifyAsync when only modifying a message's flags (e3eb0a9)
- #2025 Fix IsTopLevelCommand returning the wrong value (4b7cda0)
- #2031 Fix DefaultChannel to exclude threads (a06ba9f)
- #2033 Fix Interaction delete original response throwing 404 (291d1e4)
- #2034 Fix exception when uploading files with non seekable streams (7f4feea)
- #2044 Fix ApplicationId not being used for interactions (c682564)
- #2045 Fix argument null exception on Message Create (a07531f)
- #2046 Fix ThreadMember null ref in constructor (bcd5fa4)
### Misc
- #2018 Match argument defaults with IDiscordInteraction on SocketInteraction (093e548)
- #2024 Remove .ToLower from group name registration (9594ccc)
- #2042 Move gateway intents warning to ready event (3633929)
## [3.1.0] - 2021-12-24
### Added

View File

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

View File

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