Skip to content

Commit 3489d03

Browse files
SkylineTimothyVanPouckeMichielOdaSkylineThomasCR
authored
Add 'Skyline.DataMiner.Utils.Protocol.Extensions' for QActions (SkylineCommunications#29)
* add using to default QAction * Update working/templates/connectorsolution/QAction_2/QAction_2.csproj Co-authored-by: Thomas Cauwelier <101559931+SkylineThomasCR@users.noreply.github.com> --------- Co-authored-by: Michiel Oda <97458010+MichielOda@users.noreply.github.com> Co-authored-by: Thomas Cauwelier <101559931+SkylineThomasCR@users.noreply.github.com>
1 parent 7ac80d4 commit 3489d03

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

working/templates/connectorsolution/QAction_2/QAction_2.cs

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System.Text;
55

66
using Skyline.DataMiner.Scripting;
7+
using Skyline.DataMiner.Utils.Protocol.Extension;
78

89
/// <summary>
910
/// DataMiner QAction Class: After Startup.

working/templates/connectorsolution/QAction_2/QAction_2.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</ItemGroup>
99
<ItemGroup>
1010
<PackageReference Include="Skyline.DataMiner.Dev.Protocol" Version="10.3.0.24" />
11+
<PackageReference Include="Skyline.DataMiner.Utils.Protocol.Extension" Version="1.0.0.3" />
1112
<PackageReference Include="Skyline.DataMiner.Utils.SecureCoding.Analyzers" Version="1.2.3">
1213
<PrivateAssets>all</PrivateAssets>
1314
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)