Releases: lavalibs/Lavalink.NET
Lavalink.Net 1.2.3
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[1.2.3] - 03.07.2018
Changed
- [ad1ee9ccf51a] Fixed Player#Exception event typo (Exeption => Exception)
Lavalink.Net 1.2.2
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[1.2.2] - 27.06.2018
Added
- [6c86021b24] Adds ShardCount to ClientOptions and default to 1.
Lavalink.Net 1.2.1
[Fix] Ready and Debug event
Lavalink.Net 1.2.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[1.2.0] - 27.06.2018
Changed
- [491336e647] changed events to take func so the end user can make usage of Task in the Events. (DevYukine)
Lavalink.Net 1.1.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
[1.1.0] - 27.06.2018
Added
- [06645f0846] Player#ChannelID (DevYukine)
Changed
-
[06645f0846] Player#GuildID setter is now private instead internal (DevYukine)
-
[70512d346a] VoiceStateUpdate#ChannelID is now Nullable (DevYukine)
-
[9b06dde1a0] Updated D.Net Example code to newest Lavalink.Net