From 07966de458c1e73961067ea8f4593e99294055ca Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Wed, 23 Sep 2015 07:49:37 -0700 Subject: [PATCH] Prepare for 1.2.0 --- MaxMind.Db/MaxMind.Db.nuspec | 2 +- MaxMind.Db/Properties/AssemblyInfo.cs | 4 ++-- README.md | 2 +- releasenotes.md | 4 ++++ 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/MaxMind.Db/MaxMind.Db.nuspec b/MaxMind.Db/MaxMind.Db.nuspec index 68396fa..96b795a 100644 --- a/MaxMind.Db/MaxMind.Db.nuspec +++ b/MaxMind.Db/MaxMind.Db.nuspec @@ -10,7 +10,7 @@ https://github.com/maxmind/MaxMind-DB-Reader-dotnet false $description$ - Copyright 2014 + Copyright 2015 MaxMind GeoIP2 GeoIP IP database geolocation diff --git a/MaxMind.Db/Properties/AssemblyInfo.cs b/MaxMind.Db/Properties/AssemblyInfo.cs index 9c81146..e004566 100644 --- a/MaxMind.Db/Properties/AssemblyInfo.cs +++ b/MaxMind.Db/Properties/AssemblyInfo.cs @@ -43,8 +43,8 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.1")] -[assembly: AssemblyFileVersion("1.1.0")] -[assembly: AssemblyInformationalVersion("1.2.0-beta1")] +[assembly: AssemblyFileVersion("1.2.0")] +[assembly: AssemblyInformationalVersion("1.2.0")] [assembly: InternalsVisibleTo("MaxMind.Db.Test,PublicKey=" + "0024000004800000940000000602000000240000525341310004000001000100e30b6e4a9425b1" + "617ffc8bdf79801e67a371f9f650db860dc0dfff92cb63258765a0955c6fcde1da78dbaf5bf84d" + diff --git a/README.md b/README.md index c90c9ce..c1d4b54 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,6 @@ The MaxMind DB Reader API uses [Semantic Versioning](http://semver.org/). ## Copyright and License ## -This software is Copyright (c) 2014 by MaxMind, Inc. +This software is Copyright (c) 2015 by MaxMind, Inc. This is free software, licensed under the Apache License, Version 2.0. diff --git a/releasenotes.md b/releasenotes.md index c406030..a8198f6 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,5 +1,9 @@ # Release Nodes # +## 1.2.0 (2015-09-23) ## + +* Production release. No changes. + ## 1.2.0-beta1 (2015-09-08) ## * The assembly now has a strong name.