-
Notifications
You must be signed in to change notification settings - Fork 4
/
WinRtHttpClientHandler.nuspec
25 lines (24 loc) · 1.58 KB
/
WinRtHttpClientHandler.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WinRtHttpClientHandler</id>
<version>1.0</version>
<title />
<authors>Oren Novotny</authors>
<owners />
<licenseUrl>http://choosealicense.com/licenses/apache/</licenseUrl>
<projectUrl>https://github.com/onovotny/WinRtHttpClientHandler</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An HttpMessageHandler that lets you use the Windows Runtime IHttpFilter </description>
<copyright>© Oren Novotny 2013</copyright>
<language>en-US</language>
<tags>winrt win81 wpa81 wp8 httpclient ssl ihttpfilter</tags>
</metadata>
<files>
<file src="WinRtHttpClientHandler\bin\Release\WindowsRuntime.HttpClientFilters.dll" target="lib\portable-win81+wpa81\WindowsRuntime.HttpClientFilters.dll" />
<file src="WinRtHttpClientHandler\bin\Release\WindowsRuntime.HttpClientFilters.pdb" target="lib\portable-win81+wpa81\WindowsRuntime.HttpClientFilters.pdb" />
<file src="WinRtHttpClientHandler\bin\Release\WindowsRuntime.HttpClientFilters.pri" target="lib\portable-win81+wpa81\WindowsRuntime.HttpClientFilters.pri" />
<file src="WinRtHttpClientHandler\bin\Release\WindowsRuntime.HttpClientFilters.xml" target="lib\portable-win81+wpa81\WindowsRuntime.HttpClientFilters.xml" />
<file src="**\*.cs" target="src" exclude="_ReSharper.*\**\*.*;packages\**\*.*;**\Debug\**\*.*;**\Release\**\*.*"/>
</files>
</package>