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

Commit

Permalink
add dependancy to dotnet 4.7.2 to chocolatey packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sawilde committed Jun 19, 2021
1 parent 245b64b commit 997b96b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ReleaseNotes.tmp
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Requires .NET Framework 4.7.2

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

Version 4.7.1204
#1027 option to ignore ctrl+c key press, when ctrl+c is being used to close the target process (feature)

Version 4.7.1189
#877 remove incorrect redirects (bug)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<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>
<language>en-US</language>
<tags>Code-Coverage Reporting Testing TDD Utility admin</tags>
<dependencies>
<dependency id="dotnet4.7.2" />
</dependencies>
</metadata>
<files>
<file src="tools\chocolateyInstall.ps1" target="tools" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<tags>Code-Coverage Reporting Testing TDD Utility admin</tags>
<dependencies>
<dependency id="opencover.install" />
<dependency id="dotnet4.7.2" />
</dependencies>
</metadata>
</package>

0 comments on commit 997b96b

Please sign in to comment.