From bcbbd3a05f5386e2e520a043ed35c03cec946466 Mon Sep 17 00:00:00 2001 From: Kamran Ayub Date: Thu, 25 Apr 2013 09:20:35 -0500 Subject: [PATCH] GB fixed the misspelled field --- Readme.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 81ae1f3..0e9bc82 100644 --- a/Readme.md +++ b/Readme.md @@ -18,10 +18,6 @@ GiantBomb-C# 2.0+ is only compatible with GiantBomb APIv2. Keep using the old pa * You can now use `GetReleasesForGame()` to directly retrieve releases for a game in one request * Using [FastJSON](http://www.codeproject.com/Articles/159450/fastJSON) to deserialize, which is... fast, obviously -### Breaking Changes/Known Issues - -* Platform/Release `DateLastUpdated` is spelled incorrectly on the API (#10) - ## Readme This library aims to wrap the GiantBomb REST API in C# with strongly-typed models and is built on top of [RestSharp](https://github.com/johnsheehan/RestSharp). @@ -51,4 +47,4 @@ Read about [contributing on the wiki](https://github.com/kamranayub/GiantBomb-CS Read about [examples on the wiki](https://github.com/kamranayub/GiantBomb-CSharp/wiki). ## License -Dual-licensed on MIT & GPL \ No newline at end of file +Dual-licensed on MIT & GPL