diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-01-10 07:18:40 +0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-09 15:18:40 -0800 |
| commit | 1540a0db42fbb69112d84bbf3e78bfa4021cdee6 (patch) | |
| tree | 8269062174d212e902533d5d8663d4588904394d /ports/msix/CONTROL | |
| parent | b5344cab1bba59e0cf6ae8e64ad3e0823bae7c75 (diff) | |
| download | vcpkg-1540a0db42fbb69112d84bbf3e78bfa4021cdee6.tar.gz vcpkg-1540a0db42fbb69112d84bbf3e78bfa4021cdee6.zip | |
[msix] upgrade to 1.7 (#8934)
Diffstat (limited to 'ports/msix/CONTROL')
| -rw-r--r-- | ports/msix/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/msix/CONTROL b/ports/msix/CONTROL index 848e95be3..fb6e632a1 100644 --- a/ports/msix/CONTROL +++ b/ports/msix/CONTROL @@ -1,5 +1,5 @@ Source: msix
-Version: MsixCoreInstaller-preview-1
-Build-Depends: xerces-c, zlib, openssl (!uwp&!windows)
+Version: 1.7 +Build-Depends: xerces-c, zlib, openssl (!uwp&!windows), catch2
Description: The MSIX Packaging SDK project is an effort to enable developers on a variety of platforms to pack and unpack packages for the purposes of distribution from either the Microsoft Store, or their own content distribution networks.
The MSIX Packaging APIs that a client app would use to interact with .msix/.appx packages are a subset of those documented here. See sample/ExtractContentsSample/ExtractContentsSample.cpp for additional details.
|
