Skip to content

Commit

Permalink
Version 1.6.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Oct 1, 2024
1 parent 68eb355 commit 183b30a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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.5.1] / 2024-09-25
## [1.6.0] / 2024-09-25
### Features
- Support `TestAdapter` custom executer.
- Support environment variables to overwrite settings in the `TestAdapter`. (Fix: #57)
### Command
- Update to use `JsonService` implementation to use `Newtonsoft.Json` in the domain.
### Console
- Add `RevitTestUtils.Exceptions` to show exceptions in the console.
- Add `ricaun.RevitAPI.Fake.References.RevitAPIUI` to fix `RevitAPIUI` reference exception in the discovery test.
- Add `ricaun.RevitAPI.Fake.References.RevitAPIUI` to fix `RevitAPIUI` reference exception in the discovery test. (Fix: #58)
- Disable/Remove discovery test to use `RevitAPIUI` version `2021` to `2023`.
### Shared
- Update to use `ricaun.NamedPipeWrapper.Json` version `1.8.0`.
Expand Down Expand Up @@ -505,7 +505,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [x] TestsFail

[vNext]: ../../compare/1.0.0...HEAD
[1.5.1]: ../../compare/1.5.0...1.5.1
[1.6.0]: ../../compare/1.5.0...1.6.0
[1.5.0]: ../../compare/1.4.1...1.5.0
[1.4.1]: ../../compare/1.4.0...1.4.1
[1.4.0]: ../../compare/1.3.6...1.4.0
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.5.1-rc</Version>
<Version>1.6.0-rc</Version>
</PropertyGroup>
</Project>

0 comments on commit 183b30a

Please sign in to comment.