From da31bd230aeb8f487e7de2e00393f904b82b9a13 Mon Sep 17 00:00:00 2001 From: Pascal Neuperger Date: Sat, 13 Jul 2024 17:30:14 +0200 Subject: [PATCH] Release 1.0.4 --- .vipb | 25 ++++++++++++++++--------- LICENSE.txt | 2 +- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.vipb b/.vipb index f556723..e33298a 100644 --- a/.vipb +++ b/.vipb @@ -1,7 +1,7 @@ - + PNR_lib_JSONtext_Object_Serialization - 1.0.3.25 + 1.0.4.26 false . .. @@ -17,12 +17,12 @@ - jdp_science_jsontext >= 1.6.7.107 + jdp_science_jsontext >= 1.6.10.113 jdp_science_lib_common_utilities >= 1.4.0.17 - pnr_lib_labview_composition >= 1.2.3.18 - jdp_science_jsontext-1.6.7.107 + pnr_lib_labview_composition >= 1.3.1.26 + jdp_science_jsontext-1.6.10.113 jdp_science_lib_common_utilities-1.4.0.17 - pnr_lib_labview_composition-1.2.3.18 + pnr_lib_labview_composition-1.3.1.26 @@ -44,10 +44,11 @@ Represents the entire inheritance hierarchy of an object as a single JSON object <b>JSON Serializable Serializer</b> Only serializes classes that inherit from JSON Serializable that defines methods to serialize to JSON and deserialize from JSON to allow for better control over the serialization process. Objects that don't inherit from JSON Serializable will produce empty JSON objects "{ }". - Copyright (c) 2021-2022, Pascal Neuperger + Copyright (c) 2021-2024, Pascal Neuperger Pascal Neuperger https://github.com/LogMANOriginal/JSONtext-Object-Serialization - - [#22] Changed minimum required version for JSONtext to 1.6.7. That version addresses an issue which resulted in incorrect values for numeric types with less than 32 bits. + - [#25] Changed minimum required version for LabVIEW Composition to 1.3.1. That version addressed an issue that resulted in errors when composing interfaces. ([@Niatross](https://github.com/Niatross)) +- Changed minimum required version for JSONtext to 1.6.10. @@ -168,6 +169,12 @@ Only serializes classes that inherit from JSON Serializable that defines methods Generic Object Serializer Tests + + Toolchain + + + azure-pipelines.yml + LICENSE.txt @@ -299,7 +306,7 @@ Only serializes classes that inherit from JSON Serializable that defines methods JSON Serializable Serializer Constant.vi - 7EBFDF826A4235191D26058A74809687 + 9C166F92C9BBCAEB122B6082D2A6C623 \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index 3a85389..6d41e28 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2021-2022, Pascal Neuperger +Copyright (c) 2021-2024, Pascal Neuperger All rights reserved. Redistribution and use in source and binary forms, with or without