pierredavidbelanger / chatter-bot-api

A Mono/.NET, JAVA, Python and PHP chatter bot API that supports Cleverbot, JabberWacky and Pandorabots.
181 stars 72 forks source link

move to .net 4.5 and fixed cookies problem #11

Closed KSemenenko closed 9 years ago

KSemenenko commented 9 years ago

Hi, i fixed problem with cookies .net, and update project to .net 4.5. Some refactors.

pierredavidbelanger commented 9 years ago

Wow, what a high quality PR! I really like this refactor. You even fixed the indentation :)

I like that you used the .NET builtin HttpClient. Is this the reason why you bump the .NET target from 2.0 to 4.5 ?

Anyway, I will gladly merge this PL as is (also blindly, because I do not have Mono installed anymore and I am lazy).

A big thank you!