v0.2.0
This commit is contained in:
parent
1693db7a57
commit
9b5fbf8a0c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue