Nice3point.Revit.Templates
4.0.4
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install Nice3point.Revit.Templates::4.0.4
This package contains a .NET Template Package you can call from the shell/command line.
Create your Add-In for Revit on the .Net platform
This repository contains a project templates for creating Revit Add-In
Template Features
- Revit multi-version support
- Using the MVVM pattern with Modal and Modeless windows
- Support for Application and Command add-in types
- Automatic GitHub releases
- Creating a multi versions installer
- Creating a bundle to publish an application into Autodesk Store or Design Automation
- Azure DevOps pipelines and GitHub Actions
- Dependency Injection
- Add-in logging
Installation
- Install the latest .Net SDK
- Run
dotnet new install Nice3point.Revit.Templates
to install the project templates
Usage
- To create a project use the IDE or run
dotnet new
- For description, read Wiki
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
5.0.0 | 1,741 | 4/2/2025 |
4.0.7 | 1,499 | 8/25/2024 |
4.0.6 | 310 | 7/22/2024 |
4.0.5 | 333 | 6/23/2024 |
4.0.4 | 600 | 5/21/2024 |
4.0.3 | 441 | 4/14/2024 |
4.0.2 | 289 | 4/8/2024 |
4.0.1 | 284 | 4/2/2024 |
3.2.2 | 1,965 | 1/11/2024 |
3.2.1 | 280 | 1/11/2024 |
3.2.0 | 446 | 1/4/2024 |
3.1.1 | 929 | 6/7/2023 |
3.0.1 | 475 | 4/9/2023 |
2.4.2 | 972 | 10/14/2022 |
2.3.0 | 511 | 7/31/2022 |
2.2.0 | 606 | 6/29/2022 |
2.1.0 | 541 | 6/14/2022 |
2.0.0 | 714 | 4/5/2022 |
1.7.3 | 619 | 1/2/2022 |
1.6.0 | 1,603 | 11/26/2021 |
1.5.0 | 412 | 11/16/2021 |
1.4.1 | 462 | 11/10/2021 |
1.3.3 | 426 | 11/7/2021 |
1.2.0 | 469 | 10/7/2021 |
1.1.2 | 460 | 10/4/2021 |
1.0.1 | 496 | 9/6/2021 |
1.0.0 | 725 | 9/5/2021 |
- Removed template engine isEnabled property. Visual Studio does not support it compared to Jetbrains Rider.
This property caused an exception to create a Module project without UI.
Thanks to @SergeyNefyodov for finding this bug