Skip to content

Commit

Permalink
Sign assembly again
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed May 12, 2016
1 parent 2a16734 commit f6b680b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
3 changes: 2 additions & 1 deletion MaxMind.Db.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"test": "MaxMind.Db.Test"
},
"buildOptions": {
"emitEntryPoint": true
"emitEntryPoint": true,
"keyFile": "../MaxMind.snk"
},
"dependencies": {
"MaxMind.Db": "2.1.0-*",
Expand Down
7 changes: 6 additions & 1 deletion MaxMind.Db/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@

[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: InternalsVisibleTo("MaxMind.Db.Test")]
[assembly: InternalsVisibleTo("MaxMind.Db.Test,PublicKey=" +
"0024000004800000940000000602000000240000525341310004000001000100e30b6e4a9425b1" +
"617ffc8bdf79801e67a371f9f650db860dc0dfff92cb63258765a0955c6fcde1da78dbaf5bf84d" +
"0230946435957d2e52dc0d15673e372248dbff3bc8e6c75a632072e52cb0444850dddff5cc2be8" +
"f3e1f8954d7ede7675675a071672d9e97d3153d96b40fd30234be33eeb7fd1a4a78d6342967700" +
"56a2b1e5")]
7 changes: 5 additions & 2 deletions MaxMind.Db/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
"version": "2.1.0-*",
"description": ".NET reader for the MaxMind DB file format",
"packOptions": {
"authors": [ "MaxMind, Inc." ],
"tags": [ "" ],
"authors": ["MaxMind, Inc."],
"tags": [""],
"projectUrl": "https://github.com/maxmind/MaxMind-DB-Reader-dotnet",
"licenseUrl": "https://github.com/maxmind/MaxMind-DB-Reader-dotnet/blob/v2.0.0/LICENSE",
"copyright": "Copyright © 2013-2016"
},
"buildOptions": {
"keyFile": "../MaxMind.snk",
},
"frameworks": {
"net45": {
"frameworkAssemblies": {
Expand Down
4 changes: 4 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Nodes #

## 2.1.0-beta3 (2016-05-12) ##

* The assemblies are now signed again.

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

* Remove unnecessary Newtonsoft.Json dependency.
Expand Down

0 comments on commit f6b680b

Please sign in to comment.