Skip to content

Commit 2037293

Browse files
committed
release 4.0.3
1 parent 01a5c1a commit 2037293

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ExtentReports/ExtentReports.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{783324EC-3D15-46A1-B34E-A1F15B97DD59}</ProjectGuid>
8-
<OutputType>Exe</OutputType>
8+
<OutputType>Library</OutputType>
99
<RootNamespace>AventStack.ExtentReports</RootNamespace>
1010
<AssemblyName>ExtentReports</AssemblyName>
1111
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>

ExtentReports/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("4.0.2.0")]
36-
[assembly: AssemblyFileVersion("4.0.2.0")]
35+
[assembly: AssemblyVersion("4.0.3.0")]
36+
[assembly: AssemblyFileVersion("4.0.3.0")]

0 commit comments

Comments
 (0)