Skip to content

Commit 8c81800

Browse files
Merge branch 'release/4.0.0'
2 parents 01d8a82 + 6bd8437 commit 8c81800

File tree

10 files changed

+12
-17
lines changed

10 files changed

+12
-17
lines changed

Connection.TCP.TLS.lvproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<Item Name="Validate Semaphore Size.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/semaphor.llb/Validate Semaphore Size.vi"/>
5454
<Item Name="Stall Data Flow.vim" Type="VI" URL="/&lt;vilib&gt;/Utility/Stall Data Flow.vim"/>
5555
<Item Name="Assert Array Dimension Sizes.vim" Type="VI" URL="/&lt;vilib&gt;/Utility/TypeAssert/Assert Array Dimension Sizes.vim"/>
56-
<Item Name="Create Server.vi" Type="VI" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/MQTT Broker/Server class/Create Server.vi"/>
57-
<Item Name="Read Server Public Events.vi" Type="VI" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/MQTT Broker/Server class/Read Server Public Events.vi"/>
56+
<Item Name="Connection_GOSPL.lvlib" Type="Library" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/Connection/Connection/Connection_GOSPL.lvlib"/>
57+
<Item Name="MQTT Server.lvlib" Type="Library" URL="/&lt;vilib&gt;/G Open Source Project for LabVIEW/MQTT Broker/MQTT Server.lvlib"/>
5858
</Item>
5959
</Item>
6060
<Item Name="Build Specifications" Type="Build"/>

MQTT TCP TLS Connection.vipb

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2022-04-17 18:48:43" Creator="normandinf" Comments="" ID="b8f0762fdd40f8fc81d940b2a9dc5291">
1+
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2022-05-08 11:07:38" Creator="normandinf" Comments="" ID="46fdfdb670bfed1ea31c5e9ea79f064e">
22
<Library_General_Settings>
33
<Package_File_Name>LabVIEW_Open_Source_Project_lib_MQTT_SecuredTCP_Connection</Package_File_Name>
4-
<Library_Version>3.2.0.4</Library_Version>
4+
<Library_Version>4.0.0.5</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>source</Library_Source_Folder>
77
<Library_Output_Folder>.</Library_Output_Folder>
@@ -17,10 +17,12 @@
1717
</Library_General_Settings>
1818
<Advanced_Settings>
1919
<Package_Dependencies>
20-
<External_Dependencies>labview_open_source_project_lib_mqtt_connection &gt;= 3.1.4.22</External_Dependencies>
21-
<External_Dependencies>labview_open_source_project_lib_mqtt_tcp_connection &gt;= 3.1.2.6</External_Dependencies>
22-
<Direct_Dependencies>labview_open_source_project_lib_mqtt_connection-3.1.4.22</Direct_Dependencies>
23-
<Direct_Dependencies>labview_open_source_project_lib_mqtt_tcp_connection-3.1.2.6</Direct_Dependencies>
20+
<External_Dependencies>labview_open_source_project_lib_connection &gt;= 1.0.1.6</External_Dependencies>
21+
<External_Dependencies>labview_open_source_project_lib_mqtt_connection &gt;= 4.0.0.25</External_Dependencies>
22+
<External_Dependencies>labview_open_source_project_lib_mqtt_tcp_connection &gt;= 4.0.0.7</External_Dependencies>
23+
<Direct_Dependencies>labview_open_source_project_lib_connection-1.0.1.6</Direct_Dependencies>
24+
<Direct_Dependencies>labview_open_source_project_lib_mqtt_connection-4.0.0.25</Direct_Dependencies>
25+
<Direct_Dependencies>labview_open_source_project_lib_mqtt_tcp_connection-4.0.0.7</Direct_Dependencies>
2426
</Package_Dependencies>
2527
<Custom_Action_VIs>
2628
<Pre-Build_VI/>
@@ -40,14 +42,7 @@ This package consists of an extension of the MQTT TCP Connection base class for
4042
<Copyright/>
4143
<Packager/>
4244
<URL>https://github.com/LabVIEW-Open-Source/MQTT-Connection-SecuredTCP</URL>
43-
<Release_Notes>Support for client certificate and keys
44-
45-
46-
*******************
47-
Thanks to Contributors to this release:
48-
49-
Adam Gluck (@agluck28)
50-
Fran�ois Normandin (@francois-normandin)</Release_Notes>
45+
<Release_Notes>Upgraded to common Connection base class</Release_Notes>
5146
</Description>
5247
<Destinations>
5348
<Toolkit_VIs>
@@ -296,7 +291,7 @@ Fran
296291
<Path>source\Connection.SecuredTCP\Read trusted entities.vi</Path>
297292
<VI_Title/>
298293
</Items_Data>
299-
<GUID>78D7F2906B3629383F8FE8CDD0C7DD98</GUID>
294+
<GUID>39925DFD4EBBF201EA8AC2EB6D57696A</GUID>
300295
</Functions_Palette_Data>
301296
</Library_Palette_Definition>
302297
</VI_Package_Builder_Settings>

MQTT TCP TLS Connection.vipc

4.39 KB
Binary file not shown.
-552 Bytes
Binary file not shown.
-544 Bytes
Binary file not shown.
Binary file not shown.
-268 Bytes
Binary file not shown.
340 Bytes
Binary file not shown.
344 Bytes
Binary file not shown.
312 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)