The long waited enhancement is rolled out , I’m personally very happy that our API package is available on Nuget .
So what is big deal about Nuget ?
NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.Nuget
How it is going to help us ?
Very simply ,now you need not download sdk and manually add references to your project ,after installing package from nuget search available with in Visual Studio IDE ,it copies the library files to your solution and automatically updates your project (add references, change config files, etc.). If you remove a package, NuGet reverses whatever changes it made so that no clutter is left.
How should I install a package from Nuget ?
Go to Tools\Library Package Manager \ Manage Nuget Packages
Search for AutoCAD .NET API