From 8998953b74f895b22cee94310b4cc1191ad48477 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Mon, 9 Dec 2024 22:26:12 -0300 Subject: [PATCH] Version 1.7.1-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 bb0cf1b..7aa6174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update to use `AssemblyMetadata` to set configuration. - Update `TestExecuteUtils` to use `ConfigurationMetadata`. - Update `Log` file name. -- Update `ricaun.NUnit` to `1.4.1-beta`. +- Update `ricaun.NUnit` to `1.4.1-beta.1`. - Add `MetadataMapper` to map `AssemblyMetadata` configuration. - Update to use `Task.Run` to force run outside the Revit context. - Update `Timeout` to time unit in minutes. diff --git a/Directory.Build.props b/Directory.Build.props index ff488bd..8e3cdca 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.7.1-beta.1 + 1.7.1-beta.2 \ No newline at end of file