Browse Source

meta 3.9.0 (#2517)

* meta 3.9.0

* Update changelog
tags/3.9.0
Armano den Boef GitHub 2 years ago
parent
commit
55280a569e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 53 additions and 33 deletions
  1. +20
    -0
      CHANGELOG.md
  2. +1
    -1
      Discord.Net.targets
  3. +1
    -1
      docs/docfx.json
  4. +31
    -31
      src/Discord.Net/Discord.Net.nuspec

+ 20
- 0
CHANGELOG.md View File

@@ -1,5 +1,25 @@
# Changelog

## [3.9.0] - 2022-11-13
### Added

- #2469 Add missing properties in forum & thread channels (01ae904)
- #2501 Add new discord stuff (ed38635)

### Fixed

- #2500 Fix duplicated members of DiscordErrorCode (6712ef4)
- #2468 Fix TimestampTag being sadge (bc89d3c)
- #2497 Avoid throwing on missing Application (7077c44)
- #2485 Fixed an oversight clearing session data upon any disconnect. (c7ac59d)

### Misc

- #2471 Update samples to use `MessageContent` intent & update `v2 => v3 guide` (a4d34f6)
- #2505 Update events.cs (ea039b8)
- #2467 Update license and icon nuspec props (11ed0ff)
- #2306 Command execution code rework & TypeConverters auto-scope fix (6869817)

## [3.8.1] - 2022-09-12
### Added



+ 1
- 1
Discord.Net.targets View File

@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>3.8.1</VersionPrefix>
<VersionPrefix>3.9.0</VersionPrefix>
<LangVersion>latest</LangVersion>
<Authors>Discord.Net Contributors</Authors>
<PackageTags>discord;discordapp</PackageTags>


+ 1
- 1
docs/docfx.json View File

@@ -60,7 +60,7 @@
"overwrite": "_overwrites/**/**.md",
"globalMetadata": {
"_appTitle": "Discord.Net Documentation",
"_appFooter": "Discord.Net (c) 2015-2022 3.8.1",
"_appFooter": "Discord.Net (c) 2015-2022 3.9.0",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
"_appFaviconPath": "favicon.ico"


+ 31
- 31
src/Discord.Net/Discord.Net.nuspec View File

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Discord.Net</id>
<version>3.8.1$suffix$</version>
<version>3.9.0$suffix$</version>
<title>Discord.Net</title>
<authors>Discord.Net Contributors</authors>
<owners>foxbot</owners>
@@ -14,44 +14,44 @@
<icon>PackageLogo.png</icon>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.8.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.9.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.9.0$suffix$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.8.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.9.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.9.0$suffix$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.8.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.9.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.9.0$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.8.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.9.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.9.0$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.8.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.8.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.9.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.9.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.9.0$suffix$" />
</group>
</dependencies>
</metadata>


Loading…
Cancel
Save