Skip to content

Commit 639c7e6

Browse files
author
Dmitry Sikorsky
committed
Updated README
1 parent f5d4527 commit 639c7e6

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,31 @@
66

77
[ExtCore](https://github.com/ExtCore/ExtCore) is free, open source and cross-platform framework for creating
88
modular and extendable web applications based on ASP.NET Core. It is built using the best and the most modern
9-
tools and languages (Visual Studio 2015, C# etc). Join our team!
9+
tools and languages (Visual Studio 2017, C# etc). Join our team!
1010

1111
This is the ExtCore framework sample MVC web application.
1212

1313
## Getting Started
1414

1515
* rebuild the solution;
16-
* copy extensions DLL files into the Extensions folder of the main web application (this folder doesn’t exist by default,
16+
* copy the extensions DLL files into the Extensions folder of the main web application (this folder doesn’t exist by default,
1717
so you need to create it in the web application root or specify another location in the config.json file; also you may just
18-
add direct dependencies to the extensions in the project.json file of the main web application, but it is not so interesting);
18+
add direct dependencies to the main web application project instead, but it is not so interesting);
1919
* run the main web application.
2020

2121
## More Information
2222

2323
### Other Samples
2424

25-
* [Full-featured ExtCore 1.1.3 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
26-
* [ExtCore Framework 1.1.3 Sample Simplest Web Application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
27-
* [ExtCore Framework 1.1.3 Sample Web Application That Uses a Database](https://github.com/ExtCore/ExtCore-Sample-Data);
28-
* [ExtCore Framework 1.1.3 Sample Web Application with Modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
29-
* [ExtCore Framework 1.1.3 Sample Web Application That Registers a Service Inside the Extension](https://github.com/ExtCore/ExtCore-Sample-Service).
25+
* [ExtCore framework 1.1.3 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
26+
* [ExtCore framework 1.1.3 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
27+
* [ExtCore framework 1.1.3 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
28+
* [ExtCore framework 1.1.3 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
29+
* [ExtCore framework 1.2.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Service);
30+
* [ExtCore framework 1.1.3 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
3031

3132
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-1.1.3.zip).
32-
It contains everything you need to run ExtCore-based web application from Visual Studio 2015, including SQLite
33+
It contains everything you need to run ExtCore-based web application from Visual Studio 2017, including SQLite
3334
database with the test data.
3435

3536
### Tutorials
@@ -49,3 +50,5 @@ Sources on GitHub: https://github.com/ExtCore/ExtCore
4950
Website: http://extcore.net/
5051

5152
Docs: http://docs.extcore.net/
53+
54+
Author: http://sikorsky.pro/

0 commit comments

Comments
 (0)