You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<h1><imgsrc="https://raw.githubusercontent.com/ivaylokenov/MyTested.AspNetCore.Mvc/master/tools/logo.png"align="left"alt="MyTested.AspNetCore.Mvc"width="100"> MyTested.AspNetCore.Mvc - Fluent testing<br /> framework for ASP.NET Core MVC</h1>
2
2
====================================
3
3
4
-
MyTested.AspNetCore.Mvc is a unit testing library (currently in preview version) providing easy fluent interface to test the [ASP.NET Core MVC](https://github.com/aspnet/Mvc) framework. It is testing framework agnostic, so you can combine it with a test runner of your choice (e.g. xUnit, NUnit, etc.).
4
+
MyTested.AspNetCore.Mvc is a unit testing library providing easy fluent interface to test the [ASP.NET Core MVC](https://github.com/aspnet/Mvc) framework. It is testing framework agnostic, so you can combine it with a test runner of your choice (e.g. xUnit, NUnit, etc.).
@@ -11,7 +11,7 @@ It is strongly advised to start with the [tutorial](http://docs.mytestedasp.net/
11
11
12
12
## Installation
13
13
14
-
You can install this library using NuGet into your test project (or reference it directly in your `project.json` file). Currently `MyTested.AspNetCore.Mvc` works with ASP.NET Core MVC 1.0.0.
14
+
You can install this library using NuGet into your test project (or reference it directly in your `project.json` file). Currently MyTested.AspNetCore.Mvc works with ASP.NET Core MVC 1.0.1.
15
15
16
16
Install-Package MyTested.AspNetCore.Mvc.Universe
17
17
@@ -240,15 +240,19 @@ MyMvc
240
240
241
241
## License
242
242
243
-
Code by Ivaylo Kenov. Copyright 2015 Ivaylo Kenov ([http://mytestedasp.net](http://mytestedasp.net))
243
+
Code by Ivaylo Kenov. Copyright 2015-2016 Ivaylo Kenov ([http://mytestedasp.net](http://mytestedasp.net))
244
244
245
-
**Currently MyTested.AspNetCore.Mvc is in preview and it is not advised to use it in production environments. The testing framework is fully tested and working correctly but the fluent APIs may change in the final production-ready build.**
245
+
MyTested.AspNetCore.Mvc.Lite (the **FREE**and **UNLIMITED** version of the library) is dual-licensed under either the Apache License, Version 2.0, or the Microsoft Public License (Ms-PL).
246
246
247
-
MyTested.AspNetCore.Mvc source code is available under GNU Affero General Public License/FOSS License Exception. The free version of the library allows up to 500 assertions (around 100 test cases) per test project. Additionally, **full-featured licenses can be requested for free by individuals, open-source projects, startups and educational institutions**. Commercial licensing with private support will also be available with the final release.
247
+
MyTested.AspNetCore.Mvc source code is available under GNU Affero General Public License/FOSS License Exception.
248
248
249
-
See the [LICENSE](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc/blob/master/LICENSE) for detailed information.
249
+
Without a license code the library allows up to 100 assertions (around 25 test cases) per test project.
250
+
251
+
**Full-featured licenses can be requested for free by individuals, open-source projects, startups and educational institutions** . See [https://mytestedasp.net/Core/Mvc#free-usage-modal](https://mytestedasp.net/Core/Mvc#free-usage-modal) for more information.
250
252
251
-
If you want an early-bird license key for free, send a contact message through [http://mytestedasp.net](http://mytestedasp.net).
253
+
Commercial licensing with private support is also available at [https://mytestedasp.net/Core/Mvc#pricing](https://mytestedasp.net/Core/Mvc#pricing).
254
+
255
+
See the [LICENSE](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc/blob/master/LICENSE) for detailed information.
0 commit comments