From a6b575ecd8c2eac290b9395114429ba7a9cd0a66 Mon Sep 17 00:00:00 2001 From: Difegue Date: Sun, 3 Oct 2021 21:28:12 +0200 Subject: [PATCH] Add links to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d52bb5..f6f8d33 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ MpcNET Pure .NET Client Library for [**Music Player Daemon**](https://www.musicpd.org/) Servers. The heart and soul of [Stylophone](https://github.com/Difegue/Stylophone). +[**Nightly Packages**](https://github.com/Difegue/MpcNET/packages/) - [**Stable Versions**](https://www.nuget.org/packages/MpcNET/) + ## Usage + ### Connection To create a client for MPD, you must first create a `IPEndPoint` for the Server with the right IP and Port. ````C#