We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d24b91 commit 0e0aeaeCopy full SHA for 0e0aeae
CHANGELOG.md
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
### Features
9
- Support tests with `TestCaseSource`. (Fix: #55)
10
### Application
11
-- Update `ricaun.NUnit` to `1.4.0-beta`.
+- Update `ricaun.NUnit` to `1.4.0-beta.2`.
12
### Tests
13
- Add `TestsCaseSource` to test `TestCaseSourceAttribute`.
14
- Add tests with `TestCaseData` class with expected result.
Directory.Build.props
@@ -1,5 +1,5 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>1.4.2-beta</Version>
+ <Version>1.4.2-beta.2</Version>
4
</PropertyGroup>
5
</Project>
0 commit comments