Skip to content

Commit

Permalink
Update ricaun.NUnit to 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Sep 19, 2024
1 parent b3448e2 commit de96439
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ 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.4.2] / 2024-09-11
## [1.5.0] / 2024-09-11 - 2024-09-19
### Features
- Support tests with `TestCaseSource`. (Fix: #55)
### Application
- Update `ricaun.NUnit` to `1.4.0-rc.1`.
- Update `ricaun.NUnit` to `1.4.0`.
### Tests
- Add `TestsCaseSource` to test `TestCaseSourceAttribute`.
- Add tests with `TestCaseData` class with expected result.
Expand Down Expand Up @@ -486,7 +486,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [x] TestsFail

[vNext]: ../../compare/1.0.0...HEAD
[1.4.2]: ../../compare/1.4.1...1.4.2
[1.5.0]: ../../compare/1.4.1...1.5.0
[1.4.1]: ../../compare/1.4.0...1.4.1
[1.4.0]: ../../compare/1.3.6...1.4.0
[1.3.6]: ../../compare/1.3.5...1.3.6
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.4.2-rc</Version>
<Version>1.5.0-rc</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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="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.

0 comments on commit de96439

Please sign in to comment.