From 561f2f35c63f59f572330f9a329a0b25c36cce6f Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Thu, 2 Jan 2025 11:26:17 -0300 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 5 +++-- Directory.Build.props | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a71fe7..85f3234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [1.0.0] / 2024-03-27 ### Features +- Support version `2015` to `2030` in `SupportedRevitVersion`. +- Property `RevitVersion` to `DefineConstants` with `REVITXXXX` and `REVITXXXX_OR_GREATER`. - Add `RevitVersionMinimal` `PropertyGroup` to set minimal version for `XXX_OR_GREATER`. (Default: `2019`) -- `RevitVersion` to `DefineConstants`. - Update `XXX_OR_GREATER` implementation based on [discussions](https://github.com/Nice3point/RevitTemplates/discussions/43). -- `Test` project with `CountTests` for version `2017`, `2019`, `2021` and `2025`. +- `Test` project with `CountTests` for version `2017`, `2019`, `2021` and `2025`. (`RevitVersionMinimal` to `2017`) [vNext]: ../../compare/1.0.0...HEAD [1.0.0]: ../../compare/1.0.0 \ No newline at end of file diff --git a/Directory.Build.props b/Directory.Build.props index e0335e3..1261f50 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.0.0-beta.12 + 1.0.0-rc \ No newline at end of file