Releases: salaros/vs-templates-revit-addin
Revit 2014-2023 C# Addin Template fro Visual Studio v1.3.0
Revit 2014-2020 C# Addin Template fro Visual Studio v0.1.2
making ReplaceFileText MSBuild task work on both MSBuild Full and Core so with both .NET Framework and .NET Core tooling
Revit 2014-2020 C# Addin Template fro Visual Studio v0.1.1
Personalization
Add-in metadata
Unlike other add-in template this one doesn't require constantly updating .addin file. It takes all the information from project properties:
Revit versions
By default the newly created add-in will target Revit x64 2014-2020, you could target fewer versions by simply removing items from TargetFrameworks
Debug
For your convenience in Debug
configuration the add-in will copy its manifest to %AppData%\Autodesk\Revit\Addins
folder with Assembly tags pointing to your compilation output folder.
Before starting the debugger make sure you have selected the proper Revit version:
If Revit won't start probably you have installed it to a non-default location and you have to modify launchSettings.json file.
You could also use launchSettings.json to tweak command line parameters passed to Revit.exe file, e.g. you might want Revit to open a project template / family file for every debug session you start.
Revit 2014-2020 C# Addin Template fro Visual Studio v0.1.0
updating template name
Revit 2014-2020 C# Addin Template fro Visual Studio v0.0.6
adding Revit 2020 support
Revit 2014-2019 C# Addin Template fro Visual Studio v0.0.5
fixing VS template file so it is consistent with the new project structure
Revit 2014-2019 C# Addin Template fro Visual Studio v0.0.4
adding more info to README.md file
Revit 2014-2019 C# Addin Template fro Visual Studio v0.0.3
making .csproj file structure more user-friendly ..by refactoring and commenting it
Revit 2014-2019 C# Addin Template fro Visual Studio v0.0.2
changed the way addins are copied to Revit Addins folder in %AppData%
Revit 2014-2019 C# Addin Template fro Visual Studio v0.0.1
adding a very first version of build script + some VS template files