Update to 2.1.451.0.

This commit is contained in:
MouriNaruto
2022-11-25 01:12:12 +08:00
parent 4b0eeaec02
commit fd70297531
20 changed files with 22 additions and 22 deletions

View File

@@ -6,8 +6,8 @@ For preview versions, please read
**NanaZip 2.0 Update 1 (2.0.450.0)**
- Optimize NanaZip binaries via adjusting the WindowsTargetPlatformMinVersion
to 10.0.19041.0 in all packaged NanaZip binaries projecta except the Self
Extracting Executable stubs projecta.
to 10.0.19041.0 in all packaged NanaZip binaries projects except the Self
Extracting Executable stubs projects.
- Opt out of dynamic code mitigation on main NanaZip thread for resolving the
compatibility issues with Explorer Patcher. (Contributed by dinhngtu.)
- Update Mile.Xaml to 1.1.434.

View File

@@ -2,7 +2,7 @@
For stable versions, please read [NanaZip Release Notes](ReleaseNotes.md).
**NanaZip 2.1 Preview 0 (2.1.xxx.0)**
**NanaZip 2.1 Preview 0 (2.1.451.0)**
- Update icons. (Designed by Shomnipotence. Updated in NanaZip 2.0 Stable.)
- Add instructions for installing NanaZip for all users. (Updated in NanaZip
@@ -12,8 +12,8 @@ For stable versions, please read [NanaZip Release Notes](ReleaseNotes.md).
- Start adding prerequisite support for unpackaged mode. (Updated in NanaZip
2.0 Stable.)
- Optimize NanaZip binaries via adjusting the WindowsTargetPlatformMinVersion
to 10.0.19041.0 in all packaged NanaZip binaries projecta except the Self
Extracting Executable stubs projecta. (Updated in NanaZip 2.0 Update 1.)
to 10.0.19041.0 in all packaged NanaZip binaries projects except the Self
Extracting Executable stubs projects. (Updated in NanaZip 2.0 Update 1.)
- Opt out of dynamic code mitigation on main NanaZip thread for resolving the
compatibility issues with Explorer Patcher. (Contributed by dinhngtu. Updated
in NanaZip 2.0 Update 1.)

Binary file not shown.

Binary file not shown.

View File

@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Image Assets -->
<Content Include="..\Assets\PackageAssets\**\*">
<Content Include="..\Assets\PreviewPackageAssets\**\*">
<DeploymentContent>true</DeploymentContent>
<Link>Assets\%(RecursiveDir)%(FileName)%(Extension)</Link>
</Content>

View File

@@ -16,12 +16,12 @@
IgnorableNamespaces="uap rescap desktop uap2 uap3 com desktop4 desktop5 uap8 uap10 virtualization">
<Identity
Name="40174MouriNaruto.NanaZip"
Name="40174MouriNaruto.NanaZipPreview"
Publisher="CN=E310A153-74A9-4D81-800B-857A8D58408A"
Version="2.0.450.0" />
Version="2.1.451.0" />
<Properties>
<DisplayName>NanaZip</DisplayName>
<DisplayName>NanaZip Preview</DisplayName>
<PublisherDisplayName>Kenji Mouri</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<uap10:PackageIntegrity>
@@ -134,7 +134,7 @@
EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements
AppListEntry="none"
DisplayName="NanaZip"
DisplayName="NanaZip Preview"
Description="NanaZip"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
@@ -157,7 +157,7 @@
EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements
AppListEntry="none"
DisplayName="NanaZip"
DisplayName="NanaZip Preview"
Description="NanaZip"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
@@ -179,7 +179,7 @@
Executable="NanaZip.exe"
EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements
DisplayName="NanaZip"
DisplayName="NanaZip Preview"
Description="NanaZip"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
@@ -264,17 +264,17 @@
<!-- Our verb name starts with "C" to work around a bug preventing our shell menu from appearing in the
classic context menu. -->
<desktop5:ItemType Type="Directory">
<desktop5:Verb Id="CNanaZipShellExtension" Clsid="CAE3F1D4-7765-4D98-A060-52CD14D56EAB" />
<desktop5:Verb Id="CNanaZipShellExtension" Clsid="469D94E9-6AF4-4395-B396-99B1308F8CE5" />
</desktop5:ItemType>
<desktop5:ItemType Type="*">
<desktop5:Verb Id="CNanaZipShellExtension" Clsid="CAE3F1D4-7765-4D98-A060-52CD14D56EAB" />
<desktop5:Verb Id="CNanaZipShellExtension" Clsid="469D94E9-6AF4-4395-B396-99B1308F8CE5" />
</desktop5:ItemType>
</desktop4:FileExplorerContextMenus>
</desktop4:Extension>
<com:Extension Category="windows.comServer">
<com:ComServer>
<com:SurrogateServer DisplayName="NanaZip Shell Extension">
<com:Class Id="CAE3F1D4-7765-4D98-A060-52CD14D56EAB" Path="NanaZipShellExtension.dll" ThreadingModel="STA"/>
<com:Class Id="469D94E9-6AF4-4395-B396-99B1308F8CE5" Path="NanaZipShellExtension.dll" ThreadingModel="STA"/>
</com:SurrogateServer>
</com:ComServer>
</com:Extension>

View File

@@ -916,7 +916,7 @@ namespace NanaZip::ShellExtension
return E_NOTIMPL;
}
return ::SHStrDupW(L"NanaZip", ppszName);
return ::SHStrDupW(L"NanaZip Preview", ppszName);
}
HRESULT STDMETHODCALLTYPE GetIcon(
@@ -1042,7 +1042,7 @@ namespace NanaZip::ShellExtension
#pragma endregion
};
struct DECLSPEC_UUID("CAE3F1D4-7765-4D98-A060-52CD14D56EAB")
struct DECLSPEC_UUID("469D94E9-6AF4-4395-B396-99B1308F8CE5")
ClassFactory : public winrt::implements<
ClassFactory, IClassFactory>
{

View File

@@ -1 +1 @@
101 ICON "../../../../../Assets/NanaZipSfx.ico"
101 ICON "../../../../../Assets/NanaZipPreviewSfx.ico"

View File

@@ -1,6 +1,6 @@
#include "resource.h"
IDI_ICON ICON "../../../../../Assets/NanaZipSfx.ico"
IDI_ICON ICON "../../../../../Assets/NanaZipPreviewSfx.ico"
STRINGTABLE
BEGIN

View File

@@ -7,7 +7,7 @@
#define xc 240
#define yc 64
IDI_ICON ICON "../../../../../Assets/NanaZipSfx.ico"
IDI_ICON ICON "../../../../../Assets/NanaZipPreviewSfx.ico"
IDD_EXTRACT DIALOG 0, 0, xs, ys MY_MODAL_DIALOG_STYLE MY_FONT
CAPTION "NanaZip SFX"

View File

@@ -138,7 +138,7 @@ BEGIN
END
IDI_ICON ICON "../../../../../Assets/NanaZip.ico"
IDI_ICON ICON "../../../../../Assets/NanaZipPreview.ico"
IDB_ADD BITMAP "../../../../../NanaZip/Assets/Toolbar/Add_32x32.bmp"
IDB_EXTRACT BITMAP "../../../../../NanaZip/Assets/Toolbar/Extract_32x32.bmp"

View File

@@ -3,7 +3,7 @@
#include "../FileManager/resourceGui.rc"
IDI_ICON ICON "../../../../../Assets/NanaZip.ico"
IDI_ICON ICON "../../../../../Assets/NanaZipPreview.ico"
#include "../FileManager/PropertyName.rc"
#include "../FileManager/OverwriteDialog.rc"