Lavalink.NET
1.1.0
See the version list below for details.
dotnet add package Lavalink.NET --version 1.1.0
NuGet\Install-Package Lavalink.NET -Version 1.1.0
<PackageReference Include="Lavalink.NET" Version="1.1.0" />
paket add Lavalink.NET --version 1.1.0
#r "nuget: Lavalink.NET, 1.1.0"
// Install Lavalink.NET as a Cake Addin #addin nuget:?package=Lavalink.NET&version=1.1.0 // Install Lavalink.NET as a Cake Tool #tool nuget:?package=Lavalink.NET&version=1.1.0
A C# Library to interact with Lavalink
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.0
- Newtonsoft.Json (>= 11.0.2)
- Serilog (>= 2.7.1)
- Serilog.Sinks.Console (>= 3.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Lavalink.NET:
Repository | Stars |
---|---|
veldtech/miki-bot
Miki Discord Bot
|
Version | Downloads | Last updated |
---|---|---|
3.0.3 | 1,570 | 11/3/2019 |
3.0.2 | 521 | 10/11/2019 |
3.0.1 | 501 | 10/6/2019 |
3.0.0 | 521 | 10/5/2019 |
2.1.0 | 587 | 8/18/2019 |
2.0.2 | 545 | 8/18/2019 |
2.0.1 | 518 | 8/16/2019 |
2.0.0 | 506 | 8/15/2019 |
1.2.3 | 1,016 | 7/3/2018 |
1.2.2 | 893 | 6/29/2018 |
1.2.1 | 881 | 6/27/2018 |
1.2.0 | 923 | 6/27/2018 |
1.1.0 | 827 | 6/27/2018 |
1.0.1 | 1,242 | 6/26/2018 |
1.0.0 | 1,275 | 6/19/2018 |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.1.0] - 27.06.2018
### Added
- [[06645f0846](https://github.com/Dev-Yukine/Lavalink.NET/commit/06645f08468c0481d77e7eb23a1f4ee60558bc51)] Player#ChannelID (DevYukine)
### Changed
- [[06645f0846](https://github.com/Dev-Yukine/Lavalink.NET/commit/06645f08468c0481d77e7eb23a1f4ee60558bc51)] Player#GuildID setter is now private instead internal (DevYukine)
- [[70512d346a](https://github.com/Dev-Yukine/Lavalink.NET/commit/70512d346aabc0a908a423dd55d4dabdf99d8885)] VoiceStateUpdate#ChannelID is now Nullable (DevYukine)
- [[9b06dde1a0](https://github.com/Dev-Yukine/Lavalink.NET/commit/9b06dde1a0e8356fdbe31a778481b2287fabd942)] Updated D.Net Example code to newest Lavalink.Net