Skip to content

Commit 153bfc9

Browse files
authored
Updated README.md
1 parent 7149796 commit 153bfc9

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
## Gold Sponsors
4+
5+
<table>
6+
<tbody>
7+
<tr>
8+
<td align="center" valign="middle">
9+
<a href="https://softuni.org/" target="_blank">
10+
<img width="148px" src="https://softuni.org/platform/assets/icons/logo.svg">
11+
</a>
12+
</td>
13+
</tr>
14+
</tbody>
15+
</table>
16+
317
## Project Description
418

519
**MyTested.AspNetCore.Mvc** is a strongly-typed unit testing library providing an easy fluent interface to test the [ASP.NET Core MVC](https://github.com/aspnet/AspNetCore) framework. 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.).
@@ -29,14 +43,32 @@ Take a look around and...
2943

3044
👀 ...if you find it useful, make sure you **subscribe** for future releases by clicking the **"Watch"** button and choosing **"Releases only"**!
3145

32-
✔ ...if you want to **support** the project, go to [https://MyTestedASP.NET](https://MyTestedASP.NET) and consider purchasing a premium [license](#license)!
46+
✔ ...if you want to **support** the project, **[become a sponsor/backer](#sponsors--backers)** or go to [https://MyTestedASP.NET](https://MyTestedASP.NET), and consider **purchasing a premium [license](#license)**!
3347

3448
#### Featured in
3549

3650
- [The official ASP.NET Core MVC repository](https://github.com/aspnet/AspNetCore/tree/master/src/Mvc#aspnet-core-mvc)
3751
- [NuGet Package of the week in "The week in .NET – 6/28/2016"](https://devblogs.microsoft.com/dotnet/the-week-in-net-6282016/)
3852
- [Awesome .NET Core](https://github.com/thangchung/awesome-dotnet-core#testing)
3953

54+
## Sponsors &amp; Backers
55+
56+
**MyTested.AspNetCore.Mvc** is a community-driven open source library. It's an independent project with its ongoing development made possible thanks to the support by these awesome [backers](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc/blob/development/BACKERS.md). If you'd like to join them, please consider:
57+
58+
- [Become a backer or sponsor on Patreon](https://www.patreon.com/ivaylokenov)
59+
- [Become a backer or sponsor on OpenCollective](https://opencollective.com/mytestedaspnet)
60+
- [One-time donation via PayPal](http://paypal.me/ivaylokenov)
61+
- [One-time donation via Buy Me A Coffee](http://buymeacoff.ee/ivaylokenov)
62+
- One-time donation via cryptocurrencies:
63+
- BTC (Bitcoin) - 3P49XMiGXxqR2Dq1HdqHpkCa6UD848rpBU
64+
- BCH (Bitcoin Cash) - qqgyjlvmuydf6gtfhfdypyw2u8utmc3uqg4nwma3y4
65+
- ETC (Ethereum) - 0x2bc55e4b1B9b296B751738631CD24b2f701E588F
66+
- LTC (Litecoin) - MQ1GJum1QuqAuUsc6LarE3Z6TQQJ3rJwsA
67+
68+
#### What's the difference between Patreon and OpenCollective?
69+
70+
Funds donated via both platforms are used for development and marketing purposes. Funds donated via OpenCollective are managed with transparent expenses. Your name/logo will receive proper recognition and exposure by donating on either platform.
71+
4072
## Quick Start
4173

4274
To add **MyTested.AspNetCore.Mvc** to your solution, you must follow these simple steps:

0 commit comments

Comments
 (0)