diff options
| author | Pavel Kisliak <37534137+PavelKisliak@users.noreply.github.com> | 2018-11-29 05:20:43 +0300 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-11-28 18:20:43 -0800 |
| commit | fae3055effac47bda6f5eefaf5335309bd70816e (patch) | |
| tree | 88bff0d4954c20423a6ca7ecd2a5746d2b840280 /ports/bitserializer/CONTROL | |
| parent | 3e71750029740df700b46dfa3761c42509f08e54 (diff) | |
| download | vcpkg-fae3055effac47bda6f5eefaf5335309bd70816e.tar.gz vcpkg-fae3055effac47bda6f5eefaf5335309bd70816e.zip | |
[bitserializer] Update to v0.8, split to two sub-libraries (#4841)
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.
|
