Skip to content

Commit

Permalink
Added publishing info
Browse files Browse the repository at this point in the history
  • Loading branch information
wizche committed Nov 25, 2019
1 parent b507117 commit 3546811
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# dhcpshot

Use [DotNetProjects.DhcpServer](https://www.nuget.org/packages/DotNetProjects.DhcpServer/) library to quickly create a predefined DHCP Server answering with a fixed IP to request coming from the interface specified by the user. E.g.: you connect your RPI in DHCP mode directly to your laptop's ethernet interface.
Use [DotNetProjects.DhcpServer](https://www.nuget.org/packages/DotNetProjects.DhcpServer/) library to quickly create a predefined DHCP Server answering with a fixed IP to request coming from the interface specified by the user. E.g.: you connect your RPI in DHCP mode directly to your laptop's ethernet interface.

## Publish

Generate self-contained executable for all platforms.
```
dotnet publish -r win10-x64 -c release /p:PublishSingleFile=true
dotnet publish -r osx-x64 -c release /p:PublishSingleFile=true
dotnet publish -r linux-x64 -c release /p:PublishSingleFile=true
```

0 comments on commit 3546811

Please sign in to comment.