Skip to content

Commit 2260b99

Browse files
Version 3.0.2
1 parent 609cb9d commit 2260b99

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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=ED1E5C1E-F8CD-4A09-A57F-18D151833C31"
16-
Version="3.0.1.0" />
16+
Version="3.0.2.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("3.0.1.0")]
25-
[assembly: AssemblyFileVersion("3.0.1.0")]
24+
[assembly: AssemblyVersion("3.0.2.0")]
25+
[assembly: AssemblyFileVersion("3.0.2.0")]

src/ExplorerGenieExt/ExplorerGenieExt.dproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
</PropertyGroup>
115115
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
116116
<VerInfo_Locale>1033</VerInfo_Locale>
117-
<VerInfo_Release>1</VerInfo_Release>
118-
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=3.0.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
117+
<VerInfo_Release>2</VerInfo_Release>
118+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=3.0.2.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
119119
<VerInfo_MinorVer>0</VerInfo_MinorVer>
120120
<VerInfo_MajorVer>3</VerInfo_MajorVer>
121121
</PropertyGroup>
0 Bytes
Binary file not shown.
43.7 KB
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("3.0.1.0")]
42-
[assembly: AssemblyFileVersion("3.0.1.0")]
41+
[assembly: AssemblyVersion("3.0.2.0")]
42+
[assembly: AssemblyFileVersion("3.0.2.0")]

0 commit comments

Comments
 (0)