diff --git a/Adding-CUE.NET-to-a-project.md b/Adding-CUE.NET-to-a-project.md index 1c30e39..dab2231 100644 --- a/Adding-CUE.NET-to-a-project.md +++ b/Adding-CUE.NET-to-a-project.md @@ -6,7 +6,7 @@ There is more than one way to add CUE.NET to your project. The following describ 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. -//TODO Cue.NET is currently not published to NuGet.org - add link and remove this comment once it's done._ +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. _You need to check "Include prerelease" to see the package in Visual Studio._