Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jan 2, 2025
1 parent 9ca6bfc commit 561f2f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.0.0-beta.12</Version>
<Version>1.0.0-rc</Version>
</PropertyGroup>
</Project>

0 comments on commit 561f2f3

Please sign in to comment.