Skip to content

Commit cfc2fd7

Browse files
Removed privilege unvirtualizedResources as required by the shop.
1 parent eb0ae64 commit cfc2fd7

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

installer/Package.appxmanifest

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<Identity
1414
Name="22846MartinStoeckli.ExplorerGenie"
15-
Publisher="CN=Martin Stoeckli"
16-
Version="3.0.0.0" />
15+
Publisher="CN=ED1E5C1E-F8CD-4A09-A57F-18D151833C31"
16+
Version="3.0.1.0" />
1717

1818
<Properties>
1919
<DisplayName>ExplorerGenie</DisplayName>
@@ -67,6 +67,5 @@
6767

6868
<Capabilities>
6969
<rescap:Capability Name="runFullTrust" />
70-
<rescap:Capability Name="unvirtualizedResources" />
7170
</Capabilities>
7271
</Package>

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.0.0")]
25-
[assembly: AssemblyFileVersion("3.0.0.0")]
24+
[assembly: AssemblyVersion("3.0.1.0")]
25+
[assembly: AssemblyFileVersion("3.0.1.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>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>
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>
119119
<VerInfo_MinorVer>0</VerInfo_MinorVer>
120120
<VerInfo_MajorVer>3</VerInfo_MajorVer>
121121
</PropertyGroup>
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("3.0.0.0")]
42-
[assembly: AssemblyFileVersion("3.0.0.0")]
41+
[assembly: AssemblyVersion("3.0.1.0")]
42+
[assembly: AssemblyFileVersion("3.0.1.0")]

0 commit comments

Comments
 (0)