Skip to content

Commit

Permalink
Merge pull request #707 from mandiant/package-update
Browse files Browse the repository at this point in the history
🤖 Package update
  • Loading branch information
Ana06 authored Oct 19, 2023
2 parents 61b3c00 + b6184c0 commit 7d69c5b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/exiftool.vm/exiftool.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>exiftool.vm</id>
<version>12.67.0</version>
<version>12.68.0</version>
<authors>Phil Harvey</authors>
<description>A tool for reeding and writing file metadata</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="exiftool" version="[12.67.0]" />
<dependency id="exiftool" version="[12.68.0]" />
</dependencies>
</metadata>
</package>
Expand Down
4 changes: 2 additions & 2 deletions packages/notepadplusplus.vm/notepadplusplus.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>notepadplusplus.vm</id>
<version>8.5.7</version>
<version>8.5.8</version>
<description>Wrapper for Notepad++</description>
<authors>Don Ho</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="notepadplusplus" version="[8.5.7]" />
<dependency id="notepadplusplus" version="[8.5.8]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/pkg-unpacker.vm/pkg-unpacker.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>pkg-unpacker.vm</id>
<version>1.0.0.20231012</version>
<version>1.0.0.20231019</version>
<authors>LockBlock-dev</authors>
<description>Unpacker for pkg applications.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="nodejs" version="[20.8.0]" />
<dependency id="nodejs" version="[21.0.0]" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/vcbuildtools.vm/vcbuildtools.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vcbuildtools.vm</id>
<version>0.0.0.20231005</version>
<version>0.0.0.20231019</version>
<description>Metapackage that requires the dependencies below:
- visualstudio2017buildtools
- visualstudio2017-workload-vctools
</description>
<authors>Mandiant, Microsoft</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="visualstudio2017buildtools" version="[15.9.57]" />
<dependency id="visualstudio2017buildtools" version="[15.9.58]" />
<dependency id="visualstudio2017-workload-vctools" version="[1.3.3]" />
</dependencies>
</metadata>
Expand Down

0 comments on commit 7d69c5b

Please sign in to comment.