Skip to content

Commit

Permalink
Clarify vcbuildtools.vm dependency
Browse files Browse the repository at this point in the history
Add comment to clarify that `vcbuildtools.vm` because it installs
`signtool.exe` needed by `VM-Assert-Signature`.
  • Loading branch information
Ana06 committed Nov 22, 2024
1 parent 9454aca commit baef20d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/googlechrome.vm/googlechrome.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>googlechrome.vm</id>
<version>0.0.0.20241106</version>
<version>0.0.0.20241122</version>
<authors>Google LLC.</authors>
<description>Chrome is a popular web browser.</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20241106" />
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
<dependency id="vcbuildtools.vm" />
</dependencies>
</metadata>
Expand Down
3 changes: 2 additions & 1 deletion packages/metasploit.vm/metasploit.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>metasploit.vm</id>
<version>6.4.13.20241106</version>
<version>6.4.13.20241122</version>
<authors>Rapid7</authors>
<description>A computer security project that provides information about security vulnerabilities, aids in penetration testing, and IDS signature development.</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20241106" />
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
<dependency id="vcbuildtools.vm" />
</dependencies>
</metadata>
Expand Down
3 changes: 2 additions & 1 deletion packages/sysinternals.vm/sysinternals.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sysinternals.vm</id>
<version>0.0.0.20241106</version>
<version>0.0.0.20241122</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<description>Sysinternals suite.</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20241106" />
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
<dependency id="vcbuildtools.vm" />
</dependencies>
</metadata>
Expand Down

0 comments on commit baef20d

Please sign in to comment.