Skip to content

Commit 964d474

Browse files
committed
Added Windsor as dependency
And renamed the package to remove NUnit from name
1 parent ea45295 commit 964d474

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

ConventionTests/ConventionTests.NUnit.nuspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
<owners>Krzysztof Kozmic</owners>
77
<dependencies>
88
<dependency id="ApprovalTests" version="1.9" />
9+
<dependency id="Castle.Windsor" />
910
<dependency id="NUnit" version="2.5.10" />
1011
</dependencies>
11-
<id>ConventionTests.NUnit</id>
12-
<title>ConventionTests for NUnit</title>
12+
<id>ConventionTests</id>
13+
<title>ConventionTests</title>
1314
<requireLicenseAcceptance>false</requireLicenseAcceptance>
14-
<description>My package description.</description>
15+
<description>Simple convention-tester</description>
1516
<summary>Simple code-only package offering some structure to tests validating conventions.</summary>
1617
</metadata>
1718
</package>

0 commit comments

Comments
 (0)