Skip to content

Commit dd79603

Browse files
committed
release 4.0.2
1 parent 05fb9c0 commit dd79603

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ExtentReports/ExtentReports.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,9 @@
235235
<EmbeddedResource Include="Views\Html\Partials\Head.cshtml">
236236
<SubType>Designer</SubType>
237237
</EmbeddedResource>
238-
<EmbeddedResource Include="Views\Html\Partials\Scripts.cshtml" />
238+
<EmbeddedResource Include="Views\Html\Partials\Scripts.cshtml">
239+
<SubType>Designer</SubType>
240+
</EmbeddedResource>
239241
<EmbeddedResource Include="Views\Html\Exception.cshtml" />
240242
<EmbeddedResource Include="Views\Html\Partials\AttributesView.cshtml" />
241243
<EmbeddedResource Include="Views\Html\Tag.cshtml" />

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.1.0")]
36-
[assembly: AssemblyFileVersion("4.0.1.0")]
35+
[assembly: AssemblyVersion("4.0.2.0")]
36+
[assembly: AssemblyFileVersion("4.0.2.0")]

0 commit comments

Comments
 (0)