Skip to content

Commit 9444b76

Browse files
author
Antonina Soroka
committed
Merge branch 'hotfix/3.5.4'
2 parents a328644 + f7f4179 commit 9444b76

15 files changed

+208
-810
lines changed

Delphinus.Info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": [],
1313
"author": "Maxim Sysoev",
1414
"description": "Telegram Bot API for Delphi",
15-
"version": "3.5.3",
15+
"version": "3.5.4",
1616
"first_version": "2.3.1",
1717
"project_url": "https://github.com/ms301/TelegAPI",
1818
"homepage_url": "https://t.me/telegaPiBotTest",

Demo/Console/ConsoleBot.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
<Source Name="MainSource">ConsoleBot.dpr</Source>
103103
</Source>
104104
<Excluded_Packages>
105+
<Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\19.0\Bpl\TelegaPi.bpl">Telegram API for Delphi</Excluded_Packages>
105106
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
106107
<Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
107108
</Excluded_Packages>

Demo/EchoBot/EchoBot.dproj

Lines changed: 191 additions & 187 deletions
Large diffs are not rendered by default.

Install/TelegaPi.dproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Base>True</Base>
44
<AppType>Package</AppType>
5-
<Config Condition="'$(Config)'==''">Debug</Config>
5+
<Config Condition="'$(Config)'==''">Release</Config>
66
<FrameworkType>FMX</FrameworkType>
77
<MainSource>TelegaPi.dpk</MainSource>
88
<Platform Condition="'$(Platform)'==''">Win32</Platform>
@@ -53,7 +53,7 @@ $(PreBuildEvent)]]></PreBuildEvent>
5353
<SanitizedProjectName>TelegaPi</SanitizedProjectName>
5454
<VerInfo_Keys>CompanyName=Maxim Sysoev;FileDescription=$(MSBuildProjectName);FileVersion=3.5.1.10;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
5555
<VerInfo_Locale>1058</VerInfo_Locale>
56-
<DCC_UnitSearchPath>../source/CrossUrl/Core;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
56+
<DCC_UnitSearchPath>../source/CrossUrl/Core;../source/;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
5757
</PropertyGroup>
5858
<PropertyGroup Condition="'$(Base_Win32)'!=''">
5959
<BT_BuildType>Debug</BT_BuildType>
@@ -141,10 +141,7 @@ $(PreBuildEvent)]]></PreBuildEvent>
141141
<Source>
142142
<Source Name="MainSource">TelegaPi.dpk</Source>
143143
</Source>
144-
<Excluded_Packages>
145-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
146-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp250.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
147-
</Excluded_Packages>
144+
<Excluded_Packages/>
148145
</Delphi.Personality>
149146
<Deployment Version="3">
150147
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">

Install/XE6/TTelegramBot.dcr

-6.88 KB
Binary file not shown.

Install/XE6/TTelegramBot.rc

Lines changed: 0 additions & 1 deletion
This file was deleted.

Install/XE6/TelegaPi.dpk

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)