From a12e7eba72d46d04df3a2502bcf2a910a0cf7b39 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 28 Jun 2023 02:45:59 +0800 Subject: [PATCH 1/2] [exe] Try to deal with the false positive issue (#3143) * [exe] Add more assembly info --- extra/exe-builder/FodyWeavers.xml | 2 +- extra/exe-builder/Properties/AssemblyInfo.cs | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extra/exe-builder/FodyWeavers.xml b/extra/exe-builder/FodyWeavers.xml index f1dea8fce..0b37e4ef4 100644 --- a/extra/exe-builder/FodyWeavers.xml +++ b/extra/exe-builder/FodyWeavers.xml @@ -1,3 +1,3 @@  - + \ No newline at end of file diff --git a/extra/exe-builder/Properties/AssemblyInfo.cs b/extra/exe-builder/Properties/AssemblyInfo.cs index 59b36bb81..7b20d94c1 100644 --- a/extra/exe-builder/Properties/AssemblyInfo.cs +++ b/extra/exe-builder/Properties/AssemblyInfo.cs @@ -6,9 +6,9 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Uptime Kuma")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("A portable executable for running Uptime Kuma")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Uptime Kuma")] [assembly: AssemblyProduct("Uptime Kuma")] [assembly: AssemblyCopyright("Copyright © 2023 Louis Lam")] [assembly: AssemblyTrademark("")] @@ -20,7 +20,7 @@ using System.Runtime.InteropServices; [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("2DB53988-1D93-4AC0-90C4-96ADEAAC5C04")] +[assembly: Guid("86B40AFB-61FC-433D-8C31-650B0F32EA8F")] // Version information for an assembly consists of the following four values: // @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] From affac0a97b7d688c7751c6bb048f4c5e0253b6d2 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 28 Jun 2023 02:49:39 +0800 Subject: [PATCH 2/2] Update Windows Portable to 1.0.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d6fb711b..3f8a05403 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ pm2 save && pm2 startup ### Windows Portable (x64) -https://github.com/louislam/uptime-kuma/releases/download/1.21.0/uptime-kuma-win64-portable-1.0.0.zip +https://github.com/louislam/uptime-kuma/files/11886108/uptime-kuma-win64-portable-1.0.1.zip ### Advanced Installation