mirror of
https://github.com/fbarresi/Sharp7.git
synced 2026-02-04 16:42:53 +00:00
19 lines
794 B
XML
19 lines
794 B
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<metadata>
|
|
<id>Sharp7</id>
|
|
<version>$version$</version>
|
|
<title>Sharp7</title>
|
|
<authors>Federico Barresi</authors>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Multi-platform Ethernet S7 PLC communication suite (C# port of Snap7 Client by davenardella)</description>
|
|
<projectUrl>https://github.com/fbarresi/Sharp7</projectUrl>
|
|
<licenseUrl>https://raw.githubusercontent.com/fbarresi/Sharp7/master/LICENSE</licenseUrl>
|
|
<copyright>Copyright 2018</copyright>
|
|
</metadata>
|
|
<files>
|
|
<file src="..\out\Release\Sharp7.*" target="lib\net45" />
|
|
<file src="..\out\Release\Sharp7.*" target="lib\netcore" />
|
|
<file src="..\out\Release\Sharp7.*" target="lib\netstandard" />
|
|
</files>
|
|
</package> |