diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0782a..1ec0eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update `Command` with `SemanticVersion`. - Update `TestAdapter` with debug logs. - Update `TestAdapter` with `PackageTags` +- Update `TestAdapter` with `PackageLicenseFile` ## [1.3.0] / 2024-03-28 ### Features diff --git a/Directory.Build.props b/Directory.Build.props index e9597de..53e02da 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 1.3.1-beta + 1.3.1-beta.1 \ No newline at end of file diff --git a/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip b/ricaun.RevitTest.Console/Resources/ricaun.RevitTest.Application.bundle.zip index 596021d..7eb6ed4 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 6a4a1b3..f27eb07 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 0a8c2ec..cc40c80 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.TestAdapter/ricaun.RevitTest.TestAdapter.csproj b/ricaun.RevitTest.TestAdapter/ricaun.RevitTest.TestAdapter.csproj index 3f4b0b8..aec90e0 100644 --- a/ricaun.RevitTest.TestAdapter/ricaun.RevitTest.TestAdapter.csproj +++ b/ricaun.RevitTest.TestAdapter/ricaun.RevitTest.TestAdapter.csproj @@ -119,6 +119,7 @@ https://github.com/$(GitHubRepositoryOwner)/$(GitHubRepository) github icon.png + LICENSE README.md