Skip to content

Commit da31bd2

Browse files
Release 1.0.4
1 parent 93e67e7 commit da31bd2

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

.vipb

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2018" Created_Date="2021-03-19 22:45:16" Modified_Date="2022-05-27 09:35:25" Creator="Pascal Neuperger" Comments="" ID="bf89c7502e3241fb05f5383352876c1d">
1+
<VI_Package_Builder_Settings Version="2018" Created_Date="2021-03-19 22:45:16" Modified_Date="2024-07-13 17:29:15" Creator="Pascal Neuperger" Comments="" ID="51af48fb9166557d05d77f8744fcbcc0">
22
<Library_General_Settings>
33
<Package_File_Name>PNR_lib_JSONtext_Object_Serialization</Package_File_Name>
4-
<Library_Version>1.0.3.25</Library_Version>
4+
<Library_Version>1.0.4.26</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>.</Library_Source_Folder>
77
<Library_Output_Folder>..</Library_Output_Folder>
@@ -17,12 +17,12 @@
1717
</Library_General_Settings>
1818
<Advanced_Settings>
1919
<Package_Dependencies>
20-
<External_Dependencies>jdp_science_jsontext &gt;= 1.6.7.107</External_Dependencies>
20+
<External_Dependencies>jdp_science_jsontext &gt;= 1.6.10.113</External_Dependencies>
2121
<External_Dependencies>jdp_science_lib_common_utilities &gt;= 1.4.0.17</External_Dependencies>
22-
<External_Dependencies>pnr_lib_labview_composition &gt;= 1.2.3.18</External_Dependencies>
23-
<Direct_Dependencies>jdp_science_jsontext-1.6.7.107</Direct_Dependencies>
22+
<External_Dependencies>pnr_lib_labview_composition &gt;= 1.3.1.26</External_Dependencies>
23+
<Direct_Dependencies>jdp_science_jsontext-1.6.10.113</Direct_Dependencies>
2424
<Direct_Dependencies>jdp_science_lib_common_utilities-1.4.0.17</Direct_Dependencies>
25-
<Direct_Dependencies>pnr_lib_labview_composition-1.2.3.18</Direct_Dependencies>
25+
<Direct_Dependencies>pnr_lib_labview_composition-1.3.1.26</Direct_Dependencies>
2626
</Package_Dependencies>
2727
<Custom_Action_VIs>
2828
<Pre-Build_VI/>
@@ -44,10 +44,11 @@ Represents the entire inheritance hierarchy of an object as a single JSON object
4444

4545
&lt;b&gt;JSON Serializable Serializer&lt;/b&gt;
4646
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 "{ }".</Description>
47-
<Copyright>Copyright (c) 2021-2022, Pascal Neuperger</Copyright>
47+
<Copyright>Copyright (c) 2021-2024, Pascal Neuperger</Copyright>
4848
<Packager>Pascal Neuperger</Packager>
4949
<URL>https://github.com/LogMANOriginal/JSONtext-Object-Serialization</URL>
50-
<Release_Notes>- [#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.</Release_Notes>
50+
<Release_Notes>- [#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))
51+
- Changed minimum required version for JSONtext to 1.6.10.</Release_Notes>
5152
</Description>
5253
<Destinations>
5354
<Toolkit_VIs>
@@ -168,6 +169,12 @@ Only serializes classes that inherit from JSON Serializable that defines methods
168169
<Exclusions>
169170
<Path>Generic Object Serializer Tests</Path>
170171
</Exclusions>
172+
<Exclusions>
173+
<Path>Toolchain</Path>
174+
</Exclusions>
175+
<Exclusions>
176+
<Path>azure-pipelines.yml</Path>
177+
</Exclusions>
171178
</Source_Files>
172179
<License_Agreement_Filepath>LICENSE.txt</License_Agreement_Filepath>
173180
<Licensing_and_Activation>
@@ -299,7 +306,7 @@ Only serializes classes that inherit from JSON Serializable that defines methods
299306
<Path>JSON Serializable Serializer Constant.vi</Path>
300307
<VI_Title/>
301308
</Items_Data>
302-
<GUID>7EBFDF826A4235191D26058A74809687</GUID>
309+
<GUID>9C166F92C9BBCAEB122B6082D2A6C623</GUID>
303310
</Functions_Palette_Data>
304311
</Library_Palette_Definition>
305312
</VI_Package_Builder_Settings>

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2021-2022, Pascal Neuperger
3+
Copyright (c) 2021-2024, Pascal Neuperger
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)