Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[json-dto] Update to 0.2.14 #20570

Merged
merged 4 commits into from
Oct 7, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/json-dto/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/json_dto
REF 7fce92cd3bdacdcd0b41ed26d2cc981e3f70956e # v.0.2.13
SHA512 f678545cc60828ab76d6e8532ac9dbf8e4e68d873d0a98f17d62934dd0b3a3e255b38adf838b65a12e0d954edc7866eb6393f6783709f6f7fac29167886e7bf3
REF ea2786711187d6301df9d5a2deb6974f05c5ef44 # v.0.2.14
SHA512 6c8a664148e65e347cd793f4f03be4d01612691cc4a69a4f84b906e582ea50a42db606c04e33cedb431f4ac45bf112460f109ab581ff2f34e97c2257534b9b40
)

vcpkg_configure_cmake(
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.2.13",
"version": "0.2.14",
"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 @@ -2913,7 +2913,7 @@
"port-version": 2
},
"json-dto": {
"baseline": "0.2.13",
"baseline": "0.2.14",
"port-version": 0
},
"json-schema-validator": {
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": "98301db630bf5d7b118ddd3e8105f9fed59c31a5",
"version": "0.2.14",
"port-version": 0
},
{
"git-tree": "a4576b8566a843cf16e9a38143d1a99ae832d130",
"version": "0.2.13",
Expand Down