TheSwamp

Code Red => .NET => Topic started by: Andrey Bushman on July 20, 2016, 10:30:53 AM

Title: AutoCAD .Net API NuGet packages
Post by: Andrey Bushman on July 20, 2016, 10:30:53 AM
Here (https://www.nuget.org/profiles/Autodesk) is NuGet packages by Autodesk for AutoCAD 2017 only. These packages don't set CopyLocal to false. I published (https://www.nuget.org/profiles/Bush) two variants of packages: AutoCAD 2009 and 2013. The first of them can be used for AutoCAD 2009-2012, and second of them can be used for AutoCAD 2013 or newer. Also my packages set CopyLocal to false. I published it as `prerelease` just in case.
Title: Re: AutoCAD .Net API NuGet packages
Post by: Andrey Bushman on July 21, 2016, 06:19:29 AM
Beta and the first release were published. From now on I won't notify in this topic about changes and appearances of new versions. To whom it is interesting will look the link.
Title: Re: AutoCAD .Net API NuGet packages
Post by: Keith Brown on July 21, 2016, 07:51:02 AM
Thanks for sharing Andrew!
Title: Re: AutoCAD .Net API NuGet packages
Post by: Andrey Bushman on July 21, 2016, 08:28:47 AM
Thanks for sharing Andrew!
I would like to simplify the Install.ps1 script (instead of directly enumeration of the file names)... I.e. I would like to have the same Install.ps1 file for each package. It will significantly simplify creation of packages for other AutoCAD versions. 

The problem is here (https://stackoverflow.com/questions/38504099/how-can-i-get-the-substring-of-net-version-instead-of-directly-pointing-the-ne). I would be grateful for the help.