mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
Preparing for dmvcframework-3.4.2-magnesium-rc1
This commit is contained in:
parent
9b414b8665
commit
fe5f7d4a72
@ -3,7 +3,7 @@
|
|||||||
![](https://img.shields.io/badge/stable-dmvcframework--3.4.1--sodium-blue)
|
![](https://img.shields.io/badge/stable-dmvcframework--3.4.1--sodium-blue)
|
||||||
![](https://img.shields.io/badge/beta-dmvcframework--3.4.2--magnesium--beta-red)
|
![](https://img.shields.io/badge/beta-dmvcframework--3.4.2--magnesium--beta-red)
|
||||||
|
|
||||||
## 📍 [Help DMVCFramework, Click Here to become a Supporter!](https://www.patreon.com/bePatron?u=72182967)
|
## 📍 [Help DMVCFramework and your business! Click Here to access premium contents!](https://www.patreon.com/bePatron?u=72182967)
|
||||||
|
|
||||||
## 💻 Code Contributors
|
## 💻 Code Contributors
|
||||||
|
|
||||||
@ -64,9 +64,9 @@
|
|||||||
|
|
||||||
## What's DelphiMVCFramework
|
## What's DelphiMVCFramework
|
||||||
|
|
||||||
DMVCFramework is a very popular Delphi framework which provides an easy to use, scalable, flexible [RESTful](https://en.wikipedia.org/wiki/Representational_state_transfer), [JSON-RPC](https://en.wikipedia.org/wiki/JSON-RPC) and [ActiveRecord](https://www.martinfowler.com/eaaCatalog/activeRecord.html) framework for Delphi developers. DMVCFramework is the **most popular** Delphi project on GitHub and compiles for Windows (32 and 64bit) and Linux (64bit). DMVCFramework services can be compiled as console application, Windows Service, Linux daemon, Apache module (Windows and Linux) and IIS ISAPI (Windows).
|
DMVCFramework is the most popular Open Source Delphi framework on Github which provides an easy to use, scalable, flexible [RESTful](https://en.wikipedia.org/wiki/Representational_state_transfer), [JSON-RPC](https://en.wikipedia.org/wiki/JSON-RPC) and [ActiveRecord](https://www.martinfowler.com/eaaCatalog/activeRecord.html) framework for Delphi developers. DMVCFramework is the **most popular** Delphi project on GitHub and compiles for Windows (32 and 64bit) and Linux (64bit). DMVCFramework services can be compiled as console application, Windows Service, Linux daemon, Apache module (Windows and Linux) and IIS ISAPI (Windows).
|
||||||
|
|
||||||
DMVCFramework works with Delphi 11 Alexandria, Delphi 10.4 Sydney, Delphi 10.3 Rio, Delphi 10.2 Tokyo, Delphi 10.1 Berlin, Delphi 10 Seattle.
|
DMVCFramework works with Delphi 12 Athens, Delphi 11 Alexandria, Delphi 10.4 Sydney, Delphi 10.3 Rio, Delphi 10.2 Tokyo, Delphi 10.1 Berlin and Delphi 10 Seattle.
|
||||||
|
|
||||||
## Support DMVCFramework
|
## Support DMVCFramework
|
||||||
|
|
||||||
|
@ -1053,6 +1053,7 @@
|
|||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform value="Android">False</Platform>
|
<Platform value="Android">False</Platform>
|
||||||
<Platform value="Android64">False</Platform>
|
<Platform value="Android64">False</Platform>
|
||||||
|
<Platform value="Linux64">False</Platform>
|
||||||
<Platform value="Win32">True</Platform>
|
<Platform value="Win32">True</Platform>
|
||||||
<Platform value="Win64">False</Platform>
|
<Platform value="Win64">False</Platform>
|
||||||
<Platform value="Win64x">False</Platform>
|
<Platform value="Win64x">False</Platform>
|
||||||
|
@ -1060,6 +1060,7 @@
|
|||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform value="Android">False</Platform>
|
<Platform value="Android">False</Platform>
|
||||||
<Platform value="Android64">False</Platform>
|
<Platform value="Android64">False</Platform>
|
||||||
|
<Platform value="Linux64">False</Platform>
|
||||||
<Platform value="Win32">True</Platform>
|
<Platform value="Win32">True</Platform>
|
||||||
<Platform value="Win64">False</Platform>
|
<Platform value="Win64">False</Platform>
|
||||||
<Platform value="Win64x">False</Platform>
|
<Platform value="Win64x">False</Platform>
|
||||||
|
@ -1092,6 +1092,7 @@
|
|||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform value="Android">False</Platform>
|
<Platform value="Android">False</Platform>
|
||||||
<Platform value="Android64">False</Platform>
|
<Platform value="Android64">False</Platform>
|
||||||
|
<Platform value="Linux64">False</Platform>
|
||||||
<Platform value="Win32">True</Platform>
|
<Platform value="Win32">True</Platform>
|
||||||
<Platform value="Win64">False</Platform>
|
<Platform value="Win64">False</Platform>
|
||||||
<Platform value="Win64x">False</Platform>
|
<Platform value="Win64x">False</Platform>
|
||||||
|
@ -1133,6 +1133,7 @@
|
|||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform value="Android">False</Platform>
|
<Platform value="Android">False</Platform>
|
||||||
<Platform value="Android64">False</Platform>
|
<Platform value="Android64">False</Platform>
|
||||||
|
<Platform value="Linux64">False</Platform>
|
||||||
<Platform value="Win32">True</Platform>
|
<Platform value="Win32">True</Platform>
|
||||||
<Platform value="Win64">False</Platform>
|
<Platform value="Win64">False</Platform>
|
||||||
<Platform value="Win64x">False</Platform>
|
<Platform value="Win64x">False</Platform>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
const
|
const
|
||||||
DMVCFRAMEWORK_VERSION = '3.4.2-magnesium-beta';
|
DMVCFRAMEWORK_VERSION = '3.4.2-magnesium-rc1';
|
2
tasks.py
2
tasks.py
@ -156,7 +156,7 @@ def copy_sources():
|
|||||||
"dmvcframeworkDT.dpk",
|
"dmvcframeworkDT.dpk",
|
||||||
]
|
]
|
||||||
|
|
||||||
folders = ["d100", "d101", "d102", "d103", "d104", "d110", "d113"]
|
folders = ["d100", "d101", "d102", "d103", "d104", "d110", "d113", "d120"]
|
||||||
|
|
||||||
for folder in folders:
|
for folder in folders:
|
||||||
print(f"Copying DMVCFramework Delphi {folder} packages...")
|
print(f"Copying DMVCFramework Delphi {folder} packages...")
|
||||||
|
Loading…
Reference in New Issue
Block a user