diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f82324..f7e28fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - 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. +### Command +- Update `AssemblyName` to use `Version`. ### TestAdapter - Update `MapperKey` to multiple converts. - Update `MetadataMapper` with `prefix`. diff --git a/Directory.Build.props b/Directory.Build.props index 459fd38..3e2da7f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.7.1-alpha.3 + 1.7.1-alpha.4 \ No newline at end of file diff --git a/ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj b/ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj index 5e0e9f9..e14d0ac 100644 --- a/ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj +++ b/ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj @@ -40,7 +40,7 @@ - $(PackageId) + $(PackageId).$(Version) $(PackageId) Copyright (C) $(Company) $(CopyrightYears) diff --git a/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip b/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip index 7223bac..c57ea90 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.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip b/ricaun.RevitTest.TestAdapter/Resources/net48/ricaun.RevitTest.Console.zip index bfc1a16..06f5b6c 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 b471c57..de63cd7 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