Browse Source

meta: 3.8.0 (#2441)

tags/3.8.0
Quin Lynch GitHub 2 years ago
parent
commit
adf012d1dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 71 additions and 33 deletions
  1. +38
    -0
      CHANGELOG.md
  2. +1
    -1
      Discord.Net.targets
  3. +1
    -1
      docs/docfx.json
  4. +31
    -31
      src/Discord.Net/Discord.Net.nuspec

+ 38
- 0
CHANGELOG.md View File

@@ -1,4 +1,42 @@
# Changelog

## [3.8.0] - 2022-08-27
### Added
- #2384 Added support for the WEBHOOKS_UPDATED event (010e8e8)
- #2370 Add async callbacks for IModuleBase (503fa75)
- #2367 Added DeleteMessagesAsync for TIV and added remaining rate limit in client log (f178660)
- #2379 Added Max/Min length fields for ApplicationCommandOption (e551431)
- #2369 Added support for using `RespondWithModalAsync<IModal>()` without prior IModal declaration (500e7b4)
- #2347 Added Embed field comparison operators (89a8ea1)
- #2359 Added support for creating lottie stickers (32b03c8)
- #2395 Added App Command localization support and `ILocalizationManager` to IF (39bbd29)

### Fixed
- #2425 Fix missing Fact attribute in ColorTests (92215b1)
- #2424 Fix IGuild.GetBansAsync() (b7b7964)
- #2416 Fix role icon & emoji assignment (b6b5e95)
- #2414 Fix NRE on RestCommandBase Data (02bc3b7)
- #2421 Fix placeholder length being hardcoded (8dfe19f)
- #2352 Fix issues related to the absence of bot scope (1eb42c6)
- #2346 Fix IGuild.DisconnectAsync(IUser) not disconnecting users (ba02416)
- #2404 Fix range of issues presented by 3rd party analyzer (902326d)
- #2409 Removes GroupContext from requirecontext (b0b8167)

### Misc
- #2366 Fixed typo in ChannelUpdatedEvent's documentation (cfd2662)
- #2408 Fix sharding sample throwing at appcommand registration (519deda)
- #2420 Fix broken code snippet in dependency injection docs (ddcf68a)
- #2430 Add a note about DontAutoRegisterAttribute (917118d)
- #2418 Update xmldocs to reflect the ConnectedUsers split (65b98f8)
- #2415 Adds missing DI entries in TOC (c49d483)
- #2407 Introduces high quality dependency injection documentation (6fdcf98)
- #2348 Added `RequiredInput` attribute to example in int.framework intro (ee6e0ad)
- #2385 Add ServerStarter.Host to deployment.md (06ed995)
- #2405 Add a note about `IgnoreGroupNames` to IF docs (cf25acd)
- #2356 Makes voice section about precompiled binaries more visible (e0d68d4 )
- #2405 IF intro docs improvements (246282d)
- #2406 Labs deprecation & readme/docs edits (bf493ea)

## [3.7.2] - 2022-06-02
### Added
- #2328 Add method overloads to InteractionService (0fad3e8)


+ 1
- 1
Discord.Net.targets View File

@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>3.7.2</VersionPrefix>
<VersionPrefix>3.8.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.7.2",
"_appFooter": "Discord.Net (c) 2015-2022 3.8.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.7.2$suffix$</version>
<version>3.8.0$suffix$</version>
<title>Discord.Net</title>
<authors>Discord.Net Contributors</authors>
<owners>foxbot</owners>
@@ -14,44 +14,44 @@
<iconUrl>https://github.com/discord-net/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</iconUrl>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.2$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Core" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.8.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.8.0$suffix$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.2$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Core" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.8.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.8.0$suffix$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.2$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Core" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.8.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.8.0$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.2$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Core" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.8.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.8.0$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.2$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.2$suffix$" />
<dependency id="Discord.Net.Core" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Rest" version="3.8.0$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Commands" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.8.0$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.8.0$suffix$" />
</group>
</dependencies>
</metadata>


Loading…
Cancel
Save