474 Commits

Author SHA1 Message Date
Todd Menier
cb377113bf Merge pull request #120 from tmenier/xamarin
Return back full PCL
2016-07-26 12:50:32 -05:00
Nikolay Molchanov
8e85e959b2 Return back full PCL 2016-07-26 16:29:15 +03:00
Todd Menier
f5115b3db2 nudge to force rebuild 2016-07-26 06:36:24 -05:00
Todd Menier
69db8f5793 Flurl version bump 2016-07-25 22:37:20 -05:00
Todd Menier
ba293fdc7c SplitOnFirstOccurence test now works under .NET Core, but only if it's public, which is fine. 2016-07-25 22:15:36 -05:00
Todd Menier
4273278812 Merge branch 'dev' of https://github.com/tmenier/Flurl into dev 2016-07-25 10:36:40 -05:00
Todd Menier
888a1a3fbd replace usage of string.Split(char[], int), not supported in full PCL profile (#119) 2016-07-25 10:36:03 -05:00
Todd Menier
699f893b22 Merge pull request #117 from tmenier/optimize_for_debug
Revert old project names, return back Full PCL, optimize only for Release
2016-07-25 09:10:48 -05:00
Nikolay Molchanov
c27bd3da4f First step to return back full PCL target 2016-07-25 17:05:30 +03:00
Todd Menier
d8ae2bd4de Url.Combine enhancements (#95) 2016-07-25 08:35:51 -05:00
Nikolay Molchanov
94b77a92b4 Try to delete not needed scripts to improve build time. 2016-07-18 19:08:31 +03:00
Nikolay Molchanov
f49b5e6df8 Revert old project names - part 2 2016-07-18 18:37:19 +03:00
Nikolay Molchanov
664453df78 Revert old project names and optimize only for Release 2016-07-18 18:25:49 +03:00
Todd Menier
840a690f13 Merge pull request #88 from tmenier/dev
Dev to master Flurl.Http 1.0.0 and Flurl 2.1.0
2016-07-17 22:35:08 -05:00
Todd Menier
e4d04eedd9 updated to Flurl.Http 1.0 in package testers 2016-07-17 22:34:15 -05:00
Todd Menier
2c01af534f strip -beta from Flurl.Http 1.0 2016-07-17 21:18:47 -05:00
Todd Menier
c7949949ce strip -beta from Flurl 2.1 2016-07-17 21:00:30 -05:00
Todd Menier
17a45792ed SendAsync extensions for string and Url, added HttpCompletionOption to all HTTP extension methods 2016-07-17 14:58:46 -05:00
Todd Menier
6e5292c518 changed PostAsync, PutAsync, and PatchAsync overloads with no request body to take a (nullable) HttpConent, since they tend to have a body more often than not. 2016-07-17 14:36:24 -05:00
Todd Menier
6098b22356 package testers updated to beta8 2016-07-14 17:03:09 -05:00
Todd Menier
a05bf089ef Merge branch 'dev' of https://github.com/tmenier/Flurl into dev 2016-07-14 16:05:11 -05:00
Todd Menier
399ebd8850 #113 - multipart/form-data (replaces #48) 2016-07-14 16:04:30 -05:00
Nicholas
5d158a075a Delete not need version tag 2016-07-13 00:47:35 +03:00
Todd Menier
f1a4870c5c oops...release notes link take 2 2016-07-12 15:51:52 -05:00
Todd Menier
a1e7081fd7 Merge branch 'dev' of https://github.com/tmenier/Flurl into dev 2016-07-10 14:05:23 -05:00
Todd Menier
edab706543 updated nuspec to point to 1.0 release notes 2016-07-10 14:04:44 -05:00
Todd Menier
d09ab7af6f Merge pull request #112 from tmenier/fix_build
Fix build - AppVeyor can not press key =)
2016-07-09 19:25:21 -05:00
Nikolay Molchanov
b8ad9a681d Fix build - AppVeyor can not press key =) 2016-07-10 01:11:59 +03:00
Todd Menier
e49d18e872 support for multipart file uploads based on stream (#48) 2016-07-09 12:16:49 -05:00
Todd Menier
8ac7eff65f #111 - reduce overall extension methods, add Send*Asnyc(verb, ...) to more easily support unusual cases 2016-07-09 11:31:37 -05:00
Todd Menier
0ea22a8503 a few doc improvements 2016-07-09 11:30:15 -05:00
Todd Menier
1c642be335 different fix for #109 2016-07-07 00:25:45 -05:00
Todd Menier
8f9623e98a tweaks to tests that create random files (avoid http://stackoverflow.com/a/9667350/62600) 2016-07-06 22:03:08 -05:00
Todd Menier
d62e7fe0a9 Merge branch 'dev' of https://github.com/tmenier/Flurl into dev 2016-07-06 22:01:27 -05:00
Todd Menier
437e66f166 Revert "reverted test, see if it makes AppVeyor happy (#109)"
This reverts commit 0c1ed686142da65527da7864058011f0441db5e5.
2016-07-06 21:37:13 -05:00
Nicholas
7d3728f9e8 Update README.md 2016-07-06 17:43:19 +03:00
Nikolay Molchanov
6ff642fede Fix exception bug 2016-07-06 02:07:52 +03:00
Todd Menier
0c1ed68614 reverted test, see if it makes AppVeyor happy (#109) 2016-07-01 21:46:34 -05:00
Nikolay Molchanov
abbfa12e1f Upgrade testers dependicies 2016-07-01 02:26:04 +03:00
Nikolay Molchanov
d0a807ecc3 Update package testers to latest build 2016-07-01 02:18:14 +03:00
Nikolay Molchanov
f756bc601a Fix net45 dependicies 2016-06-30 20:33:28 +03:00
Nikolay Molchanov
85a14b407f Update install.ps1 2016-06-30 17:00:07 +03:00
Nicholas
280794c2f1 Update .gitignore 2016-06-30 14:40:06 +03:00
Nikolay Molchanov
9b8598be27 Update to NET core 1.0.0 2016-06-29 22:20:20 +03:00
Todd Menier
cecc096b52 c# 6 ftw 2016-06-25 18:44:02 -05:00
Todd Menier
924f2ffc9c Merge remote-tracking branch 'origin/master' into dev 2016-06-25 17:15:33 -05:00
Todd Menier
a8c2001d79 Merge pull request #73 from engenb/WithOauthBearerToken
convenience methods to pair with those provided by ClientConfigExtensions
2016-06-25 17:14:43 -05:00
Todd Menier
2e2b0eedea Fix for when charset header value is quoted (work around .NET bug) 2016-06-25 16:49:23 -05:00
Todd Menier
bc6e4cfb47 a couple unrelated tweaks 2016-06-25 15:38:01 -05:00
Todd Menier
c7bc34600f not-so-minor overhaul of cookies 2016-06-24 16:04:35 -05:00