- Property
PublishAddinFiles
renamed toPublishRevitAddin
. - Added new property
PublishRevitFiles
, to publish files to thebin/publish
folder.
- Import common properties
- Enabled EnableDynamicLoading by default for NetCore apps
- Disabled CopyLocalLockFileAssemblies for NetCore apps
- Disabled publishing Content files by default. To enable it, set
CopyToPublishDirectory=‘Always’
orCopyToPublishDirectory=‘PreserveNewest’
. - PreserveNewest and Always now affect whether existing files should be skipped or overwritten always
- Increased major version to avoid conflicts in existing projects
- Update Readme
- Add extra
clean
folder
- Changed publishing directory from bin to bin\publish
- Now you can add extra file to publishing. For description see Readme.md
- Add CommunityToolkit.Mvvm implicit usings
- Fix implicit usings generator
Initial release