Skip to content

Commit 593bfed

Browse files
authored
Merge pull request #239 from ivaylokenov/small-fixes
Small fixes
2 parents 73d8fe6 + 6b43122 commit 593bfed

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@ MyMvc
242242

243243
Code by Ivaylo Kenov. Copyright 2015-2016 Ivaylo Kenov ([http://mytestedasp.net](http://mytestedasp.net))
244244

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).
245+
MyTested.AspNetCore.Mvc.Lite (the **FREE** and **UNLIMITED** version of the testing library) is dual-licensed under either the Apache License, Version 2.0, or the Microsoft Public License (Ms-PL).
246246

247-
MyTested.AspNetCore.Mvc source code is available under GNU Affero General Public License/FOSS License Exception.
247+
The source code of MyTested.AspNetCore.Mvc and its extensions (the full version of the testing library) is available under GNU Affero General Public License/FOSS License Exception.
248248

249-
Without a license code the library allows up to 100 assertions (around 25 test cases) per test project.
249+
Without a license code the full version of the library allows up to 100 assertions (around 25 test cases) per test project.
250250

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.
251+
**Full-featured license codes 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.
252252

253253
Commercial licensing with private support is also available at [https://mytestedasp.net/Core/Mvc#pricing](https://mytestedasp.net/Core/Mvc#pricing).
254254

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.mytestedasp.net

src/MyTested.AspNetCore.Mvc.Helpers/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "MyTested.AspNetCore.Mvc.EntityFrameworkCore",
2+
"title": "MyTested.AspNetCore.Mvc.Helpers",
33
"description": "My Tested ASP.NET Core MVC helper components.",
44
"version": "1.0.0",
55
"authors": [ "Ivaylo Kenov" ],

src/MyTested.AspNetCore.Mvc.Models/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "MyTested.AspNetCore.Mvc.DataAnnotations",
2+
"title": "MyTested.AspNetCore.Mvc.Models",
33
"description": "My Tested ASP.NET Core MVC model components.",
44
"version": "1.0.0",
55
"authors": [ "Ivaylo Kenov" ],

src/MyTested.AspNetCore.Mvc.ViewComponents/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "MyTested.AspNetCore.Mvc.Session",
2+
"title": "MyTested.AspNetCore.Mvc.ViewComponents",
33
"description": "My Tested ASP.NET Core MVC view components assertion methods.",
44
"version": "1.0.0",
55
"authors": [ "Ivaylo Kenov" ],

0 commit comments

Comments
 (0)