From 0b08f5e6c9e431ed82488833b51acac98691a8b9 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Thu, 29 Aug 2024 16:02:25 -0300 Subject: [PATCH 1/4] Update `TestAdapter` log --- CHANGELOG.md | 5 +++++ Directory.Build.props | 2 +- ricaun.RevitTest.TestAdapter/Services/ApplicationUtils.cs | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 796393c..fde43ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.3.6] / 2024-08-26 +### TestAdapter +- Remove log in the `LocalFileExists` in the `ApplicationUtils`. + ## [1.3.5] / 2024-07-22 - 2024-08-28 ### Features - Update `Application` images to support `light` and `dark` theme. @@ -447,6 +451,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - [x] TestsFail [vNext]: ../../compare/1.0.0...HEAD +[1.3.6]: ../../compare/1.3.5...1.3.6 [1.3.5]: ../../compare/1.3.4...1.3.5 [1.3.4]: ../../compare/1.3.3...1.3.4 [1.3.3]: ../../compare/1.3.2...1.3.3 diff --git a/Directory.Build.props b/Directory.Build.props index a6dd653..70e5edc 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.3.5 + 1.3.6-alpha \ No newline at end of file diff --git a/ricaun.RevitTest.TestAdapter/Services/ApplicationUtils.cs b/ricaun.RevitTest.TestAdapter/Services/ApplicationUtils.cs index 9e02539..af1cb93 100644 --- a/ricaun.RevitTest.TestAdapter/Services/ApplicationUtils.cs +++ b/ricaun.RevitTest.TestAdapter/Services/ApplicationUtils.cs @@ -155,10 +155,10 @@ private static bool LocalFileExists(string filePath, out string localFilePath) var currentDirectory = Directory.GetCurrentDirectory(); localFilePath = Path.Combine(currentDirectory, filePath); localFilePath = new FileInfo(localFilePath).FullName; - AdapterLogger.Logger.Debug($"Application LocalFileCheck: {localFilePath}"); + AdapterLogger.Logger.DebugOnlyLocal($"Application LocalFileCheck: {localFilePath}"); if (File.Exists(localFilePath)) { - AdapterLogger.Logger.DebugOnlyLocal($"Download LocalFileCheck: {localFilePath}"); + AdapterLogger.Logger.Debug($"Application LocalFileCheck: {localFilePath}"); return true; } } From abb50c071476d6c0e8b373c9dc94e1f6f33ebeab Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Thu, 29 Aug 2024 16:21:51 -0300 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde43ba..69c2b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.3.6] / 2024-08-26 +## [1.3.6] / 2024-08-29 ### TestAdapter - Remove log in the `LocalFileExists` in the `ApplicationUtils`. From da0b3b52599a369548b400e56cc6a87312582e7f Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Fri, 30 Aug 2024 12:07:31 -0300 Subject: [PATCH 3/4] prerelease rc --- CHANGELOG.md | 2 +- Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c2b58..af7eff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.3.6] / 2024-08-29 +## [1.3.6] / 2024-08-30 ### TestAdapter - Remove log in the `LocalFileExists` in the `ApplicationUtils`. diff --git a/Directory.Build.props b/Directory.Build.props index 70e5edc..a5cf82b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.3.6-alpha + 1.3.6-rc \ No newline at end of file From 83c06acca9f08c08fcf06c2ded6a877545cc5535 Mon Sep 17 00:00:00 2001 From: Luiz Henrique Cassettari Date: Fri, 30 Aug 2024 12:08:09 -0300 Subject: [PATCH 4/4] Release 1.3.6 --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index a5cf82b..5d22c7b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.3.6-rc + 1.3.6 \ No newline at end of file