We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e2529 commit c7e9346Copy full SHA for c7e9346
README.md
@@ -10,6 +10,12 @@ C# DirectNet serial client. Use to communicate with automation direct PLC such a
10
<PackageReference Include="DirectNet.Net" Version="1.0.0" />
11
```
12
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
19
## References
20
21
https://support.automationdirect.com/docs/an-misc-029.pdf
0 commit comments