forked from simple-odata-client/Simple.OData.Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimple.OData.Client.nuspec
52 lines (51 loc) · 4.45 KB
/
Simple.OData.Client.nuspec
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>GeneXus.GXOdata.Client</id>
<authors>GeneXus</authors>
<version>0.0.0.0</version>
<owners>GeneXus</owners>
<description>
GeneXus.GXOdata.Client is a multiplatform OData client library supporting .NET 4.x, .NET Standard, .NET Core, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services.
The package GeneXus.GXOdata.Client contains libraries that can work with OData feeds that implement both V1-3 and V4 OData protocol.
Packages Simple.OData.V3.Client and Simple.OData.V4.Client have smaller footprints and target V1-3 and V4 respectively.
</description>
<summary>
GeneXus.GXOdata.Client is a multiplatform OData client library supporting .NET 4.x, .NET Standard, .NET Core, iOS and Android. The adapter provides a great alternative to WCF Data Services client. It does not require generation of context or entity classes and fits RESTful nature of OData services.
The package GeneXus.GXOdata.Client contains libraries that can work with OData feeds that implement both V1-3 and V4 OData protocol.
Packages Simple.OData.V3.Client and Simple.OData.V4.Client have smaller footprints and target V1-3 and V4 respectively.
</summary>
<projectUrl>https://github.com/genexuslabs/Simple.OData.Client</projectUrl>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<iconUrl>http://www.odata.org/wp-content/uploads/2014/05/ODataLogo-96.png</iconUrl>
<copyright>Copyright 2012-2022 GeneXus</copyright>
<language>en-us</language>
<tags>odata data rest client portable pcl netfx net40 net45 netstandard netcore mono adnroid ios</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="Microsoft.Data.OData" version="[5.8.3,6)" />
<dependency id="Microsoft.OData.Core" version="[7.4.4,8)" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Data.OData" version="[5.8.3,6)" />
<dependency id="Microsoft.OData.Core" version="[7.4.4,8)" />
</group>
</dependencies>
</metadata>
<files>
<!-- NET45 -->
<file src="Solutions\build\Release\Simple.OData.Client.Core\net452\Simple.OData.Client.Core.dll" target="lib\net452\Simple.OData.Client.Core.dll" />
<file src="Solutions\build\Release\Simple.OData.Client.Core\net452\Simple.OData.Client.Core.xml" target="lib\net452\Simple.OData.Client.Core.xml" />
<file src="Solutions\build\Release\Simple.OData.Client.Dynamic\net452\Simple.OData.Client.Dynamic.dll" target="lib\net452\Simple.OData.Client.Dynamic.dll" />
<file src="Solutions\build\Release\Simple.OData.Client.Dynamic\net452\Simple.OData.Client.Dynamic.xml" target="lib\net452\Simple.OData.Client.Dynamic.xml" />
<file src="Solutions\build\Release\Simple.OData.Client.V3.Adapter\net452\Simple.OData.Client.V3.Adapter.dll" target="lib\net452\Simple.OData.Client.V3.Adapter.dll" />
<file src="Solutions\build\Release\Simple.OData.Client.V4.Adapter\net452\Simple.OData.Client.V4.Adapter.dll" target="lib\net452\Simple.OData.Client.V4.Adapter.dll" />
<!-- NETSTANDARD2.0 -->
<file src="Solutions\build\Release\Simple.OData.Client.Core\netstandard2.0\Simple.OData.Client.Core.dll" target="lib\netstandard2.0\Simple.OData.Client.Core.dll" />
<file src="Solutions\build\Release\Simple.OData.Client.Core\netstandard2.0\Simple.OData.Client.Core.xml" target="lib\netstandard2.0\Simple.OData.Client.Core.xml" />
<file src="Solutions\build\Release\Simple.OData.Client.Dynamic\netstandard2.0\Simple.OData.Client.Dynamic.dll" target="lib\netstandard2.0\Simple.OData.Client.Dynamic.dll" />
<file src="Solutions\build\Release\Simple.OData.Client.Dynamic\netstandard2.0\Simple.OData.Client.Dynamic.xml" target="lib\netstandard2.0\Simple.OData.Client.Dynamic.xml" />
<file src="Solutions\build\Release\Simple.OData.Client.V3.Adapter\netstandard2.0\Simple.OData.Client.V3.Adapter.dll" target="lib\netstandard2.0\Simple.OData.Client.V3.Adapter.dll" />
<file src="Solutions\build\Release\Simple.OData.Client.V4.Adapter\netstandard2.0\Simple.OData.Client.V4.Adapter.dll" target="lib\netstandard2.0\Simple.OData.Client.V4.Adapter.dll" />
</files>
</package>