From 7869d7b4444ab435073c6d3fa93663d78df1a30f Mon Sep 17 00:00:00 2001 From: Michael Bisbjerg Date: Mon, 1 Aug 2016 22:56:05 +0200 Subject: [PATCH] Release 0.9.2.0-alpha --- Nuget/TMDbLib.0.9.2.0-alpha.nupkg | 3 +++ Nuget/TMDbLib.0.9.2.0-alpha.symbols.nupkg | 3 +++ Readme.md | 12 +++++++----- TMDbLib/project.json | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 Nuget/TMDbLib.0.9.2.0-alpha.nupkg create mode 100644 Nuget/TMDbLib.0.9.2.0-alpha.symbols.nupkg diff --git a/Nuget/TMDbLib.0.9.2.0-alpha.nupkg b/Nuget/TMDbLib.0.9.2.0-alpha.nupkg new file mode 100644 index 00000000..57a0600a --- /dev/null +++ b/Nuget/TMDbLib.0.9.2.0-alpha.nupkg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d0440043ef05bb0f23ef60dd91923e421c483cc77b0f629227930af17f002c +size 580240 diff --git a/Nuget/TMDbLib.0.9.2.0-alpha.symbols.nupkg b/Nuget/TMDbLib.0.9.2.0-alpha.symbols.nupkg new file mode 100644 index 00000000..588c499f --- /dev/null +++ b/Nuget/TMDbLib.0.9.2.0-alpha.symbols.nupkg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8840c9a13907ac8491db98378ccb1bdf5d1362f7ded94d6e3f7d81d453cfa56 +size 1417689 diff --git a/Readme.md b/Readme.md index 79a96061..ecdfd27a 100644 --- a/Readme.md +++ b/Readme.md @@ -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 @@ -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 diff --git a/TMDbLib/project.json b/TMDbLib/project.json index a40bb34b..99482b36 100644 --- a/TMDbLib/project.json +++ b/TMDbLib/project.json @@ -1,5 +1,5 @@ { - "version": "0.9.1.6-alpha", + "version": "0.9.2.0-alpha", "title": "TMDb Library", "authors": [ "LordMike", "Naliath" ], "packOptions": {