Skip to content

Commit 2a9296a

Browse files
committed
project and license urls changed from codeplex to github
1 parent 4257b55 commit 2a9296a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TestingHelpers/TestingHelpers.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0"?>
2-
<package >
2+
<package>
33
<metadata>
44
<id>System.IO.Abstractions.TestingHelpers</id>
55
<version>$version$</version>
66
<authors>Tatham Oddie</authors>
77
<owners>Tatham Oddie</owners>
8-
<licenseUrl>http://systemioabstractions.codeplex.com/license</licenseUrl>
9-
<projectUrl>http://systemioabstractions.codeplex.com/</projectUrl>
8+
<licenseUrl>https://github.com/tathamoddie/System.IO.Abstractions/blob/master/License.txt</licenseUrl>
9+
<projectUrl>https://github.com/tathamoddie/System.IO.Abstractions</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Testing helpers for the System.IO.Abstractions package to save having to manually mock everything.</description>
1212
<tags>testing</tags>

0 commit comments

Comments
 (0)