Commit Graph

715 Commits

Author SHA1 Message Date
Michael Bisbjerg
6b6343a877 Add nuget shield 2016-11-30 20:27:08 +01:00
Michael Bisbjerg
645990a647 Include files in solution 2016-11-30 20:19:26 +01:00
Michael Bisbjerg
2c5a708afa Preference in project.json 2016-11-30 20:19:13 +01:00
Michael Bisbjerg
74d90e566d Adjust for new docs site 2016-11-30 20:18:20 +01:00
Michael Bisbjerg
ef24b2898e Cleanup 2016-11-30 20:18:13 +01:00
Michael Bisbjerg
408c35ec96 Sort frameworks and dependencies 2016-11-26 15:32:28 +01:00
Michael Bisbjerg
d35581a1ef Merge pull request #205 from jchannon/tidyup
Minor Tidyup
2016-11-26 15:31:09 +01:00
Jonathan Channon
751e05ed46 Tidied up references in project.json 2016-11-26 09:58:13 +00:00
Jonathan Channon
369beef70a removed mention of alpha now 1.0.0 is released 2016-11-26 09:57:59 +00:00
Michael Bisbjerg
59a24d7e6d Apparently we have to do more to skip tests 2016-11-21 20:56:39 +01:00
Michael Bisbjerg
61c6e661b3 Fix warning for CI 2016-11-21 19:40:18 +01:00
Michael Bisbjerg
1b4b4f0a30 Remove tests from CI 2016-11-21 19:26:09 +01:00
Michael Bisbjerg
180fe29c3f Refactor build script 2016-11-21 19:22:23 +01:00
Michael Bisbjerg
153f924ade Update readme for 1.0.0 2016-10-27 19:15:25 +02:00
Michael Bisbjerg
ae4572713c Bump version to 1.0.0, publish to Nuget 2016-10-27 19:10:13 +02:00
Michael Bisbjerg
9fc5a2fcaf Always target the latest local project 2016-10-27 18:47:16 +02:00
Michael Bisbjerg
9542bb19ee Ignore Dotsettings files 2016-10-27 18:41:52 +02:00
Michael Bisbjerg
827aa7e398 Remove lock.json files 2016-10-27 18:41:31 +02:00
leandro
fc5acc4cd3 Added proxy support using constructor approach 2016-09-15 11:28:04 -03:00
Michael Bisbjerg
15f6735a4f Add changelog entry for 0.9.6.0-alpha 2016-08-10 23:22:17 +02:00
Michael Bisbjerg
07e662103b Pushed 0.9.6.0-alpha to Nuget
Also altered the build script a little
2016-08-10 20:41:50 +02:00
Michael Bisbjerg
a3d7d8dce9 Reduce required netstandard version
Seems we can use 1.0 instead of 1.6
2016-08-10 20:24:48 +02:00
Michael Bisbjerg
e50de0323b Add UAP10.0 and remove lock.json file
#198
2016-08-10 20:09:42 +02:00
Michael Bisbjerg
a65cf87b48 Also update version reference in Testapplication 2016-08-10 00:03:23 +02:00
Michael Bisbjerg
250e96a960 Update reference to TMDbLib in Tests 2016-08-10 00:01:06 +02:00
Michael Bisbjerg
4ed9862f8d Pushed 0.9.5.0-alpha to Nuget 2016-08-09 23:49:39 +02:00
Michael Bisbjerg
9c2f05f1f1 Enable Json validation by default 2016-08-09 23:48:20 +02:00
Michael Bisbjerg
9a8d907e04 Increase test robustness 2016-08-09 23:46:18 +02:00
Michael Bisbjerg
ae797aa7a0 More adjustments to the AccountState types for Tv shows 2016-08-09 23:42:50 +02:00
Michael Bisbjerg
478f99123a Fix AccountStates object for TvEpisode 2016-08-09 23:31:17 +02:00
Michael Bisbjerg
d3b180004a More compliance for tests 2016-08-09 23:31:01 +02:00
Michael Bisbjerg
d6e28b247a Remove ShowId from TvEpisode
The only case it existed is in a broken query
2016-08-09 23:30:56 +02:00
Michael Bisbjerg
1768ce9c58 Comments 2016-08-09 23:27:57 +02:00
Michael Bisbjerg
7490d1cddd Fix Images type on TvSeason 2016-08-09 23:19:55 +02:00
Michael Bisbjerg
adf0d67493 Remove TvSeasonEpisode ShowId 2016-08-09 23:19:44 +02:00
Michael Bisbjerg
705b49d28b Re-ordering of properties 2016-08-09 23:14:09 +02:00
Michael Bisbjerg
ec40c2b4ae More compliance stuff 2016-08-09 23:13:26 +02:00
Michael Bisbjerg
0567a952b7 Make a specific type for FindContainers seasons list 2016-08-09 23:10:51 +02:00
Michael Bisbjerg
86c8741579 Add deleted ChangeItem
#197
2016-08-09 23:05:09 +02:00
Michael Bisbjerg
2eb0791f9e Looked into TvSeason 2016-08-09 23:02:15 +02:00
Michael Bisbjerg
ea865b9039 Sorting members 2016-08-09 22:47:13 +02:00
Michael Bisbjerg
1887f8fa56 Cleanup 2016-08-09 22:46:15 +02:00
Michael Bisbjerg
263bb7c851 Don't ignore scalar fields 2016-08-09 22:46:03 +02:00
Michael Bisbjerg
59b9efa7c5 Make more tests re-entrant 2016-08-09 22:41:03 +02:00
Michael Bisbjerg
793dcea59d Add test for new ChangeItemConverter 2016-08-09 22:23:01 +02:00
Michael Bisbjerg
afffd7fea5 Prep for 0.9.5-alpha 2016-08-09 22:11:49 +02:00
Michael Bisbjerg
70dcadfd30 Implement specific types for ChangeItem's
Closes #197

I gave up reg. the iso_639_1 field - it's optional which makes for a bad
conversion to a concrete type.
2016-08-09 22:09:06 +02:00
Michael Bisbjerg
1a098630d9 Test compliance with JSON 2016-08-09 20:20:11 +02:00
Michael Bisbjerg
64ebe2ce29 Split SearchMovieList into 4 methods to accomodate new Date range object 2016-08-09 20:14:27 +02:00
Michael Bisbjerg
0656f623f8 Published v0.9.4-alpha to Nuget 2016-08-08 23:36:26 +02:00