diff options
| author | Phil Christensen <philc@microsoft.com> | 2018-12-04 15:21:26 -0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2018-12-04 15:21:26 -0800 |
| commit | 0f849f5a43a1b9fb23eed7e9925bbfc70439b3e5 (patch) | |
| tree | bee22ec5122c5d8dab0d490e8241116726bafec0 /ports/bitserializer/CONTROL | |
| parent | 351fbda5b851f4cb59bdde15183b567f08f20841 (diff) | |
| parent | 8f6e2303f5d0fc80236888d7628ba291b5157141 (diff) | |
| download | vcpkg-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/CONTROL | 5 |
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.
|
