Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Oct 7, 2024
1 parent 285582e commit 6a1db5f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.6.0] / 2024-09-25 - 2024-10-01
## [1.6.0] / 2024-09-25 - 2024-10-06
### Features
- Support `TestAdapter` custom executer.
- Support environment variables to overwrite settings in the `TestAdapter`. (Fix: #57)
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.6.0-rc.1</Version>
<Version>1.6.0</Version>
</PropertyGroup>
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions ricaun.RevitTest.Tests/TestsDebugger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
using System;
using System.Diagnostics;
using System.Reflection;
//[assembly: AssemblyMetadata("NUnit.Open", "true")]
//[assembly: AssemblyMetadata("NUnit.Close", "true")]

#if DEBUG
//[assembly: AssemblyMetadata("NUnit.Version", "2021")]
//[assembly: AssemblyMetadata("NUnit.Open", "true")]
Expand Down

0 comments on commit 6a1db5f

Please sign in to comment.