Skip to content

Commit

Permalink
Release 0.9.2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMike committed Aug 1, 2016
1 parent 9693d19 commit 7869d7b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Nuget/TMDbLib.0.9.2.0-alpha.nupkg
Git LFS file not shown
3 changes: 3 additions & 0 deletions Nuget/TMDbLib.0.9.2.0-alpha.symbols.nupkg
Git LFS file not shown
12 changes: 7 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ View more about that here: http://nuget.org/packages/TMDbLib/
Changelog
---------

**0.9.1**
Still pre-release
**0.9.2-alpha**
Changes:
- Combined a number of classes (#195)
- Drastically improved the SearchMulti method (#145)
- Used Newtonsoft.Json tricks to deserialize JSON into multiple different types

**0.9.1-alpha**
Changes:
- Changed project to a .NET Core project (#188), changes required:
- Removed the [Display] attribute, replaced with custom attribute
Expand All @@ -24,9 +28,7 @@ Changes:
- Removed ObjectHelper
- Upgraded to `Newtonsoft.Json 9.0.1` to support `netcoreapp1.0`

**0.9.0**
Still pre-release

**0.9.0-alpha**
- Removed Restsharp in favour of HttpClient and Json.Net
- Fixes a lot of weirdness in Json parsing and gives flexibility
- Simplified retry logic
Expand Down
2 changes: 1 addition & 1 deletion TMDbLib/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.1.6-alpha",
"version": "0.9.2.0-alpha",
"title": "TMDb Library",
"authors": [ "LordMike", "Naliath" ],
"packOptions": {
Expand Down

0 comments on commit 7869d7b

Please sign in to comment.