Releases: Nice3point/RevitTemplates
Releases · Nice3point/RevitTemplates
4.0.7
- Moved commands from the Module template.
Please keep the commands in the Primary project that contains External Application to avoid isolation issues.
Issue: Nice3point/RevitToolkit#7 - Removed WindowsController class to simplify templates
- Updated descriptions
Full changelog: 4.0.6...4.0.7
4.0.6
- Conditions for generating the Solution readme. The documentation considers which options you have created the solution with
- Replaced
GetService
withGetRequiredService
for DI templates - Renamed some default files that use DI
- Updated summary
Full changelog: 4.0.5...4.0.6
4.0.5
- Updated dependencies
- Removed dependencies conditions with https://github.com/Nice3point/RevitToolkit/releases/tag/2025.0.1 latest changes integration
- Updated samples .csproj
Full changelog: 4.0.4...4.0.5
4.0.4
- 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
Full changelog: 4.0.3...4.0.4
4.0.3
- Removed
Core
folder. It's seldom used, especially in small plugins, so it's removed by default. Thank you for your feedback - Updated templates description
- Disabled
dotnet clean
logo for solution template
Full changelog: 4.0.2...4.0.3
4.0.2
- Integrate the latest Revit.Build.Tasks features
- Cleanup csproj files
Full changelog: 4.0.1...4.0.2
4.0.1
- 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
Full changelog: 3.2.2...4.0.1
3.2.2
- Fix Github release version validation
Full changelog: 3.2.0...3.2.1
3.2.0
- .NET 8 support.
- Redesigned project structure, added
source
folder for storing projects. - Redesigned Nuke project. More checks, logs, compare url record for GitHub releases. Now you can run on a local machine without having a local git repository.
- Added project description in
Readme.md
file, folder structure description, instructions for building the project - Added PackageContent.xml file support for bundles.
- Update bundle structure for Design Automation
Full changelog: 3.1.1...3.2.0
3.2.0-preview
.NET 8 support
PackageContent.xml support
Revit 2025 build system support