Skip to content

Commit 63024da

Browse files
authored
Merge pull request #302 from tonyhallett/update-coverlet
update coverlet to latest version fix #301
2 parents 86dd4db + 3107849 commit 63024da

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

FineCodeCoverage/FineCodeCoverage.csproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,6 @@
9393
<Link>Resources\OutputToolWindowCommand.png</Link>
9494
<IncludeInVSIX>true</IncludeInVSIX>
9595
</Content>
96-
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.0.3.zip">
97-
<Link>ZippedTools\coverlet.collector.3.0.3.zip</Link>
98-
<IncludeInVSIX>true</IncludeInVSIX>
99-
</Content>
100-
<Content Include="..\Shared Files\ZippedTools\coverlet.console.3.0.3.zip">
101-
<Link>ZippedTools\coverlet.console.3.0.3.zip</Link>
102-
<IncludeInVSIX>true</IncludeInVSIX>
103-
</Content>
10496
<Content Include="..\Shared Files\ZippedTools\microsoft.codecoverage.17.1.0.zip">
10597
<Link>ZippedTools\microsoft.codecoverage.17.1.0.zip</Link>
10698
<IncludeInVSIX>true</IncludeInVSIX>
@@ -117,6 +109,14 @@
117109
<Link>ZippedTools\reportGenerator.4.7.3.zip</Link>
118110
<IncludeInVSIX>true</IncludeInVSIX>
119111
</Content>
112+
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.2.0.zip">
113+
<Link>ZippedTools\coverlet.collector.3.2.0.zip</Link>
114+
<IncludeInVSIX>true</IncludeInVSIX>
115+
</Content>
116+
<Content Include="..\Shared Files\ZippedTools\coverlet.console.3.2.0.zip">
117+
<Link>ZippedTools\coverlet.console.3.2.0.zip</Link>
118+
<IncludeInVSIX>true</IncludeInVSIX>
119+
</Content>
120120
<!--
121121
<None Include="Key.snk" />
122122
-->

FineCodeCoverage2022/FineCodeCoverage2022.csproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@
7373
<Link>Resources\reportparts.xml</Link>
7474
<IncludeInVSIX>true</IncludeInVSIX>
7575
</Content>
76-
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.0.3.zip">
77-
<Link>ZippedTools\coverlet.collector.3.0.3.zip</Link>
78-
<IncludeInVSIX>true</IncludeInVSIX>
79-
</Content>
80-
<Content Include="..\Shared Files\ZippedTools\coverlet.console.3.0.3.zip">
81-
<Link>ZippedTools\coverlet.console.3.0.3.zip</Link>
82-
<IncludeInVSIX>true</IncludeInVSIX>
83-
</Content>
8476
<Content Include="..\Shared Files\ZippedTools\microsoft.testplatform.16.9.1.zip">
8577
<Link>ZippedTools\microsoft.testplatform.16.9.1.zip</Link>
8678
<IncludeInVSIX>true</IncludeInVSIX>
@@ -101,6 +93,14 @@
10193
<Link>ZippedTools\reportGenerator.4.7.3.zip</Link>
10294
<IncludeInVSIX>true</IncludeInVSIX>
10395
</Content>
96+
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.2.0.zip">
97+
<Link>ZippedTools\coverlet.collector.3.2.0.zip</Link>
98+
<IncludeInVSIX>true</IncludeInVSIX>
99+
</Content>
100+
<Content Include="..\Shared Files\ZippedTools\coverlet.console.3.2.0.zip">
101+
<Link>ZippedTools\coverlet.console.3.2.0.zip</Link>
102+
<IncludeInVSIX>true</IncludeInVSIX>
103+
</Content>
104104
<None Include="source.extension.vsixmanifest">
105105
<SubType>Designer</SubType>
106106
</None>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)