diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d682bf..18ff770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ 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.4.2] / 2024-09-11 +## [1.5.0] / 2024-09-11 - 2024-09-19 ### Features - Support tests with `TestCaseSource`. (Fix: #55) ### Application -- Update `ricaun.NUnit` to `1.4.0-rc.1`. +- Update `ricaun.NUnit` to `1.4.0`. ### Tests - Add `TestsCaseSource` to test `TestCaseSourceAttribute`. - Add tests with `TestCaseData` class with expected result. @@ -486,7 +486,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - [x] TestsFail [vNext]: ../../compare/1.0.0...HEAD -[1.4.2]: ../../compare/1.4.1...1.4.2 +[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 [1.3.6]: ../../compare/1.3.5...1.3.6 diff --git a/Directory.Build.props b/Directory.Build.props index 7485142..6c9d3a5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.4.2-rc + 1.5.0-rc \ No newline at end of file diff --git a/ricaun.RevitTest.Application/ricaun.RevitTest.Application.csproj b/ricaun.RevitTest.Application/ricaun.RevitTest.Application.csproj index b9c8609..cea12f1 100644 --- a/ricaun.RevitTest.Application/ricaun.RevitTest.Application.csproj +++ b/ricaun.RevitTest.Application/ricaun.RevitTest.Application.csproj @@ -114,7 +114,7 @@ - + diff --git a/ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj b/ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj index 69b4870..da4013d 100644 --- a/ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj +++ b/ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj @@ -83,7 +83,7 @@ - + diff --git a/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip b/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip index 8376f02..8243386 100644 Binary files a/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip and b/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip differ diff --git a/ricaun.RevitTest.Shared/ricaun.RevitTest.Shared.csproj b/ricaun.RevitTest.Shared/ricaun.RevitTest.Shared.csproj index 2b5a6d2..8868679 100644 --- a/ricaun.RevitTest.Shared/ricaun.RevitTest.Shared.csproj +++ b/ricaun.RevitTest.Shared/ricaun.RevitTest.Shared.csproj @@ -65,7 +65,7 @@ - + diff --git a/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip b/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip index 480996f..39cf287 100644 Binary files a/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip and b/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip differ diff --git a/ricaun.RevitTest.TestAdapter/Resources/net8.0-windows/ricaun.RevitTest.Console.zip b/ricaun.RevitTest.TestAdapter/Resources/net8.0-windows/ricaun.RevitTest.Console.zip index da0e911..ec6c0d7 100644 Binary files a/ricaun.RevitTest.TestAdapter/Resources/net8.0-windows/ricaun.RevitTest.Console.zip and b/ricaun.RevitTest.TestAdapter/Resources/net8.0-windows/ricaun.RevitTest.Console.zip differ