forked from nanoframework/System.Net.Http
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystem.Net.Http.nuspec
More file actions
42 lines (42 loc) · 2.41 KB
/
System.Net.Http.nuspec
File metadata and controls
42 lines (42 loc) · 2.41 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
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>nanoFramework.System.Net.Http</id>
<version>$version$</version>
<title>nanoFramework.System.Net.Http</title>
<authors>nanoFramework project contributors</authors>
<owners>nanoFramework,dotnetfoundation</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
</releaseNotes>
<readme>docs\README.md</readme>
<developmentDependency>false</developmentDependency>
<projectUrl>https://github.com/nanoframework/System.Net.Http</projectUrl>
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/System.Net.Http" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the System.Net.Http assembly for .NET nanoFramework C# projects.
There are also two other packages with just the client API and just the server API.
These are meant to be used when there is the need to use smaller assemblies.</description>
<tags>nanoFramework C# csharp netmf netnf System.Net.Http</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.1" />
<dependency id="nanoFramework.System.Collections" version="1.3.0" />
<dependency id="nanoFramework.System.Text" version="1.1.3-preview.4" />
<dependency id="nanoFramework.System.Net" version="1.8.0-preview.5" />
</dependencies>
</metadata>
<files>
<file src="nanoFramework.System.Net.Http\bin\Release\System.Net.Http.dll" target="lib\System.Net.Http.dll" />
<file src="nanoFramework.System.Net.Http\bin\Release\System.Net.Http.pdb" target="lib\System.Net.Http.pdb" />
<file src="nanoFramework.System.Net.Http\bin\Release\System.Net.Http.pdbx" target="lib\System.Net.Http.pdbx" />
<file src="nanoFramework.System.Net.Http\bin\Release\System.Net.Http.pe" target="lib\System.Net.Http.pe" />
<file src="nanoFramework.System.Net.Http\bin\Release\System.Net.Http.xml" target="lib\System.Net.Http.xml" />
<file src="assets\readme.txt" target="" />
<file src="README.md" target="docs\" />
<file src="assets\nf-logo.png" target="images" />
<file src="LICENSE.md" target="" />
</files>
</package>