forked from ADAPT/ADMPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAgGatewayADMPlugin.nuspec
More file actions
28 lines (28 loc) · 1.33 KB
/
AgGatewayADMPlugin.nuspec
File metadata and controls
28 lines (28 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package
xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AgGatewayADMPlugin</id>
<version>0.0.0</version>
<authors>AgGateway and ADAPT Contributors</authors>
<owners>AgGateway and ADAPT Contributors</owners>
<licenseUrl>https://www.eclipse.org/legal/epl-v10.html</licenseUrl>
<projectUrl>https://github.com/ADAPT/ADMPlugin</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>AgGateway ADM Plugin for the ADAPT framework</description>
<copyright>Copyright (C) 2015-18 AgGateway and ADAPT Contributors</copyright>
<tags>aggateway adapt adm agriculture</tags>
<dependencies>
<dependency id="AgGatewayADAPTFramework" version="[1.2.0, 2.0.0)" />
<dependency id="Newtonsoft.Json" version="[11.0.1, 12.0.0)" />
<dependency id="protobuf-net" version="[2.3.7, 3.0.0)"/>
</dependencies>
<references>
<reference file="AgGateway.ADAPT.ADMPlugin.dll"/>
</references>
</metadata>
<files>
<file src="ADMPlugin/bin/Release/netstandard2.0/AgGateway.ADAPT.ADMPlugin.dll" target="lib/netstandard2.0/AgGateway.ADAPT.ADMPlugin.dll"/>
<file src="ADMPlugin/bin/Release/net451/AgGateway.ADAPT.ADMPlugin.dll" target="lib/net451/AgGateway.ADAPT.ADMPlugin.dll"/>
</files>
</package>