Skip to content

Commit

Permalink
Prepare for 2.1.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed May 10, 2016
1 parent b050c53 commit e531c58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion MaxMind.Db/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@

[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyInformationalVersion("2.0.0")]
[assembly: InternalsVisibleTo("MaxMind.Db.Test")]
2 changes: 1 addition & 1 deletion MaxMind.Db/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-*",
"version": "2.1.0-*",
"description": ".NET reader for the MaxMind DB file format",
"packOptions": {
"authors": [ "MaxMind, Inc." ],
Expand Down
5 changes: 5 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Nodes #

## 2.1.0-beta1 (2016-05-10) ##

* .NET Core support. Switched to `dotnet/cli` for building. Pull request by
Adeel Mujahid. GitHub #26 & #27.

## 2.0.0 (2016-04-15) ##

* No changes since 2.0.0-beta3.
Expand Down

0 comments on commit e531c58

Please sign in to comment.