Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit fb97e60

Browse files
committed
* Replaced some codeplex references with github
1 parent 179a607 commit fb97e60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MongoRepository.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<version>1.6.10</version>
77
<authors>tgeek, RobIII</authors>
88
<owners>tgeek</owners>
9-
<licenseUrl>http://mongorepository.codeplex.com/license</licenseUrl>
10-
<projectUrl>http://mongorepository.codeplex.com</projectUrl>
9+
<licenseUrl>https://raw.githubusercontent.com/RobThree/MongoRepository/master/LICENSE</licenseUrl>
10+
<projectUrl>https://github.com/RobThree/MongoRepository</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>This easy to use library implements the repository pattern on top of Official MongoDB C# driver.</description>
1313
<tags>mongo mongodb repository</tags>
14-
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=mongorepository&amp;DownloadId=334950&amp;Build=19692</iconUrl>
14+
<iconUrl>https://raw.githubusercontent.com/RobThree/MongoRepository/master/mongorepositorylogo.png</iconUrl>
1515
<releaseNotes>
1616
Documentation no longer installs in solution directory, from now on only a shortcut is created.
1717
</releaseNotes>

0 commit comments

Comments
 (0)