Skip to content

Commit 62a6fcf

Browse files
author
Dmitry Sikorsky
committed
Updated README
1 parent 6e61cd2 commit 62a6fcf

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ExtCore 1.2.0-beta1
1+
# ExtCore 1.2.0-beta2
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,7 +7,7 @@
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 2015, C#
10+
based on ASP.NET Core. It is built using the best and the most modern tools and languages (Visual Studio 2017, C#
1111
etc). Join our team!
1212

1313
ExtCore allows you to build your web applications from the different independent reusable modules or extensions.
@@ -90,14 +90,16 @@ All you need to do to have modular and extendable web application is:
9090
Please take a look at our samples on GitHub:
9191

9292
* [Full-featured ExtCore 1.1.3 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
93-
* [ExtCore Framework 1.1.3 Sample Simplest Web Application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
94-
* [ExtCore Framework 1.1.3 Sample MVC Web Application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
95-
* [ExtCore Framework 1.1.3 Sample Web Application That Uses a Database](https://github.com/ExtCore/ExtCore-Sample-Data);
96-
* [ExtCore Framework 1.1.3 Sample Web Application with Modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
97-
* [ExtCore Framework 1.1.3 Sample Web Application That Registers a Service Inside the Extension](https://github.com/ExtCore/ExtCore-Sample-Service).
98-
99-
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-1.1.1.zip).
100-
It contains everything you need to run ExtCore-based web application from Visual Studio 2015, including SQLite
93+
* [ExtCore framework 1.1.3 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
94+
* [ExtCore framework 1.1.3 sample MVC web application](https://github.com/ExtCore/ExtCore-Sample-Mvc);
95+
* [ExtCore framework 1.1.3 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
96+
* [ExtCore framework 1.1.3 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
97+
* [ExtCore framework 1.1.3 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
98+
* [ExtCore framework 1.2.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Service);
99+
* [ExtCore framework 1.1.3 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
100+
101+
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-1.1.3.zip).
102+
It contains everything you need to run ExtCore-based web application from Visual Studio 2017, including SQLite
101103
database with the test data.
102104

103105
### Tutorials

0 commit comments

Comments
 (0)