Skip to content

Commit

Permalink
release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Dec 7, 2023
1 parent 47c6e66 commit 979e68f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
## [5.0.2](https://github.com/extent-framework/extentreports-csharp/compare/5.0.1...v5.0.2)

#### Issues Resolved
- [#137](/issues/137) Invalid metrics for tags/categories
- [#195](/issues/195) Correct time taken suffix from s to ms
- [#197](/issues/197) Fixes bug/attribute view to test view navigation
- [#200](/issues/200) Fix for potential race condition with MediaEntityBuilder
- [#202](/issues/202) Fixes ScenarioOutline view


## [5.0.1](https://github.com/extent-framework/extentreports-csharp/compare/v5.0.0...v5.0.1)

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


## 5.0.0

Initial
2 changes: 1 addition & 1 deletion ExtentReports/ExtentReports.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<RootNamespace>AventStack.ExtentReports</RootNamespace>
<PackageVersion>5.0.2-beta</PackageVersion>
<PackageVersion>5.0.2</PackageVersion>
<Authors>anshooarora</Authors>
<Copyright>AventStack</Copyright>
<PackageLicenseUrl>https://github.com/extent-framework/extentreports-csharp/blob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit 979e68f

Please sign in to comment.