Skip to content

Commit eb0ae64

Browse files
Version 3.0.0
1 parent 57f089f commit eb0ae64

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

installer/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Identity
1414
Name="22846MartinStoeckli.ExplorerGenie"
1515
Publisher="CN=Martin Stoeckli"
16-
Version="2.9.4.0" />
16+
Version="3.0.0.0" />
1717

1818
<Properties>
1919
<DisplayName>ExplorerGenie</DisplayName>

src/ExplorerGenieCmd/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("510a4b3b-a01d-4ca9-af66-a99f022f2643")]
24-
[assembly: AssemblyVersion("2.9.4.0")]
25-
[assembly: AssemblyFileVersion("2.9.4.0")]
24+
[assembly: AssemblyVersion("3.0.0.0")]
25+
[assembly: AssemblyFileVersion("3.0.0.0")]

src/ExplorerGenieExt/ExplorerGenieExt.dproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@
114114
</PropertyGroup>
115115
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
116116
<VerInfo_Locale>1033</VerInfo_Locale>
117-
<VerInfo_Release>4</VerInfo_Release>
118-
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=2.9.4.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
119-
<VerInfo_MinorVer>9</VerInfo_MinorVer>
117+
<VerInfo_Release>0</VerInfo_Release>
118+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=3.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
119+
<VerInfo_MinorVer>0</VerInfo_MinorVer>
120+
<VerInfo_MajorVer>3</VerInfo_MajorVer>
120121
</PropertyGroup>
121122
<ItemGroup>
122123
<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
@@ -38,5 +38,5 @@
3838
//(used if a resource is not found in the page,
3939
// app, or any theme specific resource dictionaries)
4040
)]
41-
[assembly: AssemblyVersion("2.9.4.0")]
42-
[assembly: AssemblyFileVersion("2.9.4.0")]
41+
[assembly: AssemblyVersion("3.0.0.0")]
42+
[assembly: AssemblyFileVersion("3.0.0.0")]

0 commit comments

Comments
 (0)