aboutsummaryrefslogtreecommitdiff
path: root/ports/wil/CONTROL
diff options
context:
space:
mode:
authoranaaru <80126804+anaaru@users.noreply.github.com>2021-03-10 11:29:45 -0800
committerGitHub <noreply@github.com>2021-03-10 13:29:45 -0600
commitf5bfe6dc188f26d541f57333dc74922f9801a70a (patch)
treeb81d9d6537109cc451ba0b0dac002d1d1937fdf7 /ports/wil/CONTROL
parent37a8f411636714b2752d756570070a67c2ad8518 (diff)
downloadvcpkg-f5bfe6dc188f26d541f57333dc74922f9801a70a.tar.gz
vcpkg-f5bfe6dc188f26d541f57333dc74922f9801a70a.zip
[wil] Updating WIL version to match its nuget package version (#16575)
* [wil] Updating WIL version to match its nuget package version * Removing port version from CONTROL file * Revert "Removing port version from CONTROL file" Reverting because PR tests are failing. This reverts commit 28ffcba04b3d053e9a01d965fab951eafa64449b. * Updating baseline.json and w-/wil.json * update version * modify portfile.cmake * update version Co-authored-by: Anand Arumugam <anand.arumug@gmail.com> Co-authored-by: Anand Arumugam <anaaru@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports/wil/CONTROL')
-rw-r--r--ports/wil/CONTROL3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/wil/CONTROL b/ports/wil/CONTROL
index 7d0e94202..04acb2d1f 100644
--- a/ports/wil/CONTROL
+++ b/ports/wil/CONTROL
@@ -1,5 +1,4 @@
Source: wil
-Version: 2020-05-19
-Port-Version: 1
+Version: 2021-02-04
Homepage: https://github.com/microsoft/wil
Description: The Windows Implementation Libraries (WIL) is a header-only C++ library created to make life easier for developers on Windows through readable type-safe C++ interfaces for common Windows coding patterns.