forked from simple-odata-client/Simple.OData.Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Simple.OData.V4.Client.nuspec
48 lines (47 loc) · 3.85 KB
/
Simple.OData.V4.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
<?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>Simple.OData.V4.Client</id>
<authors>Vagif Abilov</authors>
<version>0.0.0.0</version>
<owners>Vagif Abilov</owners>
<description>
Simple.OData.V4.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 Simple.OData.V4.Client contains libraries that can work with OData feeds that implement V4 OData protocol.
To access V3 OData feeds use Simple.OData.V4.Client or Simple.OData.Client that can consume OData feeds of any version.
</description>
<summary>
Simple.OData.V4.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 Simple.OData.V4.Client contains libraries that can work with OData feeds that implement V4 OData protocol.
To access V3 OData feeds use Simple.OData.V3.Client or Simple.OData.Client that can consume OData feeds of any version.
</summary>
<projectUrl>https://github.com/object/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-2018 Vagif Abilov</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.OData.Core" version="[7.4.4,8)" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.OData.Core" version="[7.4.4,8)" />
</group>
</dependencies>
</metadata>
<files>
<!-- NET452 -->
<file src="build\Release\Simple.OData.Client.Core\net452\Simple.OData.Client.Core.dll" target="lib\net452\Simple.OData.Client.Core.dll" />
<file src="build\Release\Simple.OData.Client.Core\net452\Simple.OData.Client.Core.xml" target="lib\net452\Simple.OData.Client.Core.xml" />
<file src="build\Release\Simple.OData.Client.Dynamic\net452\Simple.OData.Client.Dynamic.dll" target="lib\net452\Simple.OData.Client.Dynamic.dll" />
<file src="build\Release\Simple.OData.Client.Dynamic\net452\Simple.OData.Client.Dynamic.xml" target="lib\net452\Simple.OData.Client.Dynamic.xml" />
<file src="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="build\Release\Simple.OData.Client.Core\netstandard2.0\Simple.OData.Client.Core.dll" target="lib\netstandard2.0\Simple.OData.Client.Core.dll" />
<file src="build\Release\Simple.OData.Client.Core\netstandard2.0\Simple.OData.Client.Core.xml" target="lib\netstandard2.0\Simple.OData.Client.Core.xml" />
<file src="build\Release\Simple.OData.Client.Dynamic\netstandard2.0\Simple.OData.Client.Dynamic.dll" target="lib\netstandard2.0\Simple.OData.Client.Dynamic.dll" />
<file src="build\Release\Simple.OData.Client.Dynamic\netstandard2.0\Simple.OData.Client.Dynamic.xml" target="lib\netstandard2.0\Simple.OData.Client.Dynamic.xml" />
<file src="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>