Skip to content

Commit a08eea7

Browse files
authored
Update the readme now that the project has moved into the FA org
1 parent 31142f7 commit a08eea7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Project Description
1+
# Fluent Assertions for ASP.NET Core MVC
22
[![Build status](https://ci.appveyor.com/api/projects/status/rt5vutjvy2no75cv?svg=true)](https://ci.appveyor.com/project/kevinkuszyk/fluentassertions-aspnetcore-mvc)
33

4-
Fluent Assertions for MVC Core is a set of MVC Core focused assertions and helper extensions to the excellent [Fluent Assertions][fa-home] library.
4+
This repro contains the Fluent Assertions extensions for ASP.NET Core MVC. It is maintained by [@kevinkuszyk](https://github.com/kevinkuszyk).
55

66
## Installation
77

8-
Add the NuGet package which matches the version of MVC you are using to your test project.
8+
Add the NuGet package to your test project.
99

1010
Add the [Fluent Assertions for MVC Core][nuget-mvc-core] NuGet package to your unit test project:
1111

1212
````
13-
PM> FluentAssertions.AspNetCore.Mvc -Pre
13+
PM> FluentAssertions.AspNetCore.Mvc
1414
````
1515

1616
## Getting Started
@@ -33,6 +33,9 @@ public void Index_Action_Returns_View()
3333

3434
````
3535

36-
[fa-home]: https://github.com/dennisdoomen/FluentAssertions
36+
## Building
37+
38+
Simply clone this repro and build the `FluentAssertions.AspNetCore.Mvc.sln` solution.
39+
3740
[fa-frameworks]: https://github.com/dennisdoomen/fluentassertions/wiki/Documentation#supported-test-frameworks
3841
[nuget-mvc-core]: https://www.nuget.org/packages/FluentAssertions.AspNetCore.Mvc

0 commit comments

Comments
 (0)