Skip to content

Commit

Permalink
Update to 2.0.396.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Oct 1, 2022
1 parent 52a3e30 commit 24b8823
Show file tree
Hide file tree
Showing 21 changed files with 18 additions and 18 deletions.
Binary file modified Documents/ContextMenu.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Documents/MainWindow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Documents/ReleaseNotes.md
Expand Up @@ -3,7 +3,7 @@
For preview versions, please read
[NanaZip Preview Release Notes](ReleaseNotesPreview.md).

**NanaZip 2.0 (2.0.xxx.0)**
**NanaZip 2.0 (2.0.396.0)**

- Notes
- Update the minimum system requirement to Windows 10 Version 2004 (Build
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
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Image Assets -->
<Content Include="..\Assets\PreviewPackageAssets\**\*">
<Content Include="..\Assets\PackageAssets\**\*">
<DeploymentContent>true</DeploymentContent>
<Link>Assets\%(RecursiveDir)%(FileName)%(Extension)</Link>
</Content>
Expand Down
18 changes: 9 additions & 9 deletions NanaZipPackage/Package.appxmanifest
Expand Up @@ -16,12 +16,12 @@
IgnorableNamespaces="uap rescap desktop uap2 uap3 com desktop4 desktop5 uap8 uap10 virtualization">

<Identity
Name="40174MouriNaruto.NanaZipPreview"
Name="40174MouriNaruto.NanaZip"
Publisher="CN=E310A153-74A9-4D81-800B-857A8D58408A"
Version="2.0.376.0" />
Version="2.0.396.0" />

<Properties>
<DisplayName>NanaZip Preview</DisplayName>
<DisplayName>NanaZip</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 Preview"
DisplayName="NanaZip"
Description="NanaZip"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Expand All @@ -157,7 +157,7 @@
EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements
AppListEntry="none"
DisplayName="NanaZip Preview"
DisplayName="NanaZip"
Description="NanaZip"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Expand All @@ -179,7 +179,7 @@
Executable="NanaZip.exe"
EntryPoint="Windows.FullTrustApplication">
<uap:VisualElements
DisplayName="NanaZip Preview"
DisplayName="NanaZip"
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="469D94E9-6AF4-4395-B396-99B1308F8CE5" />
<desktop5:Verb Id="CNanaZipShellExtension" Clsid="CAE3F1D4-7765-4D98-A060-52CD14D56EAB" />
</desktop5:ItemType>
<desktop5:ItemType Type="*">
<desktop5:Verb Id="CNanaZipShellExtension" Clsid="469D94E9-6AF4-4395-B396-99B1308F8CE5" />
<desktop5:Verb Id="CNanaZipShellExtension" Clsid="CAE3F1D4-7765-4D98-A060-52CD14D56EAB" />
</desktop5:ItemType>
</desktop4:FileExplorerContextMenus>
</desktop4:Extension>
<com:Extension Category="windows.comServer">
<com:ComServer>
<com:SurrogateServer DisplayName="NanaZip Shell Extension">
<com:Class Id="469D94E9-6AF4-4395-B396-99B1308F8CE5" Path="NanaZipShellExtension.dll" ThreadingModel="STA"/>
<com:Class Id="CAE3F1D4-7765-4D98-A060-52CD14D56EAB" 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
Expand Up @@ -916,7 +916,7 @@ namespace NanaZip::ShellExtension
return E_NOTIMPL;
}

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

HRESULT STDMETHODCALLTYPE GetIcon(
Expand Down Expand Up @@ -1042,7 +1042,7 @@ namespace NanaZip::ShellExtension
#pragma endregion
};

struct DECLSPEC_UUID("469D94E9-6AF4-4395-B396-99B1308F8CE5")
struct DECLSPEC_UUID("CAE3F1D4-7765-4D98-A060-52CD14D56EAB")
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
@@ -1 +1 @@
101 ICON "../../../../../Assets/NanaZipPreviewSfx.ico"
101 ICON "../../../../../Assets/NanaZipSfx.ico"
2 changes: 1 addition & 1 deletion SevenZip/CPP/7zip/Bundles/SFXSetup/resource.rc
@@ -1,6 +1,6 @@
#include "resource.h"

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

STRINGTABLE
BEGIN
Expand Down
2 changes: 1 addition & 1 deletion SevenZip/CPP/7zip/Bundles/SFXWin/resource.rc
Expand Up @@ -7,7 +7,7 @@
#define xc 240
#define yc 64

IDI_ICON ICON "../../../../../Assets/NanaZipPreviewSfx.ico"
IDI_ICON ICON "../../../../../Assets/NanaZipSfx.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
Expand Up @@ -138,7 +138,7 @@ BEGIN
END


IDI_ICON ICON "../../../../../Assets/NanaZipPreview.ico"
IDI_ICON ICON "../../../../../Assets/NanaZip.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
Expand Up @@ -3,7 +3,7 @@

#include "../FileManager/resourceGui.rc"

IDI_ICON ICON "../../../../../Assets/NanaZipPreview.ico"
IDI_ICON ICON "../../../../../Assets/NanaZip.ico"

#include "../FileManager/PropertyName.rc"
#include "../FileManager/OverwriteDialog.rc"
Expand Down

0 comments on commit 24b8823

Please sign in to comment.