Skip to content

Commit 7e7e13a

Browse files
committed
updated nuspec files with the latest license & project url
1 parent 9e2f5c3 commit 7e7e13a

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

NuGet/TestStack.BDDfy.Samples/TestStack.BDDfy.Samples.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<owners>Mehdi Khalili, Michael Whelan</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<description>Contains two small samples that showcase BDDfy's API and usage</description>
11-
<projectUrl>http://teststack.github.com/TestStack.BDDfy/</projectUrl>
11+
<projectUrl>https://github.com/TestStack/TestStack.BDDfy</projectUrl>
12+
<licenseUrl>https://github.com/TestStack/TestStack.BDDfy/blob/master/license.txt</licenseUrl>
1213
<dependencies>
1314
<dependency id="TestStack.BDDfy" version="$version$" />
1415
<dependency id="nunit" version="2.5" />

NuGet/TestStack.BDDfy/TestStack.BDDfy.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<owners>Mehdi Khalili, Michael Whelan</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<description>BDDfy is the simplest BDD framework to use and extend</description>
11-
<projectUrl>http://teststack.github.com/TestStack.BDDfy/</projectUrl>
11+
<projectUrl>https://github.com/TestStack/TestStack.BDDfy</projectUrl>
12+
<licenseUrl>https://github.com/TestStack/TestStack.BDDfy/blob/master/license.txt</licenseUrl>
1213
</metadata>
1314
</package>

TestStack.BDDfy.sln

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.20617.1 PREVIEW
5-
MinimumVisualStudioVersion = 10.0.40219.1
3+
# Visual Studio 2012
64
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8F515887-AAB5-4873-8BE9-5AB10685EBCB}"
75
ProjectSection(SolutionItems) = preProject
86
go.cmd = go.cmd
@@ -17,11 +15,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestStack.BDDfy", "TestStac
1715
NuGet\TestStack.BDDfy\TestStack.BDDfy.nuspec = NuGet\TestStack.BDDfy\TestStack.BDDfy.nuspec
1816
EndProjectSection
1917
EndProject
20-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{8B5264F7-5047-4DFF-B84B-D73865DB61A1}"
21-
EndProject
2218
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestStack.BDDfy.Samples", "TestStack.BDDfy.Samples", "{E8753E3B-8534-4C10-B83F-DEEC483B68B4}"
2319
ProjectSection(SolutionItems) = preProject
24-
NuGet\TestStack.BDDfy.Samples\TestStack.BDDfy.Samples.nuspec
20+
NuGet\TestStack.BDDfy.Samples\TestStack.BDDfy.Samples.nuspec = NuGet\TestStack.BDDfy.Samples\TestStack.BDDfy.Samples.nuspec
2521
EndProjectSection
2622
EndProject
2723
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestStack.BDDfy", "TestStack.BDDfy\TestStack.BDDfy.csproj", "{DA6BCB39-307C-4A8E-9A3A-27BB2DBC44A3}"
@@ -78,6 +74,5 @@ Global
7874
{AA269083-ED8A-406E-AB02-8F80B7B74A26} = {8F515887-AAB5-4873-8BE9-5AB10685EBCB}
7975
{302859D2-2B1B-44DC-8498-81E588921CBD} = {AA269083-ED8A-406E-AB02-8F80B7B74A26}
8076
{E8753E3B-8534-4C10-B83F-DEEC483B68B4} = {AA269083-ED8A-406E-AB02-8F80B7B74A26}
81-
{8B5264F7-5047-4DFF-B84B-D73865DB61A1} = {302859D2-2B1B-44DC-8498-81E588921CBD}
8277
EndGlobalSection
8378
EndGlobal

0 commit comments

Comments
 (0)