forked from ADAPT/ShippedItemInstancePlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAgGatewayShippedItemInstancePlugin.nuspec
More file actions
30 lines (30 loc) · 1.95 KB
/
AgGatewayShippedItemInstancePlugin.nuspec
File metadata and controls
30 lines (30 loc) · 1.95 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
29
30
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AgGatewayShippedItemInstancePlugin</id>
<version>4.0.0</version>
<authors>AgGateway and ADAPT Contributors</authors>
<owners>AgGateway and ADAPT Contributors; Nieman, S.T.</owners>
<licenseUrl>https://www.eclipse.org/legal/epl-v10.html</licenseUrl>
<projectUrl>https://github.com/ADAPT/ShippedItemInstancePlugin</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<releaseNotes>Upgrade to v4 Model approved in Standards and Guidelines; removed PackagedProduct and PackagedProductInstance ADM classes to allow easier migration to ADAPT Standard; retain key data element identifiers only for context items, no quantities, weights or other measures.</releaseNotes>
<description>AgGateway Shipped Item Instance Plugin for the ADAPT framework allows transformation of the advance ship notice from a retailer to be loaded into the tractor MICS as a product list for improved product identification of seed, fertilizer and crop protection product instances.</description>
<copyright>Copyright (C) 2015-24 AgGateway and ADAPT Contributors</copyright>
<tags>agriculture aggateway adapt shippediteminstance productidentification in-fieldproductid</tags>
<dependencies>
<dependency id="AgGatewayADAPTFramework" version="3.1.0" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="System.ComponentModel.DataAnnotations" version="5.0.0" />
</dependencies>
<dependencies>
<group targetFramework="net8.0" />
</dependencies>
<references>
<reference file="AgGateway.ADAPT.ShippedItemInstancePlugin.dll"/>
</references>
</metadata>
<files>
<file src="ShippedItemInstancePlugin/bin/Release/net8.0/AgGateway.ADAPT.ShippedItemInstancePlugin.dll" target="lib/net8.0/AgGateway.ADAPT.ShippedItemInstancePlugin.dll"/>
</files>
</package>