Skip to content

Commit a914fe7

Browse files
committed
New release 4.0.5
1 parent 907aae8 commit a914fe7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/resources/SampleReports.zip

592 Bytes
Binary file not shown.

src/ReportGenerator.Core/Reporting/Builders/Rendering/resources/custom-azurepipelines.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ th { text-align: left; }
2929
ansi
3030
.overview thead th { background-color: #fff; }
3131
.overview th a { color: #000; }
32-
.overview tr.namespace a { margin-left: 15px; }
32+
.overview tr.namespace a { margin-left: 15px; display: block; }
3333
.overview td { border: solid 1px #c1c1c1; border-collapse: collapse; padding: 5px 4px 5px 4px; }
3434
.overview tr:hover { background: #f4f4f4 }
3535
div.currenthistory { margin: -2px -5px 0 -5px; padding: 5px 4px 5px 4px; height: 16px; }
@@ -145,6 +145,7 @@ div.currenthistory { margin: -2px -5px 0 -5px; padding: 5px 4px 5px 4px; height:
145145
.column105 { width: 105px; }
146146
.column112 { width: 112px; }
147147
.column135 { width: 135px; }
148+
.column150 { width: 150px; }
148149

149150
.covered0 { width: 0px; }
150151
.covered1 { width: 1px; }

src/build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
<!-- Version, adjust before build -->
2424
<PropertyGroup>
25-
<Version>4.0.5-rc4</Version>
26-
<VersionShort>4.0.5-rc4</VersionShort>
25+
<Version>4.0.5.0</Version>
26+
<VersionShort>4.0.5</VersionShort>
2727
</PropertyGroup>
2828

2929
<!-- Tools -->

0 commit comments

Comments
 (0)