Skip to content

Commit 7a7c0c5

Browse files
committed
release 5.0.4
1 parent 8ac953d commit 7a7c0c5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.4](https://github.com/extent-framework/extentreports-csharp/compare/5.0.3...v5.0.4)
2+
3+
#### Issues Resolved
4+
- [#208](/issues/208) CWE-404: Improper Resource Shutdown or Release fix
5+
- [#217](/issues/217) Remove cdn.rawgit links
6+
7+
18
## [5.0.3](https://github.com/extent-framework/extentreports-csharp/compare/5.0.2...v5.0.3)
29

310
#### Issues Resolved

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.4-beta</PackageVersion>
7+
<PackageVersion>5.0.4</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)