aboutsummaryrefslogtreecommitdiff
path: root/ports/bitserializer/CONTROL
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2018-12-04 15:21:26 -0800
committerPhil Christensen <philc@microsoft.com>2018-12-04 15:21:26 -0800
commit0f849f5a43a1b9fb23eed7e9925bbfc70439b3e5 (patch)
treebee22ec5122c5d8dab0d490e8241116726bafec0 /ports/bitserializer/CONTROL
parent351fbda5b851f4cb59bdde15183b567f08f20841 (diff)
parent8f6e2303f5d0fc80236888d7628ba291b5157141 (diff)
downloadvcpkg-0f849f5a43a1b9fb23eed7e9925bbfc70439b3e5.tar.gz
vcpkg-0f849f5a43a1b9fb23eed7e9925bbfc70439b3e5.zip
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4831
Diffstat (limited to 'ports/bitserializer/CONTROL')
-rw-r--r--ports/bitserializer/CONTROL5
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/bitserializer/CONTROL b/ports/bitserializer/CONTROL
index 95e36f5b9..35e02fe03 100644
--- a/ports/bitserializer/CONTROL
+++ b/ports/bitserializer/CONTROL
@@ -1,4 +1,3 @@
Source: bitserializer
-Version: 0.7
-Build-Depends: cpprestsdk
-Description: The library for simple serialization of arbitrary C++ types to various output formats (currently just supported JSON based on CppRestSDK).
+Version: 0.8
+Description: The core part of library for serialization of arbitrary C++ types to various output formats.