Nice3point.Revit.Templates
4.0.1
Prefix Reserved
See the version list below for details.
dotnet new install Nice3point.Revit.Templates::4.0.1
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" width="750" srcset="https://github.com/Nice3point/RevitTemplates/assets/20504884/cb0992f1-927f-4937-a87b-0e9657318c05"> <img alt="RevitLookup" width="750" src="https://github.com/Nice3point/RevitTemplates/assets/20504884/ddeb2dd2-e3e9-46f8-a643-4176a09c8560"> </picture> </p>
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, Forge
- Azure DevOps pipelines and GitHub Actions
- Dependency Injection
- Add-in logging
Installation
- Install the latest .Net SDK
- Run
dotnet new -i Nice3point.Revit.Templates
to install the project templates
Usage
- To create a project use the IDE or run
dotnet new
- To create a release run
nuke
- For more help, 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 |
---|---|---|
4.0.7 | 529 | 8/25/2024 |
4.0.6 | 239 | 7/22/2024 |
4.0.5 | 270 | 6/23/2024 |
4.0.4 | 529 | 5/21/2024 |
4.0.3 | 375 | 4/14/2024 |
4.0.2 | 217 | 4/8/2024 |
4.0.1 | 217 | 4/2/2024 |
3.2.2 | 1,892 | 1/11/2024 |
3.2.1 | 222 | 1/11/2024 |
3.2.0 | 393 | 1/4/2024 |
3.1.1 | 850 | 6/7/2023 |
3.0.1 | 388 | 4/9/2023 |
2.4.2 | 887 | 10/14/2022 |
2.3.0 | 422 | 7/31/2022 |
2.2.0 | 505 | 6/29/2022 |
2.1.0 | 440 | 6/14/2022 |
2.0.0 | 605 | 4/5/2022 |
1.7.3 | 509 | 1/2/2022 |
1.6.0 | 1,498 | 11/26/2021 |
1.5.0 | 310 | 11/16/2021 |
1.4.1 | 351 | 11/10/2021 |
1.3.3 | 313 | 11/7/2021 |
1.2.0 | 354 | 10/7/2021 |
1.1.2 | 345 | 10/4/2021 |
1.0.1 | 390 | 9/6/2021 |
- Revit 2025 support
- Inversion of Control support
- Nuke 8.0.0 support
- New icons
- New templates for single dll applications and modular solutions
- New samples https://github.com/Nice3point/RevitTemplates/tree/develop/samples
- Wiki updated https://github.com/Nice3point/RevitTemplates/wiki/Templates
- Wiki updated https://github.com/Nice3point/RevitTemplates/wiki/Multiple-Revit-Versions
- Jetbrains Rider don't respect solution templates for now. Please use CLI or VS22