Skip to content

Commit 74d27c2

Browse files
committed
release 4.1.0-beta1
1 parent 408cbcb commit 74d27c2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

extentreports-dotnet-core/ExtentReports.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<RootNamespace>AventStack.ExtentReports</RootNamespace>
66
<AssemblyName>ExtentReports</AssemblyName>
7-
<Version>4.1.0-alpha4</Version>
7+
<Version>4.1.0-beta1</Version>
88
<Company>AventStack</Company>
99
<Authors>anshooarora</Authors>
1010
<ApplicationIcon />
@@ -20,9 +20,8 @@
2020
<RepositoryType>git</RepositoryType>
2121
<PackageTags>extentreports extent reporting</PackageTags>
2222
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
23-
<PackageReleaseNotes>ExtentV3HtmlReporter has been deprecated
24-
#52 - Need ability to set ReportStartDateTime and ReportEndDateTime
25-
#79 - fixes Both AddScreenCaptureFromBase64String and AddScreenCaptureFromPath do nothing
23+
<PackageReleaseNotes>#87 - Fixes ConcurrentModification exceptions
24+
2625
</PackageReleaseNotes>
2726
</PropertyGroup>
2827

0 commit comments

Comments
 (0)