Skip to content

Releases: salaros/vs-templates-revit-addin

Revit 2014-2023 C# Addin Template fro Visual Studio v1.3.0

01 Jul 11:20
Compare
Choose a tag to compare

Revit 2014-2020 C# Addin Template fro Visual Studio v0.1.2

03 Jul 15:18
Compare
Choose a tag to compare
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

17 May 15:27
Compare
Choose a tag to compare

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:

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:

Debugger selection

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

06 May 08:55
Compare
Choose a tag to compare
updating template name

Revit 2014-2020 C# Addin Template fro Visual Studio v0.0.6

05 May 18:51
Compare
Choose a tag to compare
adding Revit 2020 support

Revit 2014-2019 C# Addin Template fro Visual Studio v0.0.5

05 May 12:48
Compare
Choose a tag to compare
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

17 Jul 18:23
Compare
Choose a tag to compare
adding more info to README.md file

Revit 2014-2019 C# Addin Template fro Visual Studio v0.0.3

17 Jul 10:22
Compare
Choose a tag to compare
making .csproj file structure more user-friendly

..by refactoring and commenting it

Revit 2014-2019 C# Addin Template fro Visual Studio v0.0.2

17 Jul 09:24
Compare
Choose a tag to compare
changed the way addins are copied to Revit Addins folder in %AppData%

Revit 2014-2019 C# Addin Template fro Visual Studio v0.0.1

16 Jul 15:23
Compare
Choose a tag to compare
adding a very first version of build script + some VS template files