SwensenSoftware / im-only-resting

A feature-rich WinForms-based HTTP client
http://www.swensensoftware.com/im-only-resting
Apache License 2.0
186 stars 32 forks source link

Upgrade various 3rd party library dependencies #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Json.NET 6.x brings improved parse failure messages that we desire for issue 22.

Scintilla 2.6 fixes TextChanged event which we had to work around in Issue 33. 
Should take care to make sure no regressions updated to 2.6.

Original issue reported on code.google.com by stephen....@gmail.com on 23 Jul 2014 at 4:00

GoogleCodeExporter commented 9 years ago
Json.NET 6 upgrade done.

NLog was also updated (as well as some build / test related non-publicly used 
libs).

Still need to do Scintilla 2.6 upgrade.

Original comment by stephen....@gmail.com on 23 Jul 2014 at 4:02

GoogleCodeExporter commented 9 years ago
Note that the Json.NET 6 parser appears to be more liberal than the previous 
version: namely it accept very large integer values which are actual illegal in 
the json spec.

Original comment by stephen....@gmail.com on 23 Jul 2014 at 4:07

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 27 Jul 2014 at 12:33

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 2 Aug 2014 at 3:39