Skip to content

Commit c7e9346

Browse files
committed
add publish instruction
1 parent 37e2529 commit c7e9346

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ C# DirectNet serial client. Use to communicate with automation direct PLC such a
1010
<PackageReference Include="DirectNet.Net" Version="1.0.0" />
1111
```
1212

13+
## Build a release version of the GUI app.
14+
15+
```
16+
dotnet publish --sc=true -p:PublishSingleFile=true -p:DebugType=None -p:DebugSymbols=false
17+
```
18+
1319
## References
1420

1521
https://support.automationdirect.com/docs/an-misc-029.pdf

0 commit comments

Comments
 (0)