diff --git a/Changelog.md b/Changelog.md index f330cd7..39d19a6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 3.0.1 + +- Enable `ImplicitRevitUsings` by default + # 3.0.0 - Added new property `PublishRevitAddin`, to publish files to the `bin/publish` folder. diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} diff --git a/source/Nice3point.Revit.Build.Tasks/targets/Nice3point.Revit.Common.props b/source/Nice3point.Revit.Build.Tasks/targets/Nice3point.Revit.Common.props index 43ca915..b793807 100644 --- a/source/Nice3point.Revit.Build.Tasks/targets/Nice3point.Revit.Common.props +++ b/source/Nice3point.Revit.Build.Tasks/targets/Nice3point.Revit.Common.props @@ -9,6 +9,7 @@ --> + true false