Skip to content

Commit

Permalink
release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Oct 12, 2023
1 parent 2d6974a commit 33d67d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [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
3 changes: 1 addition & 2 deletions 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.0</PackageVersion>
<PackageVersion>5.0.1</PackageVersion>
<Authors>anshooarora</Authors>
<Copyright>AventStack</Copyright>
<PackageLicenseUrl>https://github.com/extent-framework/extentreports-csharp/blob/master/LICENSE</PackageLicenseUrl>
Expand All @@ -19,7 +19,6 @@
<PackageReleaseNotes></PackageReleaseNotes>
<PackageIconUrl>https://www.extentreports.com/logo.jpg</PackageIconUrl>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>5.0.0</Version>
<UserSecretsId>6576a851-016a-4abc-a1d1-bdd65a6090d5</UserSecretsId>
</PropertyGroup>

Expand Down

0 comments on commit 33d67d1

Please sign in to comment.