diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-11-28 23:13:17 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-11-28 23:13:17 -0800 |
| commit | c7e3589fb96d7d5a7122ad6d26614ca348c123b7 (patch) | |
| tree | 85ba70ad823d99b97c17fe18b488c2c8fc2b0004 /ports/bitserializer/CONTROL | |
| parent | 007144b1e642fa9699d4bf4e42a7678ef55f25c4 (diff) | |
| parent | 09103d12a02ac588fe875235c3661ad4bc8cd46a (diff) | |
| download | vcpkg-c7e3589fb96d7d5a7122ad6d26614ca348c123b7.tar.gz vcpkg-c7e3589fb96d7d5a7122ad6d26614ca348c123b7.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/roschuma/4845
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.
|
