Skip to content

Commit 979e68f

Browse files
committedDec 7, 2023
release 5.0.2
1 parent 47c6e66 commit 979e68f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1+
## [5.0.2](https://github.com/extent-framework/extentreports-csharp/compare/5.0.1...v5.0.2)
2+
3+
#### Issues Resolved
4+
- [#137](/issues/137) Invalid metrics for tags/categories
5+
- [#195](/issues/195) Correct time taken suffix from s to ms
6+
- [#197](/issues/197) Fixes bug/attribute view to test view navigation
7+
- [#200](/issues/200) Fix for potential race condition with MediaEntityBuilder
8+
- [#202](/issues/202) Fixes ScenarioOutline view
9+
10+
111
## [5.0.1](https://github.com/extent-framework/extentreports-csharp/compare/v5.0.0...v5.0.1)
212

313
#### Issues Resolved
414
- [#186](/issues/186) RazorEngine template rendering warnings from RecurseNodes.cshtml
515
- [#189](/issues/189) XML config serialization issue fix
616

17+
718
## 5.0.0
19+
20+
Initial

‎ExtentReports/ExtentReports.csproj

+1-1
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.2-beta</PackageVersion>
7+
<PackageVersion>5.0.2</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)
Please sign in to comment.