From 0e0aeaedb595f8081a2c4f43d9a91eefc5c062c4 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Tue, 17 Sep 2024 18:09:43 -0300 Subject: [PATCH] Update beta.2 --- CHANGELOG.md | 2 +- Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a710408..ceaba74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Features - Support tests with `TestCaseSource`. (Fix: #55) ### Application -- Update `ricaun.NUnit` to `1.4.0-beta`. +- Update `ricaun.NUnit` to `1.4.0-beta.2`. ### Tests - Add `TestsCaseSource` to test `TestCaseSourceAttribute`. - Add tests with `TestCaseData` class with expected result. diff --git a/Directory.Build.props b/Directory.Build.props index f466cf0..e36594c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.4.2-beta + 1.4.2-beta.2 \ No newline at end of file