Skip to content

Commit 2a254f2

Browse files
Version 2.0.1
Installer fix.
1 parent 89ab729 commit 2a254f2

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

installer/ExplorerGenie.aip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<ROW Property="ARPURLINFOABOUT" Value="https://www.martinstoeckli.ch/explorergenie"/>
1313
<ROW Property="CTRLS" Value="2"/>
1414
<ROW Property="Manufacturer" Value="MartinStoeckli"/>
15-
<ROW Property="ProductCode" Value="1031:{5ADB196A-043E-42FF-B5F0-39E553D6E02C} 1033:{5ADB196A-043E-42FF-B5F0-39E553D6E02C} " Type="16"/>
15+
<ROW Property="ProductCode" Value="1031:{FA07FFEC-72B9-47D0-9765-080D2481C3FC} 1033:{FA07FFEC-72B9-47D0-9765-080D2481C3FC} " Type="16"/>
1616
<ROW Property="ProductLanguage" Value="1033"/>
1717
<ROW Property="ProductName" Value="ExplorerGenie"/>
18-
<ROW Property="ProductVersion" Value="1.1.0" Type="32"/>
18+
<ROW Property="ProductVersion" Value="2.0.1" Type="32"/>
1919
<ROW Property="RUNAPPLICATION" Value="1" Type="4"/>
2020
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
2121
<ROW Property="UpgradeCode" Value="{1FFB6672-4607-4D94-B23F-21C09B0FC732}"/>

src/ExplorerGenieCmd/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.0.0.0")]
36-
[assembly: AssemblyFileVersion("2.0.0.0")]
35+
[assembly: AssemblyVersion("2.0.1.0")]
36+
[assembly: AssemblyFileVersion("2.0.1.0")]

src/ExplorerGenieExt/ExplorerGenieExt.dproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@
6464
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
6565
<SanitizedProjectName>ExplorerGenieExt</SanitizedProjectName>
6666
<VerInfo_Locale>2055</VerInfo_Locale>
67-
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=2.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
67+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=2.0.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
6868
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
6969
<VerInfo_MajorVer>2</VerInfo_MajorVer>
70+
<VerInfo_Release>1</VerInfo_Release>
7071
</PropertyGroup>
7172
<PropertyGroup Condition="'$(Base_Win32)'!=''">
7273
<DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;svnui;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;vcltouch;vcldb;bindcompfmx;svn;FireDACPgDriver;inetdb;DbxCommonDriver;fmx;fmxdae;xmlrtl;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;IndyIPClient;bindcompvcl;VCLRESTComponents;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
@@ -111,10 +112,9 @@
111112
<DCC_DebugInformation>0</DCC_DebugInformation>
112113
</PropertyGroup>
113114
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
114-
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
115-
<VerInfo_MajorVer>2</VerInfo_MajorVer>
116115
<VerInfo_Locale>1033</VerInfo_Locale>
117-
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=2.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
116+
<VerInfo_Release>1</VerInfo_Release>
117+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=2.0.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
118118
</PropertyGroup>
119119
<ItemGroup>
120120
<DelphiCompile Include="$(MainSource)">
0 Bytes
Binary file not shown.

src/ExplorerGenieOptions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
// You can specify all the values or you can default the Build and Revision Numbers
5151
// by using the '*' as shown below:
5252
// [assembly: AssemblyVersion("1.0.*")]
53-
[assembly: AssemblyVersion("2.0.0.0")]
54-
[assembly: AssemblyFileVersion("2.0.0.0")]
53+
[assembly: AssemblyVersion("2.0.1.0")]
54+
[assembly: AssemblyFileVersion("2.0.1.0")]

0 commit comments

Comments
 (0)