Skip to content

Commit bc9ca73

Browse files
committed
Included release notes in both nuspec files.
1 parent b242945 commit bc9ca73

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

TestStack.FluentMVCTesting.Mvc3/TestStack.FluentMVCTesting.Mvc3.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
<dependencies>
3333
<dependency id="Microsoft.AspNet.Mvc" version="3.0" />
3434
</dependencies>
35+
<releaseNotes>
36+
For breaking changes from previous versions see
37+
https://github.com/TestStack/TestStack.FluentMVCTesting/blob/master/BREAKING_CHANGES.md
38+
</releaseNotes>
3539
<frameworkAssemblies>
3640
<frameworkAssembly assemblyName="System.Web" targetFramework="net40" />
3741
</frameworkAssemblies>

TestStack.FluentMvcTesting/TestStack.FluentMVCTesting.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
<dependencies>
3333
<dependency id="Microsoft.AspNet.Mvc" version="4.0" />
3434
</dependencies>
35+
<releaseNotes>
36+
For breaking changes from previous versions see
37+
https://github.com/TestStack/TestStack.FluentMVCTesting/blob/master/BREAKING_CHANGES.md
38+
</releaseNotes>
3539
<frameworkAssemblies>
3640
<frameworkAssembly assemblyName="System.Web" targetFramework="net40" />
3741
</frameworkAssemblies>

0 commit comments

Comments
 (0)