diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f145d2..98ac1e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,10 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.7.1] / 2024-12-07 - 2024-12-10
### Application
-- Update to use `AssemblyMetadata` to set configuration.
+- Update to use `AssemblyMetadata` to set configuration. (Fix: #64)
- Update `TestExecuteUtils` to use `ConfigurationMetadata`.
- Update `Log` file name.
-- Update `ricaun.NUnit` to `1.4.1-rc`.
+- Update `ricaun.NUnit` to `1.4.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.
@@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update `MetadataMapper` with `prefix`.
- Fix `Mapper` convert integer to ignore dot.
- Update `Timeout` to `double`.
+### Tests
+- Update `TestsRevitTask` with `AssemblyMetadata` configuration.
## [1.7.0] / 2024-11-02 - 2024-12-03
### Features
diff --git a/Directory.Build.props b/Directory.Build.props
index a803cdd..3677869 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,5 +1,5 @@
- 1.7.1-rc
+ 1.7.1
\ 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 d859c56..579b94f 100644
--- a/ricaun.RevitTest.Application/ricaun.RevitTest.Application.csproj
+++ b/ricaun.RevitTest.Application/ricaun.RevitTest.Application.csproj
@@ -122,7 +122,7 @@
-
+
diff --git a/ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj b/ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj
index e14d0ac..b830334 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 f81e2d7..d6fe362 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 9adc824..18ac533 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 aed691e..20d9364 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 5342e02..504f500 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
diff --git a/ricaun.RevitTest.Tests/TestsRevitTask.cs b/ricaun.RevitTest.Tests/TestsRevitTask.cs
index 08377c6..1ac5433 100644
--- a/ricaun.RevitTest.Tests/TestsRevitTask.cs
+++ b/ricaun.RevitTest.Tests/TestsRevitTask.cs
@@ -6,8 +6,6 @@
using System.Threading;
using System.Threading.Tasks;
-//[assembly: System.Reflection.AssemblyDescription("{\"TestAsync\":\"RevitTask\",\"TimeOut\":60.0}")]
-
[assembly: System.Reflection.AssemblyMetadata("ricaun.RevitTest.Application.Tasks.Name", "RevitTask")]
[assembly: System.Reflection.AssemblyMetadata("ricaun.RevitTest.Application.Tasks.Timeout", "0.05")]