Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<summary>A selection of pre-packaged conventions to validate autofac</summary>
<projectUrl>https://github.com/TestStack/ConventionTests</projectUrl>
<licenseUrl>https://github.com/TestStack/ConventionTests/blob/master/license.txt</licenseUrl>
<releaseNotes>https://github.com/TestStack/ConventionTests/releases</releaseNotes>
<dependencies>
<dependency id="TestStack.ConventionTests" />
<dependency id="Autofac" />
Expand Down
5 changes: 1 addition & 4 deletions TestStack.ConventionTests/TestStack.ConventionTests.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
<summary>Simple library offering a simple way to test conventions.</summary>
<projectUrl>https://github.com/TestStack/ConventionTests</projectUrl>
<licenseUrl>https://github.com/TestStack/ConventionTests/blob/master/license.txt</licenseUrl>
<releaseNotes>v2 Release Highlights
- Can be used with any unit testing framework
- Outputs html convention report with your project conventions (living doco)
- Pre-packaged conventions</releaseNotes>
<releaseNotes>https://github.com/TestStack/ConventionTests/releases</releaseNotes>
<dependencies>
<dependency id="Mono.Cecil" />
<dependency id="ApprovalTests" />
Expand Down