From 6242f579ac1fcfa6c0abf2f109db62a06f9743e1 Mon Sep 17 00:00:00 2001 From: Yukine Date: Wed, 27 Jun 2018 17:41:58 +0200 Subject: [PATCH] Release Version 1.1.0 --- Lavalink.NET/Lavalink.NET.csproj | 21 +++++++++++++++++++-- Lavalink.NET/Library/Libraryinfo.cs | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Lavalink.NET/Lavalink.NET.csproj b/Lavalink.NET/Lavalink.NET.csproj index c767856..0859b61 100644 --- a/Lavalink.NET/Lavalink.NET.csproj +++ b/Lavalink.NET/Lavalink.NET.csproj @@ -10,13 +10,30 @@ https://github.com/Dev-Yukine/Lavalink.NET/blob/master/LICENSE MIT https://github.com/Dev-Yukine/Lavalink.NET - Bug Fixes and refactoring. + # 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 + + https://github.com/Dev-Yukine/Lavalink.NET git Lavalink A C# Library to interact with Lavalink Lavalink.NET - 1.0.1 + 1.1.0 1.0.0 1.0.0 diff --git a/Lavalink.NET/Library/Libraryinfo.cs b/Lavalink.NET/Library/Libraryinfo.cs index ac86e33..5eb7a08 100644 --- a/Lavalink.NET/Library/Libraryinfo.cs +++ b/Lavalink.NET/Library/Libraryinfo.cs @@ -9,6 +9,6 @@ abstract class Libraryinfo /// /// The Version of this Library /// - static public string Version = "1.0.1"; + static public string Version = "1.1.0"; } }