Skip to content

Commit

Permalink
Fix invalid urls in nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
c.esneault committed Mar 16, 2018
1 parent fbb8a64 commit 36c5a33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions LevelDB.Standard.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<title>Level DB for .Net Standard</title>
<authors>oodrive</authors>
<owners>oodrive</owners>
<licenseUrl>https://oodrive.com</licenseUrl>
<projectUrl>https://github.com/oodrive/leveldb</projectUrl>
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/oodrive/leveldb.net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Cross platform LevelDB package for .Net Standard</description>
<copyright>Copyright 2017</copyright>
<copyright>Copyright 2018</copyright>
<tags>LevelDB</tags>
<repository type="git" url="https://github.com/oodrive/leveldb" />
<repository type="git" url="https://github.com/oodrive/leveldb.net" />
<dependencies>
<group targetFramework=".NETFramework4" />
<group targetFramework=".NETFramework4.5.2" />
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ private int LexicographicalCompare<T>(IEnumerable<T> xs, IEnumerable<T> ys)

----------

**Copyright 2012 Microsoft Corporation**

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Expand Down

0 comments on commit 36c5a33

Please sign in to comment.