Skip to content

Commit 6fe6554

Browse files
authored
Merge pull request #335 from tonyhallett/update-reportgeneratior-fork
fix #334
2 parents 8dd26a5 + c6b93de commit 6fe6554

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

FineCodeCoverage/FineCodeCoverage.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@
105105
<Link>ZippedTools\openCover.4.7.922.zip</Link>
106106
<IncludeInVSIX>true</IncludeInVSIX>
107107
</Content>
108-
<Content Include="..\Shared Files\ZippedTools\reportGenerator.4.7.3.zip">
109-
<Link>ZippedTools\reportGenerator.4.7.3.zip</Link>
110-
<IncludeInVSIX>true</IncludeInVSIX>
111-
</Content>
112108
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.2.0.zip">
113109
<Link>ZippedTools\coverlet.collector.3.2.0.zip</Link>
114110
<IncludeInVSIX>true</IncludeInVSIX>
@@ -117,6 +113,10 @@
117113
<Link>ZippedTools\coverlet.console.3.2.0.zip</Link>
118114
<IncludeInVSIX>true</IncludeInVSIX>
119115
</Content>
116+
<Content Include="..\Shared Files\ZippedTools\reportGenerator.4.7.4.zip">
117+
<Link>ZippedTools\reportGenerator.4.7.4.zip</Link>
118+
<IncludeInVSIX>true</IncludeInVSIX>
119+
</Content>
120120
<!--
121121
<None Include="Key.snk" />
122122
-->

FineCodeCoverage2022/FineCodeCoverage2022.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@
8989
<Link>ZippedTools\microsoft.codecoverage.17.1.0.zip</Link>
9090
<IncludeInVSIX>true</IncludeInVSIX>
9191
</Content>
92-
<Content Include="..\Shared Files\ZippedTools\reportGenerator.4.7.3.zip">
93-
<Link>ZippedTools\reportGenerator.4.7.3.zip</Link>
94-
<IncludeInVSIX>true</IncludeInVSIX>
95-
</Content>
9692
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.2.0.zip">
9793
<Link>ZippedTools\coverlet.collector.3.2.0.zip</Link>
9894
<IncludeInVSIX>true</IncludeInVSIX>
@@ -101,6 +97,10 @@
10197
<Link>ZippedTools\coverlet.console.3.2.0.zip</Link>
10298
<IncludeInVSIX>true</IncludeInVSIX>
10399
</Content>
100+
<Content Include="..\Shared Files\ZippedTools\reportGenerator.4.7.4.zip">
101+
<Link>ZippedTools\reportGenerator.4.7.4.zip</Link>
102+
<IncludeInVSIX>true</IncludeInVSIX>
103+
</Content>
104104
<None Include="source.extension.vsixmanifest">
105105
<SubType>Designer</SubType>
106106
</None>
-5.99 MB
Binary file not shown.
4.23 MB
Binary file not shown.

0 commit comments

Comments
 (0)