File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 8
8
- DirectNet.Net/**
9
9
paths-ignore :
10
10
- .github/workflows/**
11
+ - ' *.md'
11
12
workflow_dispatch :
12
13
13
14
env :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [ main ]
6
6
paths-ignore :
7
- - .github/workflows/directnet-nuget-publish.yaml
7
+ - .github/workflows/**
8
+ - ' *.md'
8
9
pull_request :
9
10
branches : [ main ]
10
11
paths-ignore :
11
- - .github/workflows/directnet-nuget-publish.yaml
12
+ - .github/workflows/**
13
+ - ' *.md'
12
14
13
15
jobs :
14
16
build :
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ C# DirectNet serial client. Use to communicate with automation direct PLC such a
4
4
5
5
> ASCII mode is not supported.
6
6
7
+ ## Installation
8
+
9
+ ```
10
+ <PackageReference Include="DirectNet.Net" Version="1.0.0" />
11
+ ```
12
+
7
13
## References
8
14
9
15
https://support.automationdirect.com/docs/an-misc-029.pdf
You can’t perform that action at this time.
0 commit comments