diff --git a/Changelog.md b/Changelog.md index 875a788..badb1e1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# 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 + # 4.0.4 - Removed template engine "isEnabled" property. Visual Studio does not support it compared to Jetbrains Rider. diff --git a/build/Build.Configuration.cs b/build/Build.Configuration.cs index 6f8bb7f..f9d3ef1 100644 --- a/build/Build.Configuration.cs +++ b/build/Build.Configuration.cs @@ -1,6 +1,6 @@ sealed partial class Build { - const string Version = "4.0.4"; + const string Version = "4.0.5"; readonly AbsolutePath ArtifactsDirectory = RootDirectory / "output"; readonly AbsolutePath ChangeLogPath = RootDirectory / "Changelog.md";