Skip to content

Commit

Permalink
meta: 3.11.0 (#2709)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinchs authored Jun 27, 2023
1 parent 6615997 commit a9ba97a
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 33 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [3.11.0] - 2023-6-27

### Added
- #2616 Added guild Onboarding support (3a8f76c)
- #2627 Added `Audit Log Created` gateway event support (dff6a57)
- #2645 Added `Message` property and `UpdateAsync()` to `IModalInteraction` (83dfa0c)
- #2648 Added `MaxStageVideoChannelUsers` property to `IGuild` (bdd755b)
- #2665 Added voice messages support (f171684)
- #2619 Added get current bot application information (9ef5a76)
- #2649 Added `SafetyAlertsChannelId` to `IGuild` (2112e1f)
- #2696 Added support for the new username system (df717e6)
- #2620 Added support for filtering audit log entries by after id (529fe3d)
- #2622 Added default thread ratelimit in guild text channels (f9c8530)

### Fixed
- #2628 Allow creating stickers with no description (c950106)
- #2682 Fixed missing `JsonProperty` attributes in params for modifying automod rules (9df4438)
- #2702 Fixed `TypingStartedEvent` model to support Clyde (547bc92)
- #2652 Fixed streams being incorrectly disposed in `DefaultRestClient` (84431de)
- #2708 Fixed threads not getting removed from cache on `THREAD_DELETE` (fe4130d)
- #2688 Fixed some internal classes being public (9ddd922)
- #2687 Allow more than 1 action to be registered per automod rule (200bed7)
- #2683 Fixed mention limit, regex patterns & allowlist for automod rules (a41fa62)
- #2663 Fixed T3 file upload size to be 25MiB (98f974d)
- #2662 Fixed duplicate `SlashCommandExecuted` event on failed result (fe9657a)
- #2651 Fixed name translations (`NameLocalizations`) for `ChoiceAttribute` (75ae488)
- #2647 Fixed `ChannelPermissions.All()` exception on forums (6265dd5)
- #2642 Enforce rate limits on 429s (69cce5b)

### Misc
- #2601 Add missing json error (a8ae1e9)
- #2609 Refactor `SendMessageAsync` & `SendFile(s)Async` methods & modify webhook message attachments (898ee56)
- #2646 Create forum channels with default layout (0720049)
- #2666 Switch `channel` to `channel_id` in interactions (d5ba7d2)
- #2670 Disable FEC in OPUS (2be9b00)

## [3.10.0] - 2023-03-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion Discord.Net.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>3.10.0</VersionPrefix>
<VersionPrefix>3.11.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
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"overwrite": "_overwrites/**/**.md",
"globalMetadata": {
"_appTitle": "Discord.Net Documentation",
"_appFooter": "Discord.Net (c) 2015-2023 3.10.0",
"_appFooter": "Discord.Net (c) 2015-2023 3.11.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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Discord.Net</id>
<version>3.10.0$suffix$</version>
<version>3.11.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.10.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.10.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.10.0$suffix$" />
<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$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.10.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.10.0$suffix$" />
<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$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.10.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.10.0$suffix$" />
<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$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.10.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.10.0$suffix$" />
<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$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.10.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.10.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.10.0$suffix$" />
<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$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit a9ba97a

Please sign in to comment.