Skip to content

Commit

Permalink
[json-dto] Update to 0.3.3 (microsoft#36471)
Browse files Browse the repository at this point in the history
* json-dto updated to v.0.3.3.

* x-add-version for json-dto-0.3.3.
  • Loading branch information
eao197 authored Feb 1, 2024
1 parent 74b4c2c commit 10e0525
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/json-dto/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/json_dto
REF "v.${VERSION}"
SHA512 476091f78f0c3b2dd0da2a83964fbf280259c163f058b2578eb17055fce0a2162e14bbea12e3bbdef93afda1f1c9f48a91e570f8f5e0f53a58a4f7188ebd437e
SHA512 18e135c5a45c4421e6ae17955e042056890270717963008c4e0cba94f6dfe240fa7ea84991319ff88359abf0688ca32ed7c9783e575eca4a20b5694558a49c3d
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/json-dto/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-dto",
"version": "0.3.2",
"version": "0.3.3",
"description": "A small header-only library for converting data between json representation and c++ structs.",
"homepage": "https://github.com/Stiffstream/json_dto",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3689,7 +3689,7 @@
"port-version": 3
},
"json-dto": {
"baseline": "0.3.2",
"baseline": "0.3.3",
"port-version": 0
},
"json-rpc-cxx": {
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/json-dto.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f087895b63b47221f3f3bca7c2b300c05817f0be",
"version": "0.3.3",
"port-version": 0
},
{
"git-tree": "217034e6dfd4139a952dea7e21091522367f8189",
"version": "0.3.2",
Expand Down

0 comments on commit 10e0525

Please sign in to comment.