Skip to content

Commit

Permalink
Version 1.7.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 10, 2024
1 parent 8998953 commit f9190b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.7.1] / 2024-12-07
## [1.7.1] / 2024-12-07 - 2024-12-10
### Application
- Update to use `AssemblyMetadata` to set configuration.
- Update `TestExecuteUtils` to use `ConfigurationMetadata`.
- Update `Log` file name.
- Update `ricaun.NUnit` to `1.4.1-beta.1`.
- Update `ricaun.NUnit` to `1.4.1-rc`.
- Add `MetadataMapper` to map `AssemblyMetadata` configuration.
- Update to use `Task.Run` to force run outside the Revit context.
- Update `Timeout` to time unit in minutes.
Expand Down
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.7.1-beta.2</Version>
<Version>1.7.1-rc</Version>
</PropertyGroup>
</Project>

0 comments on commit f9190b0

Please sign in to comment.