We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4257b55 + 2a9296a commit ba2c78fCopy full SHA for ba2c78f
1 file changed
TestingHelpers/TestingHelpers.nuspec
@@ -1,12 +1,12 @@
1
<?xml version="1.0"?>
2
-<package >
+<package>
3
<metadata>
4
<id>System.IO.Abstractions.TestingHelpers</id>
5
<version>$version$</version>
6
<authors>Tatham Oddie</authors>
7
<owners>Tatham Oddie</owners>
8
- <licenseUrl>http://systemioabstractions.codeplex.com/license</licenseUrl>
9
- <projectUrl>http://systemioabstractions.codeplex.com/</projectUrl>
+ <licenseUrl>https://github.com/tathamoddie/System.IO.Abstractions/blob/master/License.txt</licenseUrl>
+ <projectUrl>https://github.com/tathamoddie/System.IO.Abstractions</projectUrl>
10
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11
<description>Testing helpers for the System.IO.Abstractions package to save having to manually mock everything.</description>
12
<tags>testing</tags>
0 commit comments