Skip to content

Commit e9b95c1

Browse files
committed
Fixed a missing dependency in the vipm package
1 parent eeecff2 commit e9b95c1

4 files changed

Lines changed: 15 additions & 9 deletions

File tree

Async Methods Actor.aliases

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[My Computer]
2-
My Computer = "172.20.224.1"
2+
My Computer = "172.25.160.1"

Async Methods Actor.lvproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property>
44
<Property Name="NI.Project.Description" Type="Str"></Property>
55
<Item Name="My Computer" Type="My Computer">
6+
<Property Name="NI.SortType" Type="Int">3</Property>
67
<Property Name="server.app.propertiesEnabled" Type="Bool">true</Property>
78
<Property Name="server.control.propertiesEnabled" Type="Bool">true</Property>
89
<Property Name="server.tcp.enabled" Type="Bool">false</Property>
@@ -22,6 +23,9 @@
2223
<Item Name="Async Methods Actor Release Notes.txt" Type="Document" URL="../Async Methods Actor Release Notes.txt"/>
2324
<Item Name="Async Methods Actor.lvlib" Type="Library" URL="../Async Methods Actor/Async Methods Actor.lvlib"/>
2425
<Item Name="README.md" Type="Document" URL="../README.md"/>
26+
<Item Name="Package Dependencies" Type="IIO Ladder Diagram">
27+
<Property Name="NI.SortType" Type="Int">0</Property>
28+
</Item>
2529
<Item Name="Dependencies" Type="Dependencies">
2630
<Item Name="user.lib" Type="Folder">
2731
<Item Name="Clear All Errors__ogtk.vi" Type="VI" URL="/&lt;userlib&gt;/_OpenG.lib/error/error.llb/Clear All Errors__ogtk.vi"/>

Async Methods Actor.vipb

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-10-03 17:40:35" Modified_Date="2023-10-24 00:12:41" Creator="AndreaVaccaro(LSInst" Comments="" ID="e666845bf591ccea4a15a8937ffa0061">
1+
<VI_Package_Builder_Settings Version="2020.1" Created_Date="2023-10-03 17:40:35" Modified_Date="2023-11-20 23:37:48" Creator="AndreaVaccaro(LSInst" Comments="" ID="3e2a2eb91121191f8e98de38a2d1e8a7">
22
<Library_General_Settings>
33
<Package_File_Name>LS_Instruments_AG_lib_Async_Methods_Actor</Package_File_Name>
4-
<Library_Version>0.2.0.10</Library_Version>
4+
<Library_Version>0.2.1.2</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>.</Library_Source_Folder>
77
<Library_Output_Folder>vipm packages</Library_Output_Folder>
@@ -19,6 +19,7 @@
1919
<Package_Dependencies>
2020
<External_Dependencies>oglib_error &gt;= 4.2.0.23</External_Dependencies>
2121
<External_Dependencies>oglib_lvdata &gt;= 5.0.0.27</External_Dependencies>
22+
<Additional_External_Dependencies>vipm_lib_labview_collection_extensions &gt;=0.4.0.38</Additional_External_Dependencies>
2223
<Direct_Dependencies>oglib_error-4.2.0.23</Direct_Dependencies>
2324
<Direct_Dependencies>oglib_lvdata-5.0.0.27</Direct_Dependencies>
2425
</Package_Dependencies>
@@ -37,9 +38,7 @@
3738
<Copyright/>
3839
<Packager>Andrea Vaccaro</Packager>
3940
<URL>https://github.com/LS-Instruments/Async-Methods-Actor</URL>
40-
<Release_Notes>- Added an infrastructure that enables the caller of Async Message to be informed about completion of "Call and Collect" Async methods
41-
- Now every executed Async Message is identified by a GUID
42-
- It is now possible to choose a communication method (notifiers or event) by which a subscriber can be informed about currently running "Call and Collect" Async methods and launched running "Call and Forget" Async methods. The communication is off by default</Release_Notes>
41+
<Release_Notes>- FIxed a missing dependency in the vipm package</Release_Notes>
4342
</Description>
4443
<Destinations>
4544
<Toolkit_VIs>
@@ -301,7 +300,7 @@
301300
<Path>Async Methods Actor\Async Methods Actor Palette\Completion Notification Msg.vi</Path>
302301
<VI_Title/>
303302
</Items_Data>
304-
<GUID>31A83BD13AC1CE45E1DE73E9A05619F1</GUID>
303+
<GUID>01F369BD17911A5491819A42DCE766FA</GUID>
305304
</Functions_Palette_Data>
306305
<Functions_Palette_Data>
307306
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -336,7 +335,7 @@
336335
<Path>Async Methods Actor\Async Methods Actor Palette\Open Example.vi</Path>
337336
<VI_Title/>
338337
</Items_Data>
339-
<GUID>B27BACF82705E637C92AFDAFA968E6AD</GUID>
338+
<GUID>E59474D2DE1E9B2F898BE4C3AAE0EC40</GUID>
340339
</Functions_Palette_Data>
341340
<Controls_Palette_Data>
342341
<Parent_Palette_Index>-1</Parent_Palette_Index>
@@ -427,7 +426,7 @@
427426
<Path>Async Methods Actor\Async Methods Actor Palette\Async Methods Actor.vi</Path>
428427
<VI_Title/>
429428
</Items_Data>
430-
<GUID>6E43D19FA78767A2DD88E59F5513EB86</GUID>
429+
<GUID>C2068D30105B85172A08028403417B44</GUID>
431430
</Controls_Palette_Data>
432431
</Library_Palette_Definition>
433432
</VI_Package_Builder_Settings>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:1bc0132c7658fbd282e7035886183693db7f5d8ce7d58dd9b527e19d8d9a9889
3+
size 847118

0 commit comments

Comments
 (0)