From 2aef8dec488b2e39375a2f61ce92686ef037a7ef Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 28 Jan 2016 13:35:49 -0500 Subject: [PATCH] Prepare for 0.4.0 --- .../MaxMind.MinFraud.UnitTest.csproj | 10 +++++----- MaxMind.MinFraud.UnitTest/packages.config | 6 +++--- MaxMind.MinFraud/MaxMind.MinFraud.csproj | 10 +++++----- MaxMind.MinFraud/packages.config | 6 +++--- releasenotes.md | 3 ++- 5 files changed, 18 insertions(+), 17 deletions(-) diff --git a/MaxMind.MinFraud.UnitTest/MaxMind.MinFraud.UnitTest.csproj b/MaxMind.MinFraud.UnitTest/MaxMind.MinFraud.UnitTest.csproj index 0d4133e7..678c6bf2 100644 --- a/MaxMind.MinFraud.UnitTest/MaxMind.MinFraud.UnitTest.csproj +++ b/MaxMind.MinFraud.UnitTest/MaxMind.MinFraud.UnitTest.csproj @@ -38,18 +38,18 @@ 4 - - ..\packages\MaxMind.Db.1.2.0\lib\net40\MaxMind.Db.dll + + ..\packages\MaxMind.Db.2.0.0-beta1\lib\net45\MaxMind.Db.dll True - ..\packages\MaxMind.GeoIP2.2.5.0\lib\net452\MaxMind.GeoIP2.dll + ..\packages\MaxMind.GeoIP2.2.6.0-beta1\lib\net452\MaxMind.GeoIP2.dll True - - ..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll True diff --git a/MaxMind.MinFraud.UnitTest/packages.config b/MaxMind.MinFraud.UnitTest/packages.config index 27e3d55f..1aefef66 100644 --- a/MaxMind.MinFraud.UnitTest/packages.config +++ b/MaxMind.MinFraud.UnitTest/packages.config @@ -1,11 +1,11 @@  - - + + - + \ No newline at end of file diff --git a/MaxMind.MinFraud/MaxMind.MinFraud.csproj b/MaxMind.MinFraud/MaxMind.MinFraud.csproj index b2f5b247..62b6fd21 100644 --- a/MaxMind.MinFraud/MaxMind.MinFraud.csproj +++ b/MaxMind.MinFraud/MaxMind.MinFraud.csproj @@ -43,16 +43,16 @@ ..\MaxMind.snk - - ..\packages\MaxMind.Db.1.2.0\lib\net40\MaxMind.Db.dll + + ..\packages\MaxMind.Db.2.0.0-beta1\lib\net45\MaxMind.Db.dll True - ..\packages\MaxMind.GeoIP2.2.5.0\lib\net452\MaxMind.GeoIP2.dll + ..\packages\MaxMind.GeoIP2.2.6.0-beta1\lib\net452\MaxMind.GeoIP2.dll True - - ..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll + + ..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll True diff --git a/MaxMind.MinFraud/packages.config b/MaxMind.MinFraud/packages.config index 5c189320..7a779d49 100644 --- a/MaxMind.MinFraud/packages.config +++ b/MaxMind.MinFraud/packages.config @@ -1,6 +1,6 @@  - - - + + + \ No newline at end of file diff --git a/releasenotes.md b/releasenotes.md index 338f1c18..53082d98 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,7 +1,7 @@ Release Notes ============= -0.4.0 (2016-01-XX) +0.4.0 (2016-01-28) ------------------ * Added support for new minFraud Insights outputs. These are: @@ -13,6 +13,7 @@ Release Notes * `Input` on the `Warning` response model has been replaced with `InputPointer`. The latter is a JSON pointer to the input that caused the warning. +* Updated GeoIP2 to 2.6.0-beta1. 0.3.1 (2015-12-04) ------------------