Skip to content

Commit 4fdebdc

Browse files
authored
Meta/3.19.0 beta.1 (#3220)
* Bump version to 3.19.0 in nuspec file * Update app footer year and version in docfx.json * Bump version prefix to 3.19.0 * Update CHANGELOG for version 3.19.0-beta.1
1 parent 86b885b commit 4fdebdc

File tree

4 files changed

+58
-21
lines changed

4 files changed

+58
-21
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## [3.19.0-beta.1] - 2026-01-03
4+
### Added
5+
- #3172 Modal refactoring & select menu support (a476014)
6+
- #3178 Add `PinMessages` permission (5273f1d)
7+
- #3183 Update voice API to version 8 (927c905)
8+
- #3189 Modal Select Components Support for IF (e8c5436)
9+
- #3196 Add modify current guild member support (80fbbc2)
10+
- #3198 Get Archived thread calls on text channels (ca6c9bc)
11+
- #3199 Add select menu `IsRequired` property and fix usage of `DefaultValues` (0aff637)
12+
- #3200 Add net10.0 build target, update deps (f205bba)
13+
- #3193 Remove unsupported SDK targets (5ca29fd))
14+
- #3195 Add `GetRoleUserCounts` REST method (dade9b2)
15+
- #3207 Added UnknownComponent classes, and support to MessageComponentConverter and MessageComponentExtensions (ad8182f)
16+
- #3209 Modal Components v2 Single-select Typeconverters, Rest, and Patches (1e27c99)
17+
18+
### Fixed
19+
- #3167 Incorrect casts in the legacy component builder (958d286)
20+
- #3173 Remove voice gateway port stripping (0b078d7)
21+
- #3174 Fix duplicated flag value in ActivityProperties enum (ebc7db8)
22+
- #3186 Fix missing SelectMenu Type, ChannelTypes, DefaultValues in ComponentBuilder.AddComponent (8883596)
23+
- #3190 Fix voice receiving (a468e18)
24+
- #3192 fixed error on changing role icon/emoji to an image. (06510e1)
25+
- #3204 Fix user status update when speaking (11a56bc)
26+
- #3206 Fix AutocompleteResult.Value having no length limit (161a91e)
27+
- #3210 Fix NRE in Rest Interaction Guild User Resolution (fd6e3ad)
28+
- #3218 fix modal text display constructor initialization (86b885b)
29+
- #3197 Correct `IUserMessage.ModifyAsync` precondition expression (8668092)
30+
31+
### Misc
32+
- #3169 Make ParameterChoice constructor public (9cb6ffd)
33+
- #3171 Bump guild batch limit to 200 (fc0712d)
34+
- #3176 Add better json type exception (ae6e7d5)
35+
- #3177 Make Cacheable constructors public (e61eb51
36+
- #3216 Improve .NET 9.0+ locking performance (4e95dd7)
37+
- #3217 Switch lock backport package to #if defs instead (b386a0e)
38+
39+
340
## [3.18.0] - 2025-07-19
441
### Added
542
- #3145 add `ApproximateUserAuthorizationCount` (6e1f9c1)

Discord.Net.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<VersionPrefix>3.18.0</VersionPrefix>
3+
<VersionPrefix>3.19.0</VersionPrefix>
44
<LangVersion>latest</LangVersion>
55
<Authors>Discord.Net Contributors</Authors>
66
<PackageTags>discord;discordapp</PackageTags>

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"globalMetadata": {
6060
"_appTitle": "Discord.Net Documentation",
6161
"_appName": "Discord.Net",
62-
"_appFooter": "Discord.Net © 2015-2025 3.18.0",
62+
"_appFooter": "Discord.Net © 2015-2026 3.19.0",
6363
"_enableSearch": true,
6464
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
6565
"_appFaviconPath": "favicon.png"

src/Discord.Net/Discord.Net.nuspec

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Discord.Net</id>
5-
<version>3.18.0$suffix$</version>
5+
<version>3.19.0$suffix$</version>
66
<title>Discord.Net</title>
77
<authors>Discord.Net Contributors</authors>
88
<owners>foxbot</owners>
@@ -15,28 +15,28 @@
1515
<readme>NUGET_README.md</readme>
1616
<dependencies>
1717
<group targetFramework="net10.0">
18-
<dependency id="Discord.Net.Core" version="3.18.0$suffix$" />
19-
<dependency id="Discord.Net.Rest" version="3.18.0$suffix$" />
20-
<dependency id="Discord.Net.WebSocket" version="3.18.0$suffix$" />
21-
<dependency id="Discord.Net.Commands" version="3.18.0$suffix$" />
22-
<dependency id="Discord.Net.Webhook" version="3.18.0$suffix$" />
23-
<dependency id="Discord.Net.Interactions" version="3.18.0$suffix$" />
18+
<dependency id="Discord.Net.Core" version="3.19.0$suffix$" />
19+
<dependency id="Discord.Net.Rest" version="3.19.0$suffix$" />
20+
<dependency id="Discord.Net.WebSocket" version="3.19.0$suffix$" />
21+
<dependency id="Discord.Net.Commands" version="3.19.0$suffix$" />
22+
<dependency id="Discord.Net.Webhook" version="3.19.0$suffix$" />
23+
<dependency id="Discord.Net.Interactions" version="3.19.0$suffix$" />
2424
</group>
2525
<group targetFramework="net9.0">
26-
<dependency id="Discord.Net.Core" version="3.18.0$suffix$" />
27-
<dependency id="Discord.Net.Rest" version="3.18.0$suffix$" />
28-
<dependency id="Discord.Net.WebSocket" version="3.18.0$suffix$" />
29-
<dependency id="Discord.Net.Commands" version="3.18.0$suffix$" />
30-
<dependency id="Discord.Net.Webhook" version="3.18.0$suffix$" />
31-
<dependency id="Discord.Net.Interactions" version="3.18.0$suffix$" />
26+
<dependency id="Discord.Net.Core" version="3.19.0$suffix$" />
27+
<dependency id="Discord.Net.Rest" version="3.19.0$suffix$" />
28+
<dependency id="Discord.Net.WebSocket" version="3.19.0$suffix$" />
29+
<dependency id="Discord.Net.Commands" version="3.19.0$suffix$" />
30+
<dependency id="Discord.Net.Webhook" version="3.19.0$suffix$" />
31+
<dependency id="Discord.Net.Interactions" version="3.19.0$suffix$" />
3232
</group>
3333
<group targetFramework="net8.0">
34-
<dependency id="Discord.Net.Core" version="3.18.0$suffix$" />
35-
<dependency id="Discord.Net.Rest" version="3.18.0$suffix$" />
36-
<dependency id="Discord.Net.WebSocket" version="3.18.0$suffix$" />
37-
<dependency id="Discord.Net.Commands" version="3.18.0$suffix$" />
38-
<dependency id="Discord.Net.Webhook" version="3.18.0$suffix$" />
39-
<dependency id="Discord.Net.Interactions" version="3.18.0$suffix$" />
34+
<dependency id="Discord.Net.Core" version="3.19.0$suffix$" />
35+
<dependency id="Discord.Net.Rest" version="3.19.0$suffix$" />
36+
<dependency id="Discord.Net.WebSocket" version="3.19.0$suffix$" />
37+
<dependency id="Discord.Net.Commands" version="3.19.0$suffix$" />
38+
<dependency id="Discord.Net.Webhook" version="3.19.0$suffix$" />
39+
<dependency id="Discord.Net.Interactions" version="3.19.0$suffix$" />
4040
</group>
4141
</dependencies>
4242
</metadata>

0 commit comments

Comments
 (0)