architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
492 stars 112 forks source link

Upgrade to sdk proj and Revit2020 installer #101

Closed alvpickmans closed 4 years ago

alvpickmans commented 4 years ago

Hi! I wanted to contribute to RPS by creating the installer for Revit2020, but my OCD didn't let me stop there, so I did a few additions to make it easier for Revit 2021 and those to come.

I wanted to reference as many libraries from nuget instead of RequiredLibraries, but the majority are not valid for .Net 4.0 so started to get too many errors and runtime exceptions. If support for Revit2014 can be dropped, this could be done I think.

I also think there might be legacy files and folders that are not needed anymore, but didn't want to intrude too much 😅