Skip to content

Commit

Permalink
Meta 3.13.1 (#2842)
Browse files Browse the repository at this point in the history
* Update Discord.Net.targets

* Update docfx.json

* Update Discord.Net.nuspec

* Update CHANGELOG.md

* Update docs/docfx.json

Co-authored-by: Quin Lynch <[email protected]>

---------

Co-authored-by: Quin Lynch <[email protected]>
  • Loading branch information
Misha-133 and quinchs authored Feb 11, 2024
1 parent f1777de commit a198702
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 33 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# 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

### 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.0</VersionPrefix>
<VersionPrefix>3.13.1</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 @@ -58,7 +58,7 @@
"overwrite": "_overwrites/**/**.md",
"globalMetadata": {
"_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,
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
"_appFaviconPath": "favicon.ico"
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.0$suffix$</version>
<version>3.13.1$suffix$</version>
<title>Discord.Net</title>
<authors>Discord.Net Contributors</authors>
<owners>foxbot</owners>
Expand All @@ -14,44 +14,44 @@
<icon>PackageLogo.png</icon>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.0$suffix$" />
<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$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.0$suffix$" />
<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$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.0$suffix$" />
<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$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.0$suffix$" />
<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$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.13.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.13.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.13.0$suffix$" />
<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$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit a198702

Please sign in to comment.