Files
Sharp7Reactive/_nuspec/Sharp7.Rx.nuspec
Federico Barresi 300a280513 updated nuspec
2018-11-06 14:57:03 +01:00

21 lines
840 B
XML

<?xml version="1.0"?>
<package>
<metadata>
<id>Sharp7.Rx</id>
<version>$version$</version>
<title>Sharp7.Rx</title>
<authors>evopro AG</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Reactive framework for Sharp7, the Ethernet S7 PLC communication suite</description>
<projectUrl>https://github.com/evopro-ag/Sharp7Reactive</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/evopro-ag/Sharp7Reactive/master/LICENSE</licenseUrl>
<copyright>Copyright 2018</copyright>
<dependencies>
<dependency id="System.Reactive" version="4.1"/>
<dependency id="Sharp7" version="1.0"/>
</dependencies>
</metadata>
<files>
<file src="..\Sharp7.Rx\bin\Release\netstandard2.0\Sharp7.Rx.dll" target="lib\netstandard2.0" />
</files>
</package>