diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a583ab..4e0782a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,17 @@ 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.3.1] / 2024-04-02 +### Features +- Support Revit 2025 to 2017. ### Fixed - Fix `Installation` Application issue. -- Fix `Timeout` with issue with `testsFinishedForceToEnd`. +- Fix `Timeout` issue with `testsFinishedForceToEnd`. ### Updated - Update `ricaun.Revit.Installation` - Update `debugger` with debug logs. - Update `Command` with `SemanticVersion`. - Update `TestAdapter` with debug logs. +- Update `TestAdapter` with `PackageTags` ## [1.3.0] / 2024-03-28 ### Features diff --git a/Directory.Build.props b/Directory.Build.props index c3c828a..e9597de 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.3.1-alpha.2 + 1.3.1-beta \ No newline at end of file diff --git a/ricaun.RevitTest.TestAdapter/ricaun.RevitTest.TestAdapter.csproj b/ricaun.RevitTest.TestAdapter/ricaun.RevitTest.TestAdapter.csproj index 50ddee2..3f4b0b8 100644 --- a/ricaun.RevitTest.TestAdapter/ricaun.RevitTest.TestAdapter.csproj +++ b/ricaun.RevitTest.TestAdapter/ricaun.RevitTest.TestAdapter.csproj @@ -102,6 +102,7 @@ ricaun Luiz Henrique Cassettari Multi-version NUnit testing framework for Revit API + revit;test;testadapter;nunit;dotnet $([System.DateTime]::Now.ToString('yyyy'))