Skip to content

Commit 0cb2579

Browse files
committed
release 5.0.3
1 parent 2351829 commit 0cb2579

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.0.3](https://github.com/extent-framework/extentreports-csharp/compare/5.0.2...v5.0.3)
2+
3+
#### Issues Resolved
4+
- [#215](/issues/214) Timestamp cannot be configured in ExtentSparkReporter
5+
- [#211](/issues/211) NPE on RemoveTest that does not exist
6+
- [#149](/issues/149) Screenshots for BDD nodes
7+
- [#148](/issues/148) Node description not displaying
8+
9+
110
## [5.0.2](https://github.com/extent-framework/extentreports-csharp/compare/5.0.1...v5.0.2)
211

312
#### Issues Resolved

ExtentReports/ExtentReports.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackOnBuild>true</PackOnBuild>
66
<RootNamespace>AventStack.ExtentReports</RootNamespace>
7-
<PackageVersion>5.0.3-beta2</PackageVersion>
7+
<PackageVersion>5.0.3</PackageVersion>
88
<Authors>anshooarora</Authors>
99
<Copyright>AventStack</Copyright>
1010
<PackageLicenseUrl>https://github.com/extent-framework/extentreports-csharp/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)