meta: 3.6.0
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [3.6.0] - 2022-04-28
|
||||||
|
### Added
|
||||||
|
- #2136 Passing CustomId matches into contexts (4ce1801)
|
||||||
|
- #2222 V2 Permissions (d98b3cc)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- #2260 Guarding against empty descriptions in `SlashCommandBuilder`/`SlashCommandOptionBuilder` (0554ac2)
|
||||||
|
- #2248 Fix SocketGuild not returning the AudioClient (daba58c)
|
||||||
|
- #2254 Fix browser property (275b833)
|
||||||
|
|
||||||
## [3.5.0] - 2022-04-05
|
## [3.5.0] - 2022-04-05
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -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.5.0</VersionPrefix>
|
<VersionPrefix>3.6.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>
|
||||||
|
|||||||
@@ -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.5.0",
|
"_appFooter": "Discord.Net (c) 2015-2022 3.6.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"
|
||||||
|
|||||||
@@ -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.5.0$suffix$</version>
|
<version>3.6.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/RogueException/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</iconUrl>
|
<iconUrl>https://github.com/RogueException/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.5.0$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.6.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net5.0">
|
<group targetFramework="net5.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.6.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="net461">
|
<group targetFramework="net461">
|
||||||
<dependency id="Discord.Net.Core" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.6.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="netstandard2.0">
|
<group targetFramework="netstandard2.0">
|
||||||
<dependency id="Discord.Net.Core" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.6.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
<group targetFramework="netstandard2.1">
|
<group targetFramework="netstandard2.1">
|
||||||
<dependency id="Discord.Net.Core" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Core" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Rest" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Rest" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.WebSocket" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.WebSocket" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Commands" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Commands" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Webhook" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Webhook" version="3.6.0$suffix$" />
|
||||||
<dependency id="Discord.Net.Interactions" version="3.5.0$suffix$" />
|
<dependency id="Discord.Net.Interactions" version="3.6.0$suffix$" />
|
||||||
</group>
|
</group>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
Reference in New Issue
Block a user