meta 3.18.0-beta.1 (#3117)
* meta 3.18.0-beta.1 * :copium_truck1::copium_truck2::copium_truck3:
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
dotnet-version: 9.0.x
|
dotnet-version: 9.0.x
|
||||||
|
|
||||||
- name: Setup DocFX
|
- 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
|
- name: Build DNet docs
|
||||||
run: docfx docs/docfx.json
|
run: docfx docs/docfx.json
|
||||||
|
|||||||
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,19 @@
|
|||||||
# Changelog
|
# 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
|
## [3.17.4] - 2025-04-26
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VersionPrefix>3.17.4</VersionPrefix>
|
<VersionPrefix>3.18.0</VersionPrefix>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<Authors>Discord.Net Contributors</Authors>
|
<Authors>Discord.Net Contributors</Authors>
|
||||||
<PackageTags>discord;discordapp</PackageTags>
|
<PackageTags>discord;discordapp</PackageTags>
|
||||||
|
|||||||
@@ -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].
|
Instructions for installing this tool can be found [here][docfx-installing].
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!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.
|
1. Navigate to the root of the repository.
|
||||||
2. Build the docs using `docfx docs/docfx.json`. Add the `--serve`
|
2. Build the docs using `docfx docs/docfx.json`. Add the `--serve`
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
"globalMetadata": {
|
"globalMetadata": {
|
||||||
"_appTitle": "Discord.Net Documentation",
|
"_appTitle": "Discord.Net Documentation",
|
||||||
"_appName": "Discord.Net",
|
"_appName": "Discord.Net",
|
||||||
"_appFooter": "Discord.Net © 2015-2025 3.17.4",
|
"_appFooter": "Discord.Net © 2015-2025 3.18.0",
|
||||||
"_enableSearch": true,
|
"_enableSearch": true,
|
||||||
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
|
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
|
||||||
"_appFaviconPath": "favicon.png"
|
"_appFaviconPath": "favicon.png"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>Discord.Net</id>
|
<id>Discord.Net</id>
|
||||||
<version>3.17.4$suffix$</version>
|
<version>3.18.0$suffix$</version>
|
||||||
<title>Discord.Net</title>
|
<title>Discord.Net</title>
|
||||||
<authors>Discord.Net Contributors</authors>
|
<authors>Discord.Net Contributors</authors>
|
||||||
<owners>foxbot</owners>
|
<owners>foxbot</owners>
|
||||||
@@ -15,60 +15,60 @@
|
|||||||
<readme>NUGET_README.md</readme>
|
<readme>NUGET_README.md</readme>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<group targetFramework="net9.0">
|
<group targetFramework="net9.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.18.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net8.0">
|
<group targetFramework="net8.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.18.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net6.0">
|
<group targetFramework="net6.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.18.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net5.0">
|
<group targetFramework="net5.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.18.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net461">
|
<group targetFramework="net461">
|
||||||
<dependency id="Discord.Net.Core" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.18.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="netstandard2.0">
|
<group targetFramework="netstandard2.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.18.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="netstandard2.1">
|
<group targetFramework="netstandard2.1">
|
||||||
<dependency id="Discord.Net.Core" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.18.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.17.4$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.18.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
Reference in New Issue
Block a user