Skip to content

Commit

Permalink
Updated to ExtCore 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Sikorsky committed Mar 3, 2018
1 parent bc145b9 commit 7cf26f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Docs for ExtCore 3.1.0
# Docs for ExtCore 3.2.0
24 changes: 12 additions & 12 deletions getting_started/samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

Please take a look at our samples on GitHub:

* `Full-featured ExtCore 3.1.0 framework sample web application <https://github.com/ExtCore/ExtCore-Sample>`_;
* `ExtCore framework 3.1.0 sample simplest web application <https://github.com/ExtCore/ExtCore-Sample-Simplest>`_;
* `ExtCore framework 3.1.0 sample MVC web application <https://github.com/ExtCore/ExtCore-Sample-Mvc>`_;
* `ExtCore framework 3.1.0 sample web application that uses a database <https://github.com/ExtCore/ExtCore-Sample-Data>`_;
* `ExtCore framework 3.1.0 sample web application that uses a Identity <https://github.com/ExtCore/ExtCore-Sample-Identity>`_;
* `ExtCore framework 3.1.0 sample web application with modular UI <https://github.com/ExtCore/ExtCore-Sample-Modular-Ui>`_;
* `ExtCore framework 3.1.0 advanced sample web application with modular UI <https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv>`_;
* `ExtCore framework 3.1.0 advanced sample accounting web application <https://github.com/ExtCore/ExtCore-Sample-Accounting>`_;
* `ExtCore framework 3.1.0 sample web application that registers a service inside the extension <https://github.com/ExtCore/ExtCore-Sample-Service>`_;
* `ExtCore framework 3.1.0 sample web application that uses the events <https://github.com/ExtCore/ExtCore-Sample-Events>`_;
* `ExtCore framework 3.1.0 sample API web application <https://github.com/ExtCore/ExtCore-Sample-Api>`_.
* `Full-featured ExtCore 3.2.0 framework sample web application <https://github.com/ExtCore/ExtCore-Sample>`_;
* `ExtCore framework 3.2.0 sample simplest web application <https://github.com/ExtCore/ExtCore-Sample-Simplest>`_;
* `ExtCore framework 3.2.0 sample MVC web application <https://github.com/ExtCore/ExtCore-Sample-Mvc>`_;
* `ExtCore framework 3.2.0 sample web application that uses a database <https://github.com/ExtCore/ExtCore-Sample-Data>`_;
* `ExtCore framework 3.2.0 sample web application that uses a Identity <https://github.com/ExtCore/ExtCore-Sample-Identity>`_;
* `ExtCore framework 3.2.0 sample web application with modular UI <https://github.com/ExtCore/ExtCore-Sample-Modular-Ui>`_;
* `ExtCore framework 3.2.0 advanced sample web application with modular UI <https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv>`_;
* `ExtCore framework 3.2.0 advanced sample accounting web application <https://github.com/ExtCore/ExtCore-Sample-Accounting>`_;
* `ExtCore framework 3.2.0 sample web application that registers a service inside the extension <https://github.com/ExtCore/ExtCore-Sample-Service>`_;
* `ExtCore framework 3.2.0 sample web application that uses the events <https://github.com/ExtCore/ExtCore-Sample-Events>`_;
* `ExtCore framework 3.2.0 sample API web application <https://github.com/ExtCore/ExtCore-Sample-Api>`_.

You can also download our `ready to use full-featured sample <http://extcore.net/files/ExtCore-Sample-3.1.0.zip>`_.
You can also download our `ready to use full-featured sample <http://extcore.net/files/ExtCore-Sample-3.2.0.zip>`_.
It contains everything you need to run ExtCore-based web application from Visual Studio 2017, including SQLite
database with the test data.

0 comments on commit 7cf26f0

Please sign in to comment.