Skip to content

Commit

Permalink
Meta 3.17.0 (#3040)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update Discord.Net.nuspec

* Update Discord.Net.targets

* Update docfx.json

* i'll just hope it magically works
  • Loading branch information
Misha-133 authored Dec 20, 2024
1 parent 58a8f10 commit bc9d1d6
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dotnet-version: 8.0.x

- name: Setup DocFX
run: dotnet tool install -g docfx --version 2.77.0
run: dotnet tool install -g docfx --version 2.78.2

- name: Build DNet docs
run: docfx docs/docfx.json
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [3.17.0] - 2024-12-20

### Added
- #3025 Build with .NET 9 SDK (164a289)
- #3032 Add `net8.0` and `net9.0` (d780d6c)
- #3033 Add `net8.0` and `net9.0` to the metapackage (93229f6)

- #3005 Add StickerId to REST and WebSocket Sticker audit log data classes (8a2ea4b)
- #3023 Scheduled event recurrence rule (b7208d4)
- #3024 Support sending voice messages (5904ecd)
- #3036 Support for multiple subscription tiers (79fade6)
- #3017 Add support for keyed services. (3017f6b)

### Fixed
- #2974 rest client add webporxy config, keep the processing logic with WebSocketProvider (292f8c4)
- #3008 fix webhook ctor (433bdc2)
- #3015 Fixes incorrect cast of parameters in CommandBuilder (aaa8df9)
- #3028 Create a new scope when building interaction service modules if `AutoServiceScopes = true` (a1e50c4)
- #3035 NRE in message commands in user app contexts (c78296f)
- #3034 Entitlements `starts_at` is nullable (d5879c8)
- #3031 Interaction Service failing to create scopes with some DI providers (a884ad1)
- #3030 NRE on thread member creation without a guild user in the payload (96a8327)

### Misc
- #3021 Expose channel type property on `IChannel` (8b92969)
- #3006 Add missing permissions (6b92cc2)
- #3007 Allow setting SuppressNotification in webhook client (682d87e)
- #3027 Eliminate the waste of checking arguments under the same conditions. (f644e68)
- #3037 add missing overwrite perms (d2d8d73)
- #3038 Clamp cache size (438e31e)


## [3.16.0] - 2024-09-14

### 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.16.0</VersionPrefix>
<VersionPrefix>3.17.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.16.0",
"_appFooter": "Discord.Net © 2015-2024 3.17.0",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
"_appFaviconPath": "favicon.png"
Expand Down
86 changes: 43 additions & 43 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.16.0$suffix$</version>
<version>3.17.0$suffix$</version>
<title>Discord.Net</title>
<authors>Discord.Net Contributors</authors>
<owners>foxbot</owners>
Expand All @@ -15,60 +15,60 @@
<readme>NUGET_README.md</readme>
<dependencies>
<group targetFramework="net9.0">
<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$" />
<dependency id="Discord.Net.Core" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.17.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.17.0$suffix$" />
</group>
<group targetFramework="net8.0">
<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$" />
<dependency id="Discord.Net.Core" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.17.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.17.0$suffix$" />
</group>
<group targetFramework="net6.0">
<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$" />
<dependency id="Discord.Net.Core" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.17.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.17.0$suffix$" />
</group>
<group targetFramework="net5.0">
<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$" />
<dependency id="Discord.Net.Core" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.17.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.17.0$suffix$" />
</group>
<group targetFramework="net461">
<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$" />
<dependency id="Discord.Net.Core" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.17.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.17.0$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<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$" />
<dependency id="Discord.Net.Core" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.17.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.17.0$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<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$" />
<dependency id="Discord.Net.Core" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.17.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.17.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.17.0$suffix$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit bc9d1d6

Please sign in to comment.