Skip to content

Commit

Permalink
Update to 2.1.451.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Nov 25, 2022
1 parent 4b0eeae commit fd70297
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Documents/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions Documents/ReleaseNotesPreview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.)
Expand Down
Binary file modified NanaZip/Mile.Project.Properties.h
Binary file not shown.
Binary file modified NanaZipConsole/Mile.Project.Properties.h
Binary file not shown.
Binary file modified NanaZipCore/Mile.Project.Properties.h
Binary file not shown.
Binary file modified NanaZipInstaller/Mile.Project.Properties.h
Binary file not shown.
Binary file modified NanaZipInstaller/NanaZipInstaller.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion NanaZipPackage/NanaZipPackage.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
18 changes: 9 additions & 9 deletions NanaZipPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -134,7 +134,7 @@
EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements
AppListEntry="none"
DisplayName="NanaZip"
DisplayName="NanaZip Preview"
Description="NanaZip"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Expand All @@ -157,7 +157,7 @@
EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements
AppListEntry="none"
DisplayName="NanaZip"
DisplayName="NanaZip Preview"
Description="NanaZip"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Expand All @@ -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"
Expand Down Expand Up @@ -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>
Expand Down
Binary file modified NanaZipSfxConsole/Mile.Project.Properties.h
Binary file not shown.
Binary file modified NanaZipSfxSetup/Mile.Project.Properties.h
Binary file not shown.
Binary file modified NanaZipSfxWindows/Mile.Project.Properties.h
Binary file not shown.
Binary file modified NanaZipShellExtension/Mile.Project.Properties.h
Binary file not shown.
4 changes: 2 additions & 2 deletions NanaZipShellExtension/NanaZipShellExtension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ namespace NanaZip::ShellExtension
return E_NOTIMPL;
}

return ::SHStrDupW(L"NanaZip", ppszName);
return ::SHStrDupW(L"NanaZip Preview", ppszName);
}

HRESULT STDMETHODCALLTYPE GetIcon(
Expand Down Expand Up @@ -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>
{
Expand Down
Binary file modified NanaZipWindows/Mile.Project.Properties.h
Binary file not shown.
2 changes: 1 addition & 1 deletion SevenZip/CPP/7zip/Bundles/SFXCon/resource.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
101 ICON "../../../../../Assets/NanaZipSfx.ico"
101 ICON "../../../../../Assets/NanaZipPreviewSfx.ico"
2 changes: 1 addition & 1 deletion SevenZip/CPP/7zip/Bundles/SFXSetup/resource.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "resource.h"

IDI_ICON ICON "../../../../../Assets/NanaZipSfx.ico"
IDI_ICON ICON "../../../../../Assets/NanaZipPreviewSfx.ico"

STRINGTABLE
BEGIN
Expand Down
2 changes: 1 addition & 1 deletion SevenZip/CPP/7zip/Bundles/SFXWin/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion SevenZip/CPP/7zip/UI/FileManager/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion SevenZip/CPP/7zip/UI/GUI/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fd70297

Please sign in to comment.