Skip to content

Commit aa0a4c8

Browse files
committed
Merge pull request #31 from ByteBlast/master
Fixing incorrect nuspec paths
2 parents 206c5d9 + 645616f commit aa0a4c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TestStack.FluentMVCTesting.Mvc3/TestStack.FluentMVCTesting.Mvc3.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
https://github.com/TestStack/TestStack.FluentMVCTesting
1919
</projectUrl>
2020
<licenseUrl>
21-
https://github.com/TestStack/TestStack.FluentMVCTesting/blob/master/LICENSE
21+
https://github.com/TestStack/TestStack.FluentMVCTesting/blob/master/LICENSE.txt
2222
</licenseUrl>
2323
<iconUrl>
2424
https://raw.github.com/TestStack/TestStack.FluentMVCTesting/master/logo.png

TestStack.FluentMvcTesting/TestStack.FluentMVCTesting.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
https://github.com/TestStack/TestStack.FluentMVCTesting
1919
</projectUrl>
2020
<licenseUrl>
21-
https://github.com/TestStack/TestStack.FluentMVCTesting/blob/master/LICENSE
21+
https://github.com/TestStack/TestStack.FluentMVCTesting/blob/master/LICENSE.txt
2222
</licenseUrl>
2323
<iconUrl>
2424
https://raw.github.com/TestStack/TestStack.FluentMVCTesting/master/logo.png

0 commit comments

Comments
 (0)