diff --git a/Changelog.md b/Changelog.md index 262ac08..4adcf4e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# 4.0.0-preview.3.0 + +- New icons +- Renamed some options +- Added summary for logger + # 4.0.0-preview.2.0 - Downgrade dependencies for Revit 2025 compability diff --git a/build/Build.Configuration.cs b/build/Build.Configuration.cs index c3be1ce..ec07e8e 100644 --- a/build/Build.Configuration.cs +++ b/build/Build.Configuration.cs @@ -1,6 +1,6 @@ sealed partial class Build { - const string Version = "4.0.0-preview.2.0"; + const string Version = "4.0.0-preview.3.0"; readonly AbsolutePath ArtifactsDirectory = RootDirectory / "output"; readonly AbsolutePath ChangeLogPath = RootDirectory / "Changelog.md";