Skip to content

Commit 0455340

Browse files
author
Jake Ginnivan
committed
Updated nuspecs to use new release structure
1 parent 12a5c62 commit 0455340

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

TestStack.ConventionTests.Autofac/TestStack.ConventionTests.Autofac.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<summary>A selection of pre-packaged conventions to validate autofac</summary>
1313
<projectUrl>https://github.com/TestStack/ConventionTests</projectUrl>
1414
<licenseUrl>https://github.com/TestStack/ConventionTests/blob/master/license.txt</licenseUrl>
15+
<releaseNotes>https://github.com/TestStack/ConventionTests/releases</releaseNotes>
1516
<dependencies>
1617
<dependency id="TestStack.ConventionTests" />
1718
<dependency id="Autofac" />

TestStack.ConventionTests/TestStack.ConventionTests.nuspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
<summary>Simple library offering a simple way to test conventions.</summary>
1313
<projectUrl>https://github.com/TestStack/ConventionTests</projectUrl>
1414
<licenseUrl>https://github.com/TestStack/ConventionTests/blob/master/license.txt</licenseUrl>
15-
<releaseNotes>v2 Release Highlights
16-
- Can be used with any unit testing framework
17-
- Outputs html convention report with your project conventions (living doco)
18-
- Pre-packaged conventions</releaseNotes>
15+
<releaseNotes>https://github.com/TestStack/ConventionTests/releases</releaseNotes>
1916
<dependencies>
2017
<dependency id="Mono.Cecil" />
2118
<dependency id="ApprovalTests" />

0 commit comments

Comments
 (0)