Skip to content

Commit

Permalink
meta: 3.12.0 (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinchs committed Aug 10, 2023
1 parent 0c12079 commit 185ee7d
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 33 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog

## [3.12.0] - 2023-08-10

### Added
- #2644 Added `ComponentBuilder` component removal methods. (d5d7378)
- #2668 Added a method for sending silent audio frames on `OpusEncodeStream`. (59094d2)
- #2675 Added missing `remove` property to `MemberRoleAudit`. (5fb9152)
- #2720 Added role & attachment flags (a421715)
- #2723 Added missing properties to webhook implementation (2b8584d)
- #2729 Added new onboarding methods/properties (8cd4c1c)
- #2730 Added new `ModifyCurrentApplication` features (166d40f)
- #2749 Added support for setting custom status (b2820d5)

### Fixed
- #2711 Fixed modifying guild resets preferred locale (12c50f2)
- #2713 Fixed some `ReplyAsync` methods missing `MessageFlags` parameter. (56769cb)
- #2714 Fixed disconnecting socket client not sending close code. (6bb3777)
- #2722 Fixed modal's `DeferAsync` implementation (5f580f6)
- #2726 Fixed global name not being passed to `UserUpdated` event (9dfd4d7)
- #2742 Fixed `ModifyAsync` attachments #2236 (0c12079)
- #2745 Fixed `GetMessagesAsync` with `Direction.After` not working as expected (c922497)


## [3.11.0] - 2023-6-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion Discord.Net.targets
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>3.11.0</VersionPrefix>
<VersionPrefix>3.12.0</VersionPrefix>
<LangVersion>latest</LangVersion>
<Authors>Discord.Net Contributors</Authors>
<PackageTags>discord;discordapp</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion docs/docfx.json
Expand Up @@ -60,7 +60,7 @@
"overwrite": "_overwrites/**/**.md",
"globalMetadata": {
"_appTitle": "Discord.Net Documentation",
"_appFooter": "Discord.Net (c) 2015-2023 3.11.0",
"_appFooter": "Discord.Net (c) 2015-2023 3.12.0",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
"_appFaviconPath": "favicon.ico"
Expand Down
62 changes: 31 additions & 31 deletions src/Discord.Net/Discord.Net.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Discord.Net</id>
<version>3.11.0$suffix$</version>
<version>3.12.0$suffix$</version>
<title>Discord.Net</title>
<authors>Discord.Net Contributors</authors>
<owners>foxbot</owners>
Expand All @@ -14,44 +14,44 @@
<icon>PackageLogo.png</icon>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.11.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.12.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.12.0$suffix$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.11.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.12.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.12.0$suffix$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.11.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.12.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.12.0$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.11.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.12.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.12.0$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.11.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.11.0$suffix$" />
<dependency id="Discord.Net.Core" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.12.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.12.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.12.0$suffix$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 185ee7d

Please sign in to comment.