v0.2.0
Update Path
This release split out non-official listed endpoints implementation into a separate package, namely INestedChannel.SyncPermissionsAsync
. Developers who are using these endpoints should install the Kook.Net.Experimental package.
Removed
- Removed
INestedChannel.SyncPermissionsAsync
method on interface definition. Implementations are now available on the Kook.Net.Experimental package. (49f2d97)
Added
- Added Kook.Net.Experimental package for non-official listed endpoints implementation. (49f2d97)
Fixed
- Fixed potential NRE resulting from empty
IGuild.OpenId
. (f112a37)
Misc
- Fixed incorrect indentations. (d3e974b)
Full Changelog: v0.1.2...v0.2.0