From f9190b0ddff50ba7d75ebdcf6c3fff2b3ae3a5a4 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Tue, 10 Dec 2024 11:11:03 -0300 Subject: [PATCH] Version 1.7.1-rc --- CHANGELOG.md | 4 ++-- Directory.Build.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa6174..0f145d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ 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.7.1] / 2024-12-07 +## [1.7.1] / 2024-12-07 - 2024-12-10 ### Application - Update to use `AssemblyMetadata` to set configuration. - Update `TestExecuteUtils` to use `ConfigurationMetadata`. - Update `Log` file name. -- Update `ricaun.NUnit` to `1.4.1-beta.1`. +- Update `ricaun.NUnit` to `1.4.1-rc`. - 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 8e3cdca..a803cdd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.7.1-beta.2 + 1.7.1-rc \ No newline at end of file