Lavalink.NET 1.1.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Lavalink.NET" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lavalink.NET --version 1.1.0
#r "nuget: Lavalink.NET, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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/bot
Miki Discord Bot
Version Downloads Last updated
3.0.3 1,456 11/3/2019
3.0.2 484 10/11/2019
3.0.1 468 10/6/2019
3.0.0 490 10/5/2019
2.1.0 546 8/18/2019
2.0.2 504 8/18/2019
2.0.1 483 8/16/2019
2.0.0 475 8/15/2019
1.2.3 975 7/3/2018
1.2.2 858 6/29/2018
1.2.1 842 6/27/2018
1.2.0 884 6/27/2018
1.1.0 788 6/27/2018
1.0.1 1,199 6/26/2018
1.0.0 1,235 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