Meta 3.13.1 (#2842)

* Update Discord.Net.targets

* Update docfx.json

* Update Discord.Net.nuspec

* Update CHANGELOG.md

* Update docs/docfx.json

Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>

---------

Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
This commit is contained in:
Mihail Gribkov
2024-02-11 23:58:01 +03:00
committed by GitHub
parent f1777de164
commit a1987021fe
4 changed files with 57 additions and 33 deletions

View File

@@ -1,5 +1,29 @@
# Changelog # Changelog
## [3.13.1] - 2024-02-11
### Added
- #2804 Add Incident actions message types (178ff58)
- #2805 Add `AppliedTags` to `DiscordWebhookClient.SendXAsync` (d382e5c)
- #2700 Optional Aliasses, Summary and Remarks Properties to CommandAttribute (5a8582c)
- #2584 Log InteractionCommand execution exceptions in Wrapped Exception (0f0f3f7)
- #2827 `44` (Add message type 44) (541571c)
- #2837 Allow creating announcement channels (f1777de)
### Fixed
- #2801 Add null check in `SelectMenuBuilder` (b18cc31)
- #2813 Incorrect json model for Guild Scheduled Events (de4b6b9)
- #2800 Warning about missing intents not being logged (8227d70)
- #2818 `GetEventCoverImageUrl` throwing NRE in case event cover image is null (138e18c)
### Misc
- #2807 Incorrect xmldoc (d234db7)
- #2823 Update sample projects & samples in docs (e2e8c0f)
- #2819 [2024] Very important changes (update licence & docs) (ff9b9b4)
- #2831 Add checks for whitespace-only strings in button builder (89efe0f)
- #2835 Additional select menu option validations (4d7e384)
## [3.13.0] - 2023-11-18 ## [3.13.0] - 2023-11-18
### Added ### Added

View File

@@ -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.13.0</VersionPrefix> <VersionPrefix>3.13.1</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>

View File

@@ -58,7 +58,7 @@
"overwrite": "_overwrites/**/**.md", "overwrite": "_overwrites/**/**.md",
"globalMetadata": { "globalMetadata": {
"_appTitle": "Discord.Net Documentation", "_appTitle": "Discord.Net Documentation",
"_appFooter": "Discord.Net © 2015-2024 3.13.0 (the poggers update)", "_appFooter": "Discord.Net © 2015-2024 3.13.1",
"_enableSearch": true, "_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg", "_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
"_appFaviconPath": "favicon.ico" "_appFaviconPath": "favicon.ico"

View File

@@ -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.13.0$suffix$</version> <version>3.13.1$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>
@@ -14,44 +14,44 @@
<icon>PackageLogo.png</icon> <icon>PackageLogo.png</icon>
<dependencies> <dependencies>
<group targetFramework="net6.0"> <group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Core" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Rest" version="3.13.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.0$suffix$" /> <dependency id="Discord.Net.WebSocket" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Commands" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Webhook" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Interactions" version="3.13.1$suffix$" />
</group> </group>
<group targetFramework="net5.0"> <group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Core" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Rest" version="3.13.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.0$suffix$" /> <dependency id="Discord.Net.WebSocket" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Commands" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Webhook" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Interactions" version="3.13.1$suffix$" />
</group> </group>
<group targetFramework="net461"> <group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Core" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Rest" version="3.13.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.0$suffix$" /> <dependency id="Discord.Net.WebSocket" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Commands" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Webhook" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Interactions" version="3.13.1$suffix$" />
</group> </group>
<group targetFramework="netstandard2.0"> <group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Core" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Rest" version="3.13.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.0$suffix$" /> <dependency id="Discord.Net.WebSocket" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Commands" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Webhook" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Interactions" version="3.13.1$suffix$" />
</group> </group>
<group targetFramework="netstandard2.1"> <group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Core" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Rest" version="3.13.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.0$suffix$" /> <dependency id="Discord.Net.WebSocket" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Commands" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Webhook" version="3.13.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.0$suffix$" /> <dependency id="Discord.Net.Interactions" version="3.13.1$suffix$" />
</group> </group>
</dependencies> </dependencies>
</metadata> </metadata>