|
2 | 2 | <package >
|
3 | 3 | <metadata>
|
4 | 4 | <id>Flurl.Http</id>
|
5 |
| - <version>1.1.1</version> |
| 5 | + <version>1.1.2</version> |
6 | 6 | <title>Flurl.Http</title>
|
7 | 7 | <authors>Todd Menier</authors>
|
8 | 8 | <projectUrl>http://tmenier.github.io/Flurl</projectUrl>
|
|
13 | 13 | A fluent, portable, testable HTTP client library that extends Flurl's URL builder chain.
|
14 | 14 | </description>
|
15 | 15 | <releaseNotes>
|
| 16 | +1.1.2 - Minor bug fixes (github #159 & #169), up'd Flurl dependency to 2.3.0 |
16 | 17 | 1.1.1 - More query param assert variations (github #102), HttpCall.Url now a Flurl.Url instance
|
17 | 18 | 1.1.0 - Parallel testing (github #67), better DI/IoC/mocking support (github #146), assert query params (github #102)
|
18 | 19 | 1.0.3 - .NET Core 1.0.1, fixed assembly references (github #131)
|
|
49 | 50 | <dependencies>
|
50 | 51 | <group targetFramework="net45">
|
51 | 52 | <dependency id="Newtonsoft.Json" version="9.0.1" />
|
52 |
| - <dependency id="Flurl" version="2.2.1" /> |
| 53 | + <dependency id="Flurl" version="2.3.0" /> |
53 | 54 | </group>
|
54 | 55 | <group targetFramework="net461">
|
55 | 56 | <dependency id="Newtonsoft.Json" version="9.0.1" />
|
56 |
| - <dependency id="Flurl" version="2.2.1" /> |
| 57 | + <dependency id="Flurl" version="2.3.0" /> |
57 | 58 | <dependency id="System.IO.FileSystem" version="4.0.1" />
|
58 | 59 | <dependency id="System.Net.Http" version="4.1.0" />
|
59 | 60 | <dependency id="System.Text.Encoding.CodePages" version="4.0.1" />
|
60 | 61 | </group>
|
61 | 62 | <group targetFramework="monoandroid">
|
62 | 63 | <dependency id="Newtonsoft.Json" version="9.0.1" />
|
63 |
| - <dependency id="Flurl" version="2.2.1" /> |
| 64 | + <dependency id="Flurl" version="2.3.0" /> |
64 | 65 | <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
|
65 | 66 | <dependency id="Microsoft.Bcl.Build" version="1.0.21" />
|
66 | 67 | <dependency id="Microsoft.Net.Http" version="2.2.29" />
|
67 | 68 | <dependency id="PCLStorage" version="1.0.2" />
|
68 | 69 | </group>
|
69 | 70 | <group targetFramework="monotouch">
|
70 | 71 | <dependency id="Newtonsoft.Json" version="9.0.1" />
|
71 |
| - <dependency id="Flurl" version="2.2.1" /> |
| 72 | + <dependency id="Flurl" version="2.3.0" /> |
72 | 73 | <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
|
73 | 74 | <dependency id="Microsoft.Bcl.Build" version="1.0.21" />
|
74 | 75 | <dependency id="Microsoft.Net.Http" version="2.2.29" />
|
75 | 76 | <dependency id="PCLStorage" version="1.0.2" />
|
76 | 77 | </group>
|
77 | 78 | <group targetFramework="xamarin.ios">
|
78 | 79 | <dependency id="Newtonsoft.Json" version="9.0.1" />
|
79 |
| - <dependency id="Flurl" version="2.2.1" /> |
| 80 | + <dependency id="Flurl" version="2.3.0" /> |
80 | 81 | <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
|
81 | 82 | <dependency id="Microsoft.Bcl.Build" version="1.0.21" />
|
82 | 83 | <dependency id="Microsoft.Net.Http" version="2.2.29" />
|
83 | 84 | <dependency id="PCLStorage" version="1.0.2" />
|
84 | 85 | </group>
|
85 | 86 | <group targetFramework="xamarin.mac">
|
86 | 87 | <dependency id="Newtonsoft.Json" version="9.0.1" />
|
87 |
| - <dependency id="Flurl" version="2.2.1" /> |
| 88 | + <dependency id="Flurl" version="2.3.0" /> |
88 | 89 | <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
|
89 | 90 | <dependency id="Microsoft.Bcl.Build" version="1.0.21" />
|
90 | 91 | <dependency id="Microsoft.Net.Http" version="2.2.29" />
|
91 | 92 | <dependency id="PCLStorage" version="1.0.2" />
|
92 | 93 | </group>
|
93 | 94 | <group targetFramework="portable40-net45+sl5+win8+wp8+wpa81">
|
94 | 95 | <dependency id="Newtonsoft.Json" version="9.0.1" />
|
95 |
| - <dependency id="Flurl" version="2.2.1" /> |
| 96 | + <dependency id="Flurl" version="2.3.0" /> |
96 | 97 | <dependency id="Microsoft.Bcl.Async" version="1.0.168" />
|
97 | 98 | <dependency id="Microsoft.Bcl.Build" version="1.0.21" />
|
98 | 99 | <dependency id="Microsoft.Net.Http" version="2.2.29" />
|
99 | 100 | <dependency id="PCLStorage" version="1.0.2" />
|
100 | 101 | </group>
|
101 | 102 | <group targetFramework="uap10">
|
102 | 103 | <dependency id="Newtonsoft.Json" version="9.0.1" />
|
103 |
| - <dependency id="Flurl" version="2.2.1" /> |
| 104 | + <dependency id="Flurl" version="2.3.0" /> |
104 | 105 | </group>
|
105 | 106 | <group targetFramework="netstandard1.4">
|
106 | 107 | <dependency id="Newtonsoft.Json" version="9.0.1" />
|
107 |
| - <dependency id="Flurl" version="2.2.1" /> |
| 108 | + <dependency id="Flurl" version="2.3.0" /> |
108 | 109 | <dependency id="System.IO.FileSystem" version="4.0.1" />
|
109 | 110 | <dependency id="System.Net.Http" version="4.1.0" />
|
110 | 111 | <dependency id="System.Text.Encoding.CodePages" version="4.0.1" />
|
|
0 commit comments