Skip to content

Commit

Permalink
Version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 10, 2024
1 parent f9190b0 commit 2986409
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.7.1-rc</Version>
<Version>1.7.1</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<PackageReference Include="ricaun.Revit.UI" Version="*" />
<PackageReference Include="ricaun.Revit.UI.Tasks" Version="*" />
<PackageReference Include="ricaun.Revit.UI.Busy" Version="*" />
<PackageReference Include="ricaun.NUnit" Version="*-*" />
<PackageReference Include="ricaun.NUnit" Version="*" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ricaun.RevitTest.Command/ricaun.RevitTest.Command.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="*" />
<PackageReference Include="ricaun.NUnit" Version="*-*" />
<PackageReference Include="ricaun.NUnit" Version="*" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion ricaun.RevitTest.Shared/ricaun.RevitTest.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<ItemGroup>
<PackageReference Include="ricaun.NamedPipeWrapper.Json" Version="*" />
<PackageReference Include="ricaun.NUnit" Version="*-*" />
<PackageReference Include="ricaun.NUnit" Version="*" />
</ItemGroup>

<!-- Fody -->
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions ricaun.RevitTest.Tests/TestsRevitTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

Expand Down

0 comments on commit 2986409

Please sign in to comment.