Skip to content

Commit

Permalink
Prepare for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Sep 23, 2015
1 parent 32e879c commit 07966de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MaxMind.Db/MaxMind.Db.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/maxmind/MaxMind-DB-Reader-dotnet</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>Copyright 2014</copyright>
<copyright>Copyright 2015</copyright>
<tags>MaxMind GeoIP2 GeoIP IP database geolocation</tags>
</metadata>
</package>
4 changes: 2 additions & 2 deletions MaxMind.Db/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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" +
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 07966de

Please sign in to comment.