Skip to content

Commit

Permalink
Meta/3.15.3 (#2967)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update Discord.Net.targets

* Update docfx.json

* Update Discord.Net.nuspec
  • Loading branch information
Misha-133 authored Jul 21, 2024
1 parent 359f6db commit 13ec6a0
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 33 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [3.15.3] - 2024-07-21

### Added
- #2963 Application Emojis (26bb789)
- [EXPERIMENTAL] #2931 Member search v2 (e18915a)
- #2952 add `IsAvailable` to `GuildEmote` (cb79f04)
- #2965 Add team member `Role` property (6e531a2)

### Fixed
- #2958 crash when poll is null in RestMessageComponent (24c7605)
- #2962 incomplete validation when ChannelFlags.RequireTag is true (f5fdfb2)
- #2948 Fix IndexOf bug in CreateBucketId (ec0ba49)
- #2959 Fix automod related events in the sharded client (8b6be64)
- #2966 Fix `CustomSticker.DeleteAsync()` (359f6db)

### Misc
- #2951 Update for the breaking change discord has made + v3 is cringe (8afea2c)
- #2953 longer polls (ae49794)
- #2956 Add missing role tags (6b691b1)
- #2957 Longer MaxCustomBlockMessageLength (bae7861)


## [3.15.2] - 2024-06-18
### Hotfix
- fix `AutocompleteAttribute` with empty constructor
Expand Down
2 changes: 1 addition & 1 deletion Discord.Net.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>3.15.2</VersionPrefix>
<VersionPrefix>3.15.3</VersionPrefix>
<LangVersion>latest</LangVersion>
<Authors>Discord.Net Contributors</Authors>
<PackageTags>discord;discordapp</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"globalMetadata": {
"_appTitle": "Discord.Net Documentation",
"_appName": "Discord.Net",
"_appFooter": "Discord.Net © 2015-2024 3.15.2",
"_appFooter": "Discord.Net © 2015-2024 3.15.3",
"_enableSearch": true,
"_appLogoPath": "marketing/logo/SVG/Logomark Purple.svg",
"_appFaviconPath": "favicon.png"
Expand Down
62 changes: 31 additions & 31 deletions src/Discord.Net/Discord.Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Discord.Net</id>
<version>3.15.2$suffix$</version>
<version>3.15.3$suffix$</version>
<title>Discord.Net</title>
<authors>Discord.Net Contributors</authors>
<owners>foxbot</owners>
Expand All @@ -15,44 +15,44 @@
<readme>NUGET_README.md</readme>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Discord.Net.Core" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.2$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Core" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.3$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.3$suffix$" />
</group>
<group targetFramework="net5.0">
<dependency id="Discord.Net.Core" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.2$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Core" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.3$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.3$suffix$" />
</group>
<group targetFramework="net461">
<dependency id="Discord.Net.Core" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.2$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Core" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.3$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.3$suffix$" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Discord.Net.Core" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.2$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Core" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.3$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.3$suffix$" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Discord.Net.Core" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.2$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.2$suffix$" />
<dependency id="Discord.Net.Core" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Rest" version="3.15.3$suffix$" />
<dependency id="Discord.Net.WebSocket" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Commands" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Webhook" version="3.15.3$suffix$" />
<dependency id="Discord.Net.Interactions" version="3.15.3$suffix$" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 13ec6a0

Please sign in to comment.