Browse Source

meta: 3.7.2

tags/3.7.2
Quin Lynch 3 years ago
parent
commit
20f0932612
4 changed files with 42 additions and 34 deletions
  1. +9
    -1
      CHANGELOG.md
  2. +1
    -1
      Discord.Net.targets
  3. +1
    -1
      docs/docfx.json
  4. +31
    -31
      src/Discord.Net/Discord.Net.nuspec

+ 9
- 1
CHANGELOG.md View File

@@ -1,6 +1,14 @@
# Changelog
## [3.7.2] - 2022-06-02
### Added
- #2328 Add method overloads to InteractionService (0fad3e8)
- #2336 Add support for attachments on interaction response type 7 (35db22e)
- #2338 AddOptions no longer has an uneeded restriction, added AddOptions to SlashCommandOptionBuilder (3a37f89)

### Fixed
- #2342 Disable TIV restrictions for rollout of TIV (7adf516)

## [3.7.1] - 2022-5-27
## [3.7.1] - 2022-05-27
### Added
- #2325 Add missing interaction properties (d3a693a)
- #2330 Add better call control in ParseHttpInteraction (a890de9)


+ 1
- 1
Discord.Net.targets View File

@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>3.7.1</VersionPrefix>
<VersionPrefix>3.7.2</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.1",
"_appFooter": "Discord.Net (c) 2015-2022 3.7.2",
"_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.1$suffix$</version>
<version>3.7.2$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.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.1$suffix$" />
<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$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.1$suffix$" />
<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$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.1$suffix$" />
<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$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.1$suffix$" />
<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$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Rest" version="3.7.1$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Commands" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.7.1$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.7.1$suffix$" />
<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$" />
</group>
</dependencies>
</metadata>


Loading…
Cancel
Save