Skip to content

Commit f1d0b2d

Browse files
committed
Merge pull request #42 from JakeGinnivan/UpdateNuSpecsWithReleaseLink
Updated nuspecs to use new release structure
2 parents 12a5c62 + 0455340 commit f1d0b2d

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)