Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meat/3.16.0 #3003

Merged
merged 4 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [3.16.0] - 2024-09-14

### Added
- #2918 Message Forwards (c4d90cd)
- #2976 New interactions precondition attribute that supports app commands (1f252a3)
- #2978 Add Application Approximate User Install Count (47f98bc)
- #2987 Add guild profile banners (57eb906)
- #3002 Add subscriptions support (88ea2ed)
- #2994 Add more member flags (9b8c7b1)
- #2989 Add GetRoleAsync (466b491)
- #2986 Add StickFormat gif and animated guild icon (2aaa0fd)

### Fixed
- #3001 StackOverflow in sharded clients (c53aac3)

### Misc
- #2979 Create a (Discord)Color using a string (bc84b94)
- #2991 Minor optimization + make sure top level components are action rows (623a457)
- #2995 Use interaction method in `InteractionModuleBase.DeleteOriginalResponse` (f65d3ad)
- #2999 Option to dump gw payloads on errors (b87ec6e)


## [3.15.3] - 2024-07-21

### 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.15.3</VersionPrefix>
<VersionPrefix>3.16.0</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 @@ -59,7 +59,7 @@
"globalMetadata": {
"_appTitle": "Discord.Net Documentation",
"_appName": "Discord.Net",
"_appFooter": "Discord.Net © 2015-2024 3.15.3",
"_appFooter": "Discord.Net © 2015-2024 3.16.0",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
"_appFaviconPath": "favicon.png"
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.15.3$suffix$</version>
<version>3.16.0$suffix$</version>
<title>Discord.Net</title>
<authors>Discord.Net Contributors</authors>
<owners>foxbot</owners>
Expand All @@ -15,44 +15,44 @@
<readme>NUGET_README.md</readme>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.3$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Core" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.16.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.16.0$suffix$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.3$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Core" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.16.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.16.0$suffix$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.3$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Core" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.16.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.16.0$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.3$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Core" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.16.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.16.0$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.3$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Core" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.16.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.16.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.16.0$suffix$" />
</group>
</dependencies>
</metadata>
Expand Down