From f1407fdf487851a8dc900237a8dcd60f95ba0d35 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Fri, 3 Jun 2016 12:02:45 +0200 Subject: [PATCH] Updated Adding CUE.NET to a project (markdown) --- Adding-CUE.NET-to-a-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adding-CUE.NET-to-a-project.md b/Adding-CUE.NET-to-a-project.md index dab2231..e38cbb6 100644 --- a/Adding-CUE.NET-to-a-project.md +++ b/Adding-CUE.NET-to-a-project.md @@ -5,7 +5,7 @@ There is more than one way to add CUE.NET to your project. The following describ ## Adding the reference using NuGet ## This is the easiest and therefore preferred way to include CUE.NET in your project. -_Just add CUE.NET from the nuget.org repository to you project using the NuGet Package Manager included in Visual Studio. Only stable packages are published to nuget.org so they should always be safe to use. +Just add CUE.NET from the nuget.org repository to you project using the NuGet Package Manager included in Visual Studio. Only stable packages are published to nuget.org so they should always be safe to use. You can find the latest stable package at [https://www.nuget.org/packages/CUE.NET/](https://www.nuget.org/packages/CUE.NET/) If you want to use a development version you can get them from the [CUE.NET MyGet gallery](https://www.myget.org/gallery/cue_net) by adding the feed as a package source to your Visual Studio.