updated Flurl.Http's dependency on Flurl to lastest version
This commit is contained in:
parent
baeed2dd8c
commit
f5680a1f2c
@ -3,4 +3,4 @@
|
||||
[assembly: AssemblyTitle("Flurl.Http")]
|
||||
[assembly: AssemblyDescription("A fluent, testable HTTP client library that extends Flurl's URL builder chain.")]
|
||||
[assembly: AssemblyCopyright("Copyright © Todd Menier 2014")]
|
||||
[assembly: AssemblyVersion("0.2.1")]
|
||||
[assembly: AssemblyVersion("0.2.2")]
|
||||
|
@ -2,7 +2,7 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>Flurl.Http</id>
|
||||
<version>0.2.1</version>
|
||||
<version>0.2.2</version>
|
||||
<title>Flurl.Http</title>
|
||||
<authors>Todd Menier</authors>
|
||||
<projectUrl>http://tmenier.github.io/Flurl</projectUrl>
|
||||
@ -12,6 +12,7 @@
|
||||
A fluent, portable, testable HTTP client library that extends Flurl's URL builder chain.
|
||||
</description>
|
||||
<releaseNotes>
|
||||
0.2.2 - Updated Flurl dependency for PCL to 1.0.1.
|
||||
0.2.1 - Added support for getting streams and byte arrays.
|
||||
0.2.0 - Added .NET 4.5 specific version with fewer dependencies.
|
||||
0.1.3 - Added support for HEAD requests via HeadAsync (thanks to @benb1n).
|
||||
@ -28,7 +29,7 @@
|
||||
<dependency id="Microsoft.Net.Http" version="2.2.22" />
|
||||
<dependency id="PCLStorage" version="0.9.6" />
|
||||
<dependency id="Newtonsoft.Json" version="6.0.3" />
|
||||
<dependency id="Flurl" version="1.0.0" />
|
||||
<dependency id="Flurl" version="1.0.1" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
@ -46,43 +46,33 @@
|
||||
<ItemGroup>
|
||||
<Reference Include="Flurl">
|
||||
<HintPath>..\packages\Flurl.1.0.1\lib\portable-net40+sl50+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Flurl.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Flurl.Http">
|
||||
<HintPath>..\packages\Flurl.Http.0.2.1\lib\portable-net45+sl50+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Flurl.Http.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<HintPath>..\packages\Flurl.Http.0.2.2\lib\portable-net45+sl50+win+wpa81+wp80+MonoAndroid10+MonoTouch10\Flurl.Http.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Threading.Tasks">
|
||||
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Threading.Tasks.Extensions">
|
||||
<HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net45+win8+wp8+wpa81\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json">
|
||||
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="PCLStorage">
|
||||
<HintPath>..\packages\PCLStorage.0.9.6\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch\PCLStorage.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="PCLStorage.Abstractions">
|
||||
<HintPath>..\packages\PCLStorage.0.9.6\lib\portable-net45+wp8+wpa81+win8+monoandroid+monotouch\PCLStorage.Abstractions.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Net.Http">
|
||||
<HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Net.Http.Extensions">
|
||||
<HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Net.Http.Primitives">
|
||||
<HintPath>..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Flurl" version="1.0.1" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
|
||||
<package id="Flurl.Http" version="0.2.1" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
|
||||
<package id="Flurl.Http" version="0.2.2" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
|
||||
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
|
||||
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
|
||||
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+MonoTouch10" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user