Browse Source

meta: 3.7.0

tags/3.7.0
Quin Lynch 3 years ago
parent
commit
ac3b1a4f89
4 changed files with 54 additions and 33 deletions
  1. +21
    -0
      CHANGELOG.md
  2. +1
    -1
      Discord.Net.targets
  3. +1
    -1
      docs/docfx.json
  4. +31
    -31
      src/Discord.Net/Discord.Net.nuspec

+ 21
- 0
CHANGELOG.md View File

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


## [3.7.0] - 2022-05-24
### Added
- #2269 Text-In-Voice (23656e8)
- #2281 Optional API calling to RestInteraction (a24dde4)
- #2283 Support FailIfNotExists on MessageReference (0ec8938)
- #2284 Add Parse & TryParse to EmbedBuilder & Add ToJsonString extension (cea59b5)
- #2289 Add UpdateAsync to SocketModal (b333de2)
- #2291 Webhook support for threads (b0a3b65)
- #2295 Add DefaultArchiveDuration to ITextChannel (1f01881)
- #2296 Add `.With` methods to ActionRowBuilder (13ccc7c)
- #2307 Add Nullable ComponentTypeConverter and TypeReader (6fbd396)
- #2316 Forum channels (7a07fd6)

### Fixed
- #2290 Possible NRE in Sanitize (20ffa64)
- #2293 Application commands are disabled to everyone except admins by default (b465d60)
- #2299 Close-stage bucketId being null (725d255)
- #2313 Upload file size limit being incorrectly calculated (54a5af7)
- #2319 Use `IDiscordClient.GetUserAsync` impl in `DiscordSocketClient` (f47f319)
- #2320 NRE with bot scope and user parameters (88f6168)

## [3.6.1] - 2022-04-30 ## [3.6.1] - 2022-04-30
### Added ### Added
- #2272 add 50080 Error code (503e720) - #2272 add 50080 Error code (503e720)


+ 1
- 1
Discord.Net.targets 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.6.1</VersionPrefix>
<VersionPrefix>3.7.0</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>


+ 1
- 1
docs/docfx.json View File

@@ -60,7 +60,7 @@
"overwrite": "_overwrites/**/**.md", "overwrite": "_overwrites/**/**.md",
"globalMetadata": { "globalMetadata": {
"_appTitle": "Discord.Net Documentation", "_appTitle": "Discord.Net Documentation",
"_appFooter": "Discord.Net (c) 2015-2022 3.6.1",
"_appFooter": "Discord.Net (c) 2015-2022 3.7.0",
"_enableSearch": true, "_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg", "_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
"_appFaviconPath": "favicon.ico" "_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"> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata> <metadata>
<id>Discord.Net</id> <id>Discord.Net</id>
<version>3.6.1$suffix$</version>
<version>3.7.0$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 @@
<iconUrl>https://github.com/discord-net/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</iconUrl> <iconUrl>https://github.com/discord-net/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</iconUrl>
<dependencies> <dependencies>
<group targetFramework="net6.0"> <group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.6.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.0$suffix$" />
</group> </group>
<group targetFramework="net5.0"> <group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.6.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.0$suffix$" />
</group> </group>
<group targetFramework="net461"> <group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.6.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.0$suffix$" />
</group> </group>
<group targetFramework="netstandard2.0"> <group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.6.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.0$suffix$" />
</group> </group>
<group targetFramework="netstandard2.1"> <group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.6.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.6.1$suffix$" />
<dependency id="Discord.Net.Core" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.0$suffix$" />
</group> </group>
</dependencies> </dependencies>
</metadata> </metadata>


Loading…
Cancel
Save