1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-13 00:58:31 +00:00

Removed todo, added nuget-link

DarthAffe 2016-06-03 12:02:30 +02:00
parent 11b997dda3
commit bba58b16b2

@ -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._