Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.

Commit 997b96b

Browse files
committed
add dependancy to dotnet 4.7.2 to chocolatey packages
1 parent 245b64b commit 997b96b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

ReleaseNotes.tmp

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Requires .NET Framework 4.7.2
22

33
Version [[version]]
4-
#1027 option to ignore ctrl+c key press, when ctrl+c is being used to close the target process
4+
#1029 address issues with chocolatey packages (prj-mgmt)
5+
#1038 update required .net version for appveyor build (prj-mgmt)
6+
7+
Version 4.7.1204
8+
#1027 option to ignore ctrl+c key press, when ctrl+c is being used to close the target process (feature)
59

610
Version 4.7.1189
711
#877 remove incorrect redirects (bug)

main/Opencover.Packages/chocolatey/opencover.install/opencover.install.nuspec

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<summary>An open source code coverage tool (branch and sequence point) for all .NET Frameworks 2 and above. Also capable of handling 32 and 64 bit processes.</summary>
1919
<language>en-US</language>
2020
<tags>Code-Coverage Reporting Testing TDD Utility admin</tags>
21+
<dependencies>
22+
<dependency id="dotnet4.7.2" />
23+
</dependencies>
2124
</metadata>
2225
<files>
2326
<file src="tools\chocolateyInstall.ps1" target="tools" />

main/Opencover.Packages/chocolatey/opencover/OpenCover.nuspec

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<tags>Code-Coverage Reporting Testing TDD Utility admin</tags>
2121
<dependencies>
2222
<dependency id="opencover.install" />
23+
<dependency id="dotnet4.7.2" />
2324
</dependencies>
2425
</metadata>
2526
</package>

0 commit comments

Comments
 (0)