Skip to content

Commit

Permalink
Preparing for dmvcframework-3.4.2-magnesium-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed May 2, 2024
1 parent 9b414b8 commit fe5f7d4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![](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)

## 📍 [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

Expand Down Expand Up @@ -64,9 +64,9 @@

## 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

Expand Down
1 change: 1 addition & 0 deletions lib/loggerpro/packages/d120/loggerproRT.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@
<Platforms>
<Platform value="Android">False</Platform>
<Platform value="Android64">False</Platform>
<Platform value="Linux64">False</Platform>
<Platform value="Win32">True</Platform>
<Platform value="Win64">False</Platform>
<Platform value="Win64x">False</Platform>
Expand Down
1 change: 1 addition & 0 deletions lib/swagdoc/Source/SwagDoc.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@
<Platforms>
<Platform value="Android">False</Platform>
<Platform value="Android64">False</Platform>
<Platform value="Linux64">False</Platform>
<Platform value="Win32">True</Platform>
<Platform value="Win64">False</Platform>
<Platform value="Win64x">False</Platform>
Expand Down
1 change: 1 addition & 0 deletions packages/d120/dmvcframeworkDT.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,7 @@
<Platforms>
<Platform value="Android">False</Platform>
<Platform value="Android64">False</Platform>
<Platform value="Linux64">False</Platform>
<Platform value="Win32">True</Platform>
<Platform value="Win64">False</Platform>
<Platform value="Win64x">False</Platform>
Expand Down
1 change: 1 addition & 0 deletions packages/d120/dmvcframeworkRT.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,7 @@
<Platforms>
<Platform value="Android">False</Platform>
<Platform value="Android64">False</Platform>
<Platform value="Linux64">False</Platform>
<Platform value="Win32">True</Platform>
<Platform value="Win64">False</Platform>
<Platform value="Win64x">False</Platform>
Expand Down
2 changes: 1 addition & 1 deletion sources/dmvcframeworkbuildconsts.inc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const
DMVCFRAMEWORK_VERSION = '3.4.2-magnesium-beta';
DMVCFRAMEWORK_VERSION = '3.4.2-magnesium-rc1';
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def copy_sources():
"dmvcframeworkDT.dpk",
]

folders = ["d100", "d101", "d102", "d103", "d104", "d110", "d113"]
folders = ["d100", "d101", "d102", "d103", "d104", "d110", "d113", "d120"]

for folder in folders:
print(f"Copying DMVCFramework Delphi {folder} packages...")
Expand Down

0 comments on commit fe5f7d4

Please sign in to comment.