diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0cc7c068..ffb1c533 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: dotnet-version: 9.0.x - name: Setup DocFX - run: dotnet tool install -g docfx --version 2.78.2 + run: dotnet tool install -g docfx --version 2.78.3 - name: Build DNet docs run: docfx docs/docfx.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cd3cf9..01c17d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.18.0-beta.1] - 2025-05-08 + +### Added +- #3065 Components V2 (ba78e0c) +- #3110 CV2 Find component by id (cc81669) + +### Fixed +- #3106 Providing multiple message flags fails to pass validations (05a0acc) +- #3114 Fix NRE responding with a modal info class with null required fields (2b6a912) + +### Misc +- #3107 update component limits + add `ComponentCount()` extension (348928a) + + ## [3.17.4] - 2025-04-26 ### Fixed diff --git a/Discord.Net.targets b/Discord.Net.targets index d38d20c1..7f9836d4 100644 --- a/Discord.Net.targets +++ b/Discord.Net.targets @@ -1,6 +1,6 @@ - 3.17.4 + 3.18.0 latest Discord.Net Contributors discord;discordapp diff --git a/docs/README.md b/docs/README.md index 493bdbe0..d52550c6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ The documentation for the Discord.Net library uses [DocFX][docfx-main]. Instructions for installing this tool can be found [here][docfx-installing]. > [!IMPORTANT] -> You must use DocFX version **2.77.0** for everything to work correctly. +> You must use DocFX version **2.78.3** for everything to work correctly. 1. Navigate to the root of the repository. 2. Build the docs using `docfx docs/docfx.json`. Add the `--serve` diff --git a/docs/docfx.json b/docs/docfx.json index 93108f97..a648ecf0 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -59,7 +59,7 @@ "globalMetadata": { "_appTitle": "Discord.Net Documentation", "_appName": "Discord.Net", - "_appFooter": "Discord.Net © 2015-2025 3.17.4", + "_appFooter": "Discord.Net © 2015-2025 3.18.0", "_enableSearch": true, "_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg", "_appFaviconPath": "favicon.png" diff --git a/src/Discord.Net/Discord.Net.nuspec b/src/Discord.Net/Discord.Net.nuspec index ea1534e9..f0991514 100644 --- a/src/Discord.Net/Discord.Net.nuspec +++ b/src/Discord.Net/Discord.Net.nuspec @@ -2,7 +2,7 @@ Discord.Net - 3.17.4$suffix$ + 3.18.0$suffix$ Discord.Net Discord.Net Contributors foxbot @@ -15,60 +15,60 @@ NUGET_README.md - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + +