You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DisCatSharp.Docs/changelogs/v10/10_7_0.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,31 +7,31 @@ author: DisCatSharp Team
7
7
# Upgrade from **10.6.6** to **10.7.0**
8
8
9
9
> [!IMPORTANT]
10
-
> This version introduces **breaking changes** and numerous enhancements. Please review the details carefully before upgrading.
10
+
> This version introduces **breaking changes**. Please review carefully before upgrading.
11
11
12
12
> [!NOTE]
13
-
> We added support for .NET 10
13
+
> We added support for .NET 10.
14
14
15
15
> [!WARNING]
16
16
> This release contains important bug fixes and improvements.
17
17
> We recommend you to upgrade to this version as soon as possible.
18
18
19
19
> [!WARNING]
20
-
> Discord currently has a bug with entitlements for consumables and durables. Entitlements of these types are not returned in interaction events, only on the HTTP API. You can follow this [issue](https://github.com/discord/discord-api-docs/issues/7364) for updates.
20
+
> Discord currently has an issue with entitlements for consumables and durables. Entitlements of these types are not returned in interaction events, only on the HTTP API. You can follow this [issue](https://github.com/discord/discord-api-docs/issues/7364) for updates.
21
21
22
22
---
23
23
24
24
## Change Highlights
25
25
26
26
<br/>
27
27
28
-
This version now support .NET 10 and includes a variety of new features, bug fixes, and improvements.
28
+
This version now supports .NET 10 and includes a variety of new features, bug fixes, and improvements.
29
29
30
30
Some highlights include:
31
31
32
32
### Components V2
33
33
34
-
With this version we officially release support for Components V2. Documentation will follow soon, it's still not released by Discord.
34
+
With this version we officially release support for Components V2. Documentation will follow soon, it's not yet released by Discord.
35
35
36
36
All we can say it's amazing and will be fun to play with!
37
37
@@ -86,7 +86,7 @@ We recently added `RoleType` to `DiscordRole`. This is meant to determine the ty
86
86
87
87
Discord does not support this directly, it's a library side thing.
88
88
89
-
Improtant to note tho: Discords `RoleTags` object is really unstable / broken and changed over the weeks multiple times.
89
+
Improtant to note: Discords `RoleTags` object is really unstable / broken and changed over the weeks multiple times.
90
90
91
91
In our best effort we tried to patch it over and over again, but we can't guarantee that this will work in the future.
92
92
@@ -195,8 +195,8 @@ In our best effort we tried to patch it over and over again, but we can't guaran
195
195
196
196
### 📚 Documentation
197
197
198
-
- Documented again more internal and private code to make library development easier.
199
198
- Added missing documentation for public code.
199
+
- Documented more internal and private code to make library development easier.
0 commit comments