Skip to content

Commit 3b82daf

Browse files
committed
Update Delphinus Info
1 parent 78d746e commit 3b82daf

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Delphinus.Info.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"picture": "Logo.png",
55
"license_type": "MIT",
66
"license_file": "LICENSE.md",
7-
"platforms": "Win32;Win64",
7+
"platforms": "Win32;Win64;OSX32;Android;IOSDevice32;IOSDevice64;Linux64",
88
"package_compiler_min": 14,
99
"package_compiler_max": 32,
1010
"compiler_min": 14,
11-
"compiler_max": 32
11+
"compiler_max": 32,
12+
"first_version": "2.0.1"
1213
}

Delphinus.Install.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"search_pathes": [{
33
"pathes": "Source",
4-
"platforms": "Win32;Win64"
4+
"platforms": "Win32;Win64;OSX32;Android;IOSDevice32;IOSDevice64;Linux64"
55
}],
66
"browsing_pathes": [{
77
"pathes": "Source",
8-
"platforms": "Win32;Win64"
8+
"platforms": "Win32;Win64;OSX32;Android;IOSDevice32;IOSDevice64;Linux64"
99
}],
1010
"source_folders": [{
1111
"folder": "."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Hprose for Delphi/Lazarus
44

55
[![Join the chat at https://gitter.im/hprose/hprose-delphi](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hprose/hprose-delphi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6-
[![Supported Delphi versions: delphi6-delphi10.1](https://img.shields.io/badge/delphi-6~10.1-blue.svg) ![Supported FreePascal versions: freepascal2-freepascal3](https://img.shields.io/badge/freepascal-2~3-blue.svg)](https://github.com/hprose/hprose-delphi) [![GitHub release](https://img.shields.io/github/release/hprose/hprose-delphi.svg)](https://github.com/hprose/hprose-delphi/releases)
6+
[![Supported Delphi versions: delphi6-delphi10.1](https://img.shields.io/badge/delphi-6~10.2-blue.svg) ![Supported FreePascal versions: freepascal2-freepascal3](https://img.shields.io/badge/freepascal-2~3-blue.svg)](https://github.com/hprose/hprose-delphi) [![GitHub release](https://img.shields.io/github/release/hprose/hprose-delphi.svg)](https://github.com/hprose/hprose-delphi/releases)
77

88
*Hprose* is a High Performance Remote Object Service Engine.
99

0 commit comments

Comments
 (0)