Skip to content

Commit

Permalink
Release Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Jun 27, 2018
1 parent b0e7ef7 commit 6242f57
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions Lavalink.NET/Lavalink.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,30 @@
<PackageLicenseUrl>https://github.com/Dev-Yukine/Lavalink.NET/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>MIT</Copyright>
<PackageProjectUrl>https://github.com/Dev-Yukine/Lavalink.NET</PackageProjectUrl>
<PackageReleaseNotes>Bug Fixes and refactoring.</PackageReleaseNotes>
<PackageReleaseNotes># 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

</PackageReleaseNotes>
<RepositoryUrl>https://github.com/Dev-Yukine/Lavalink.NET</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Lavalink</PackageTags>
<Description>A C# Library to interact with Lavalink</Description>
<PackageId>Lavalink.NET</PackageId>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<FileVersion>1.0.0</FileVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Lavalink.NET/Library/Libraryinfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ abstract class Libraryinfo
/// <summary>
/// The Version of this Library
/// </summary>
static public string Version = "1.0.1";
static public string Version = "1.1.0";
}
}

0 comments on commit 6242f57

Please sign in to comment.