Author Topic: AutoCAD .Net API NuGet packages  (Read 2176 times)

0 Members and 1 Guest are viewing this topic.

Andrey Bushman

  • Swamp Rat
  • Posts: 864
AutoCAD .Net API NuGet packages
« on: July 20, 2016, 10:30:53 AM »
Here is NuGet packages by Autodesk for AutoCAD 2017 only. These packages don't set CopyLocal to false. I published 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.

Andrey Bushman

  • Swamp Rat
  • Posts: 864
Re: AutoCAD .Net API NuGet packages
« Reply #1 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.
« Last Edit: July 21, 2016, 06:30:28 AM by Andrey Bushman »

Keith Brown

  • Swamp Rat
  • Posts: 601
Re: AutoCAD .Net API NuGet packages
« Reply #2 on: July 21, 2016, 07:51:02 AM »
Thanks for sharing Andrew!
Keith Brown | AutoCAD MEP Blog | RSS Feed
AutoCAD MEP 2014 / Revit MEP 2014 / EastCoast CAD/CAM addon / Visual Studio 2013

Andrey Bushman

  • Swamp Rat
  • Posts: 864
Re: AutoCAD .Net API NuGet packages
« Reply #3 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. I would be grateful for the help.