Skip to content

Commit

Permalink
meta: 3.14.0 (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha-133 authored Mar 18, 2024
1 parent 24a6978 commit 73d63e1
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 33 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [3.14.0] - 2023-03-19

### Added
- #2849 Allow setting channel topic to null when creating channels (7c96844)
- #2832 Add Icon size parameter to `GetGuildIconUrl` CDN method (eb5678a)
- #2883 Initial user apps support (24a6978)
- #2881 Bulk ban support (03402cd)
- #2880 More banner support (4efe3be)
- #2858 Allow setting custom status with `SetGameAsync` (ee386b1)
- #2870 SentRequest event (fc2fc87)
- #2873 Voice reconnection and resuming (09680c5)
- #2879 Support setting banner on bot profiles (d0c0a56)

### Fixed
- #2866 Allow switching voice channels without disconnecting (external clients only) (5a62ba1)
- #2857 Receiving voice packets (use system-assigned port) (1a16f4d)
- #2850 NRE in automod audit logs (1eb7a53)
- #2862 Fixed a bug when creating a `SelectMenuBuilder` from a `SelectMenuComponent` incorrectly set the `CustomId` (6870ac5)
- Incorrect ConnectionState of a DiscordSocketClient casted to IDiscordClient/BaseSocketClient (955fae0)
- #2867 `InteractionService.AddModulesXAsync` command duplication (2787db3)

### Misc
- #2806 Update library dependencies (bfc8dc2)
- #2847 Remove some redundant notes & small updates (d0e9c8b)
- #2854 Refactor `MaxBitrate` and `UploadLimit` in `GuildHelper` (6256de4)
- #2869 Fix optional param being non-optional (fa51f0a)


## [3.13.1] - 2024-02-11

### 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.13.1</VersionPrefix>
<VersionPrefix>3.14.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 @@ -59,7 +59,7 @@
"globalMetadata": {
"_appTitle": "Discord.Net Documentation",
"_appName": "Discord.Net",
"_appFooter": "Discord.Net © 2015-2024 3.13.1",
"_appFooter": "Discord.Net © 2015-2024 3.14.0",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
"_appFaviconPath": "favicon.png"
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.13.1$suffix$</version>
<version>3.14.0$suffix$</version>
<title>Discord.Net</title>
<authors>Discord.Net Contributors</authors>
<owners>foxbot</owners>
Expand All @@ -15,44 +15,44 @@
<readme>NUGET_README.md</readme>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.14.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.14.0$suffix$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.14.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.14.0$suffix$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.14.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.14.0$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.14.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.14.0$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.14.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.14.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.14.0$suffix$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 73d63e1

Please sign in to comment.