Skip to content

Commit 69b0b6c

Browse files
authored
Updated README
1 parent 7dceb49 commit 69b0b6c

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
<h1><img src="https://raw.githubusercontent.com/ivaylokenov/MyTested.AspNetCore.Mvc/master/tools/logo.png" align="left" alt="MyTested.AspNetCore.Mvc" width="100">&nbsp; MyTested.AspNetCore.Mvc - Fluent Testing<br />&nbsp; Library for ASP.NET Core MVC</h1>
22

3-
## Special Sponsors
3+
## Diamond Sponsors
44

55
<table>
66
<tbody>
77
<tr>
88
<td align="center" valign="middle">
9-
<a href="http://bit.ly/bellatrixsolutions" target="_blank">
10-
<img width="323px" src="https://user-images.githubusercontent.com/3391906/68993273-d4f5c700-087e-11ea-9b39-e173733fcbfb.png" alt="The Ultimate Cross-Platform .NET Framework">
11-
</a>
12-
</td>
13-
<td align="center" valign="middle">
14-
<a href="https://www.jetbrains.com/?from=MyTestedASP.NET" target="_blank">
15-
<img width="323px" src="https://user-images.githubusercontent.com/3391906/72542498-ee21f080-388c-11ea-92ac-0b0153028933.png" alt="JetBrains">
16-
</a>
9+
<a href="http://bit.ly/3da6h7f" target="_blank">
10+
<img width="323px" src="https://user-images.githubusercontent.com/3391906/77253785-5b734880-6c65-11ea-92d5-71dcfc833fe0.png">
11+
</a>
1712
</td>
1813
</tr>
1914
</tbody>
@@ -48,6 +43,25 @@
4843
</tbody>
4944
</table>
5045

46+
## Special Sponsors
47+
48+
<table>
49+
<tbody>
50+
<tr>
51+
<td align="center" valign="middle">
52+
<a href="http://bit.ly/bellatrixsolutions" target="_blank">
53+
<img width="148px" src="https://user-images.githubusercontent.com/3391906/68993273-d4f5c700-087e-11ea-9b39-e173733fcbfb.png" alt="The Ultimate Cross-Platform .NET Framework">
54+
</a>
55+
</td>
56+
<td align="center" valign="middle">
57+
<a href="https://www.jetbrains.com/?from=MyTestedASP.NET" target="_blank">
58+
<img width="148px" src="https://user-images.githubusercontent.com/3391906/72542498-ee21f080-388c-11ea-92ac-0b0153028933.png" alt="JetBrains">
59+
</a>
60+
</td>
61+
</tr>
62+
</tbody>
63+
</table>
64+
5165
## Project Description
5266

5367
**MyTested.AspNetCore.Mvc** is a strongly-typed unit testing library providing an easy fluent interface to test the [ASP.NET Core](https://github.com/aspnet/AspNetCore) framework, perfectly suitable for both MVC and API scenarios. It is testing framework agnostic so that you can combine it with a test runner of your choice (e.g. [xUnit](https://github.com/xunit/xunit), [NUnit](https://github.com/nunit/nunit), etc.).

0 commit comments

Comments
 (0)