This commit is contained in:
jangko 2023-12-13 16:08:13 +07:00
parent 1693db7a57
commit 9b5fbf8a0c
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,16 @@
# json-serialization
# Copyright (c) 2023 Status Research & Development GmbH
# Licensed under either of
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
# * MIT license ([LICENSE-MIT](LICENSE-MIT))
# at your option.
# This file may not be copied, modified, or distributed except according to
# those terms.
mode = ScriptMode.Verbose
packageName = "json_serialization"
version = "0.1.5"
version = "0.2.0"
author = "Status Research & Development GmbH"
description = "Flexible JSON serialization not relying on run-time type information"
license = "Apache License 2.0"