diff --git a/NanaZip.Codecs/NanaZip.Codecs.vcxproj b/NanaZip.Codecs/NanaZip.Codecs.vcxproj
index 06a3e3bf9..321316e70 100644
--- a/NanaZip.Codecs/NanaZip.Codecs.vcxproj
+++ b/NanaZip.Codecs/NanaZip.Codecs.vcxproj
@@ -13,8 +13,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZip.Codecs.dll
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.Core/NanaZip.Core.Sfx.Console.vcxproj b/NanaZip.Core/NanaZip.Core.Sfx.Console.vcxproj
index f6170bd99..83e5b849a 100644
--- a/NanaZip.Core/NanaZip.Core.Sfx.Console.vcxproj
+++ b/NanaZip.Core/NanaZip.Core.Sfx.Console.vcxproj
@@ -13,8 +13,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZip.Core.Console.sfx
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.Core/NanaZip.Core.Sfx.Setup.vcxproj b/NanaZip.Core/NanaZip.Core.Sfx.Setup.vcxproj
index 7b4d7acbe..1583cffac 100644
--- a/NanaZip.Core/NanaZip.Core.Sfx.Setup.vcxproj
+++ b/NanaZip.Core/NanaZip.Core.Sfx.Setup.vcxproj
@@ -13,8 +13,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZip.Core.Setup.sfx
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.Core/NanaZip.Core.Sfx.Windows.vcxproj b/NanaZip.Core/NanaZip.Core.Sfx.Windows.vcxproj
index af1ccfd72..8b5bc0816 100644
--- a/NanaZip.Core/NanaZip.Core.Sfx.Windows.vcxproj
+++ b/NanaZip.Core/NanaZip.Core.Sfx.Windows.vcxproj
@@ -13,8 +13,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZip.Core.Windows.sfx
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.Core/NanaZip.Core.vcxproj b/NanaZip.Core/NanaZip.Core.vcxproj
index 780001dc4..ceee68c74 100644
--- a/NanaZip.Core/NanaZip.Core.vcxproj
+++ b/NanaZip.Core/NanaZip.Core.vcxproj
@@ -12,8 +12,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZip.Core.dll
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXCon/resource.rc b/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXCon/resource.rc
index 9bced3866..022a6a526 100644
Binary files a/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXCon/resource.rc and b/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXCon/resource.rc differ
diff --git a/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXSetup/resource.rc b/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXSetup/resource.rc
index c4cf3ca40..dd45ce4cb 100644
Binary files a/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXSetup/resource.rc and b/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXSetup/resource.rc differ
diff --git a/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXWin/resource.rc b/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXWin/resource.rc
index 2804a15c0..9adbaf6c8 100644
Binary files a/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXWin/resource.rc and b/NanaZip.Core/SevenZip/CPP/7zip/Bundles/SFXWin/resource.rc differ
diff --git a/NanaZip.RefreshPackageVersion/Program.cs b/NanaZip.RefreshPackageVersion/Program.cs
index a9cc80a2c..fa375fecc 100644
--- a/NanaZip.RefreshPackageVersion/Program.cs
+++ b/NanaZip.RefreshPackageVersion/Program.cs
@@ -6,7 +6,7 @@ namespace NanaZip.RefreshPackageVersion
{
internal class Program
{
- static (int Major, int Minor) Version = (3, 1);
+ static (int Major, int Minor) Version = (3, 5);
static string BuildStartDay = "2021-08-31";
static string GenerateVersionString()
@@ -77,7 +77,7 @@ static void ReplaceFileContentViaStringList(
}
}
- static bool SwitchToPreview = false;
+ static bool SwitchToPreview = true;
static List ReleaseStringList = new List
{
diff --git a/NanaZip.UI.Classic/NanaZip.vcxproj b/NanaZip.UI.Classic/NanaZip.vcxproj
index 399511003..4c7b018e0 100644
--- a/NanaZip.UI.Classic/NanaZip.vcxproj
+++ b/NanaZip.UI.Classic/NanaZip.vcxproj
@@ -14,8 +14,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZip.exe
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.UI.Classic/NanaZipConsole.vcxproj b/NanaZip.UI.Classic/NanaZipConsole.vcxproj
index 5517e0a28..69b3ba360 100644
--- a/NanaZip.UI.Classic/NanaZipConsole.vcxproj
+++ b/NanaZip.UI.Classic/NanaZipConsole.vcxproj
@@ -14,8 +14,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZipC.exe
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.UI.Classic/NanaZipWindows.vcxproj b/NanaZip.UI.Classic/NanaZipWindows.vcxproj
index 26c1b71ef..3b43982d9 100644
--- a/NanaZip.UI.Classic/NanaZipWindows.vcxproj
+++ b/NanaZip.UI.Classic/NanaZipWindows.vcxproj
@@ -15,8 +15,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZipG.exe
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.UI.Modern/NanaZip.Console.vcxproj b/NanaZip.UI.Modern/NanaZip.Console.vcxproj
index fb37d67e1..b55467516 100644
--- a/NanaZip.UI.Modern/NanaZip.Console.vcxproj
+++ b/NanaZip.UI.Modern/NanaZip.Console.vcxproj
@@ -15,8 +15,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZip.Console.exe
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.UI.Modern/NanaZip.Modern.vcxproj b/NanaZip.UI.Modern/NanaZip.Modern.vcxproj
index 9b073a88e..05e77b287 100644
--- a/NanaZip.UI.Modern/NanaZip.Modern.vcxproj
+++ b/NanaZip.UI.Modern/NanaZip.Modern.vcxproj
@@ -21,8 +21,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZip.Modern.exe
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.UI.Modern/NanaZip.ShellExtension.cpp b/NanaZip.UI.Modern/NanaZip.ShellExtension.cpp
index 0d4e3cd50..229a15232 100644
--- a/NanaZip.UI.Modern/NanaZip.ShellExtension.cpp
+++ b/NanaZip.UI.Modern/NanaZip.ShellExtension.cpp
@@ -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>
{
diff --git a/NanaZip.UI.Modern/NanaZip.ShellExtension.vcxproj b/NanaZip.UI.Modern/NanaZip.ShellExtension.vcxproj
index 85ea34a4f..66a11b180 100644
--- a/NanaZip.UI.Modern/NanaZip.ShellExtension.vcxproj
+++ b/NanaZip.UI.Modern/NanaZip.ShellExtension.vcxproj
@@ -15,8 +15,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZip.ShellExtension.dll
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.UI.Modern/NanaZip.Windows.vcxproj b/NanaZip.UI.Modern/NanaZip.Windows.vcxproj
index 3e278a1a0..3ab45089f 100644
--- a/NanaZip.UI.Modern/NanaZip.Windows.vcxproj
+++ b/NanaZip.UI.Modern/NanaZip.Windows.vcxproj
@@ -16,8 +16,8 @@
© M2-Team and Contributors. All rights reserved.
NanaZip.Windows.exe
NanaZip
- 3.1.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
-
+ 3.5.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0
+ Preview 1
diff --git a/NanaZip.UI.Modern/SevenZip/CPP/7zip/UI/FileManager/resource.rc b/NanaZip.UI.Modern/SevenZip/CPP/7zip/UI/FileManager/resource.rc
index 0ef26237c..102491bd4 100644
Binary files a/NanaZip.UI.Modern/SevenZip/CPP/7zip/UI/FileManager/resource.rc and b/NanaZip.UI.Modern/SevenZip/CPP/7zip/UI/FileManager/resource.rc differ
diff --git a/NanaZip.UI.Modern/SevenZip/CPP/7zip/UI/GUI/resource.rc b/NanaZip.UI.Modern/SevenZip/CPP/7zip/UI/GUI/resource.rc
index 243eb0409..9b8e3c751 100644
Binary files a/NanaZip.UI.Modern/SevenZip/CPP/7zip/UI/GUI/resource.rc and b/NanaZip.UI.Modern/SevenZip/CPP/7zip/UI/GUI/resource.rc differ
diff --git a/NanaZipPackage/NanaZipPackage.wapproj b/NanaZipPackage/NanaZipPackage.wapproj
index 259bbe47d..c070ff41b 100644
--- a/NanaZipPackage/NanaZipPackage.wapproj
+++ b/NanaZipPackage/NanaZipPackage.wapproj
@@ -27,7 +27,7 @@
-
+
true
Assets\%(RecursiveDir)%(FileName)%(Extension)
diff --git a/NanaZipPackage/Package.appxmanifest b/NanaZipPackage/Package.appxmanifest
index 20014e984..188ff871e 100644
--- a/NanaZipPackage/Package.appxmanifest
+++ b/NanaZipPackage/Package.appxmanifest
@@ -19,12 +19,12 @@
IgnorableNamespaces="uap rescap desktop uap2 uap3 com desktop4 desktop5 desktop10 uap8 uap10 virtualization uap16 uap17">
+ Version="3.5.1080.0" />
- NanaZip
+ NanaZip Preview
Kenji Mouri
Assets\StoreLogo.png
@@ -139,7 +139,7 @@
EntryPoint="Windows.FullTrustApplication">
-
+
-
+
-
+
-
+