Skip to content

Commit 1004b66

Browse files
committed
prepare next dev iteration
1 parent d7f79b7 commit 1004b66

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

extentreports-dotnet-core/ExtentReports.csproj

Lines changed: 5 additions & 3 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-alpha3</Version>
7+
<Version>4.1.0-alpha4</Version>
88
<Company>AventStack</Company>
99
<Authors>anshooarora</Authors>
1010
<ApplicationIcon />
@@ -20,8 +20,10 @@
2020
<RepositoryType>git</RepositoryType>
2121
<PackageTags>extentreports extent reporting</PackageTags>
2222
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
23-
<PackageReleaseNotes>ExtentLoggerReport has been deprecated
24-
#87 - fix ConcurrentModification exceptions</PackageReleaseNotes>
23+
<PackageReleaseNotes>ExtentV3HtmlReporter has been deprecated
24+
#52 - Need ability to set ReportStartDateTime and ReportEndDateTime
25+
#79 - fixes Both AddScreenCaptureFromBase64String and AddScreenCaptureFromPath do nothing
26+
</PackageReleaseNotes>
2527
</PropertyGroup>
2628

2729
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)