You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ExtCore Framework 3.2.0 Sample MVC Web Application
1
+
# ExtCore Framework 3.3.0 Sample MVC Web Application
2
2
3
3
[](https://gitter.im/ExtCore/ExtCore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
@@ -22,18 +22,18 @@ add direct dependencies to the main web application project instead, but it is n
22
22
23
23
### Other Samples
24
24
25
-
*[Full-featured ExtCore 3.2.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
26
-
*[ExtCore framework 3.2.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
27
-
*[ExtCore framework 3.2.0 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
28
-
*[ExtCore framework 3.2.0 sample web application that uses Identity](https://github.com/ExtCore/ExtCore-Sample-Identity);
29
-
*[ExtCore framework 3.2.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
30
-
*[ExtCore framework 3.2.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
31
-
*[ExtCore framework 3.2.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
32
-
*[ExtCore framework 3.2.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
33
-
*[ExtCore framework 3.2.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
34
-
*[ExtCore framework 3.2.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
35
-
36
-
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-3.2.0.zip).
25
+
*[Full-featured ExtCore 3.3.0 framework sample web application](https://github.com/ExtCore/ExtCore-Sample);
26
+
*[ExtCore framework 3.3.0 sample simplest web application](https://github.com/ExtCore/ExtCore-Sample-Simplest);
27
+
*[ExtCore framework 3.3.0 sample web application that uses a database](https://github.com/ExtCore/ExtCore-Sample-Data);
28
+
*[ExtCore framework 3.3.0 sample web application that uses Identity](https://github.com/ExtCore/ExtCore-Sample-Identity);
29
+
*[ExtCore framework 3.3.0 sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui);
30
+
*[ExtCore framework 3.3.0 advanced sample web application with modular UI](https://github.com/ExtCore/ExtCore-Sample-Modular-Ui-Adv);
31
+
*[ExtCore framework 3.3.0 advanced sample accounting web application](https://github.com/ExtCore/ExtCore-Sample-Accounting);
32
+
*[ExtCore framework 3.3.0 sample web application that registers a service inside the extension](https://github.com/ExtCore/ExtCore-Sample-Service);
33
+
*[ExtCore framework 3.3.0 sample web application that uses the events](https://github.com/ExtCore/ExtCore-Sample-Events);
34
+
*[ExtCore framework 3.3.0 sample API web application](https://github.com/ExtCore/ExtCore-Sample-Api).
35
+
36
+
You can also download our [ready to use full-featured sample](http://extcore.net/files/ExtCore-Sample-3.3.0.zip).
37
37
It contains everything you need to run ExtCore-based web application from Visual Studio 2017, including SQLite
0 commit comments