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 896dc08 commit 410748aCopy full SHA for 410748a
Automation.TestFramework.Dynamic/Automation.TestFramework.Dynamic.csproj
@@ -10,9 +10,9 @@
10
11
<PropertyGroup Label="NuGet package properties">
12
<PackageId>Automation.TestFramework.Dynamic</PackageId>
13
- <VersionPrefix>1.0.1</VersionPrefix>
+ <VersionPrefix>1.0.2</VersionPrefix>
14
<!-- <VersionSuffix>pre.1</VersionSuffix>-->
15
- <PackageReleaseNotes>Fixed crash when using `dotnet test`.</PackageReleaseNotes>
+ <PackageReleaseNotes>Fixed bug: raise `StepError` event when a step fails because of sub-steps.</PackageReleaseNotes>
16
<Authors>DotNet4Fun</Authors>
17
<Product>Automation.TestFramework.Dynamic</Product>
18
<Title>Automation.TestFramework.Dynamic</Title>
0 commit comments