Skip to content

Commit edef8f8

Browse files
author
Dmitry Sikorsky
committed
Updated README
1 parent 83c4d00 commit edef8f8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ExtCore 4.1.0
1+
# ExtCore 5.0.0-alpha1
22

33
[![Join the chat at https://gitter.im/ExtCore/ExtCore](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ExtCore/ExtCore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

@@ -7,14 +7,14 @@
77
## Introduction
88

99
ExtCore is free, open source and cross-platform framework for creating modular and extendable web applications
10-
based on ASP.NET Core. It is built using the best and the most modern tools and languages (Visual Studio 2017, C#
10+
based on ASP.NET Core. It is built using the best and the most modern tools and languages (Visual Studio 2019, C#
1111
etc). Join our team!
1212

1313
ExtCore allows you to build your web applications from the different independent reusable modules or extensions.
1414
Each of these modules or extensions may consist of one or more ASP.NET Core projects and each of these projects
1515
may include everything you want as any other ASP.NET Core project. You don’t need to perform any additional
1616
actions to make it all work: any ASP.NET Core project can be used as an ExtCore-based web application extension
17-
by default. Controllers, view components, views (added as resources and/or precompiled), static content (added as
17+
by default. Controllers, view components, views (~~added as resources and/or~~ precompiled), static content (added as
1818
resources) are resolved automatically. These projects may be then added to the web application in two ways: as
1919
direct dependencies (as source code or NuGet packages) or by copying compiled DLLs to the Extensions folder.
2020
ExtCore supports both of these options out of the box and at the same time.
@@ -72,8 +72,8 @@ Currently it supports MySQL, PostgreSql, SQLite, and SQL Server, but it is very
7272
#### ExtCore.Mvc
7373

7474
By default, ExtCore web applications are not MVC ones. MVC support is provided for them by ExtCore.Mvc extension.
75-
This extension initializes MVC, makes it possible to use controllers, view components, views (added as resources
76-
and/or precompiled), static content (added as resources) from other extensions etc.
75+
This extension initializes MVC, makes it possible to use controllers, view components, views (~~added as resources
76+
and/or~~ precompiled), static content (added as resources) from other extensions etc.
7777

7878
#### ExtCore.Events
7979

@@ -95,7 +95,7 @@ in order to execute some code inside the ConfigureServices and Configure methods
9595

9696
Please take a look at our samples on GitHub:
9797

98-
* [Full-featured ExtCore 4.0.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
98+
* [Full-featured ExtCore 5.0.0-alpha1 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
9999
* [ExtCore framework 4.0.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
100100
* [ExtCore framework 4.0.0 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
101101
* [ExtCore framework 4.0.0 sample web application that uses file storage](https://github.com/ExtCore/ExtCore-Sample-FileStorage);
@@ -108,8 +108,8 @@ Please take a look at our samples on GitHub:
108108
* [ExtCore framework 4.0.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
109109
* [ExtCore framework 4.0.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
110110

111-
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-4.0.0.zip).
112-
It contains everything you need to run ExtCore-based web application from Visual Studio 2017, including SQLite
111+
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-5.0.0-alpha1.zip).
112+
It contains everything you need to run ExtCore-based web application from Visual Studio 2019, including SQLite
113113
database with the test data.
114114

115115
### Tutorials

0 commit comments

Comments
 (0)