Skip to content

Commit

Permalink
Merge pull request #2 from digao-dalpiaz/delphi-11-support
Browse files Browse the repository at this point in the history
delphi 11 support
  • Loading branch information
digao-dalpiaz authored Sep 12, 2021
2 parents 2f02b9e + ff8c8ab commit afdeb97
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CompInstall.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[General]
Name=Digao Dalpiaz - DzTalkApp component
Version=1.8
DelphiVersions=XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4
Version=1.9
DelphiVersions=XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4;11
Packages=DzTalkApp
AddLibrary=1

Expand Down
2 changes: 1 addition & 1 deletion DzTalkApp.pas
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ procedure Register;

implementation

const STR_VERSION = '1.8';
const STR_VERSION = '1.9';

procedure Register;
begin
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@

## What's New

- 09/12/2021 (Version 1.9)

- Delphi 11 auto-install support.

<details>
<summary>Click here to view the entire changelog</summary>

- 03/13/2021 (Version 1.8)

- Removed CompInstall.exe from component sources due to AV false positive warning (now you can get it directly from CompInstall repository).
Expand Down Expand Up @@ -63,6 +70,8 @@
- Add Result Code possibility.
- Add method to send Stream data.
- OnMessage event declaration changed. :warning:

</details>

## Component Description

Expand Down

0 comments on commit afdeb97

Please sign in to comment.