Skip to content

Commit d0047ff

Browse files
committed
Updated readme
1 parent bc0a2eb commit d0047ff

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,15 @@ Installation
1818

1919
You can install this library using NuGet into your Test Library; it will automatically reference System.Web and System.Web.Mvc (via NuGet packages, sorry it also installs a heap of other dependencies - it would be cool if Microsoft provided a package with just the MVC dll!) for you.
2020

21-
If you are using ASP.NET MVC 4 then:
21+
If you are using ASP.NET MVC 5 (.NET 4.5+) then:
2222

2323
Install-Package TestStack.FluentMVCTesting
2424

25-
If you are using ASP.NET MVC 3 then:
25+
If you are using ASP.NET MVC 4 (.NET 4.0+) then:
26+
27+
Install-Package TestStack.FluentMVCTesting.Mvc4
28+
29+
If you are using ASP.NET MVC 3 (.NET 4.0+) then:
2630

2731
Install-Package TestStack.FluentMVCTesting.Mvc3
2832

TestStack.FluentMvcTesting/readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FluentMVCTesting
22
==============
33

4+
The main FluentMVCTesting NuGet package has been updated to support .NET 4.5 and MVC5. If you need .NET 4.0 / MVC4 support then use the new FluentMVCTesting.Mvc4 NuGet package.
5+
46
* For the project homepage including the current README, see https://github.com/TestStack/TestStack.FluentMVCTesting
57
* To check for potential breaking changes in this release, see https://github.com/TestStack/TestStack.FluentMVCTesting/blob/master/BREAKING_CHANGES.md
68
* If you need to raise an issue or check for an existing issue, see https://github.com/TestStack/TestStack.FluentMVCTesting/issues

0 commit comments

Comments
 (0)