diff --git a/README.md b/README.md index e12a0362..af7db360 100644 --- a/README.md +++ b/README.md @@ -111,15 +111,15 @@ Its super easy.. barely an inconvenience, just drag & drop the files or webpages English badge -##### Version: v2.0.2.8 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.2.8) +##### Version: v2.0.3.2 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.3.2) - [`Installer`][direct-full-win32] -SHA256: e563c77218725f614135fc66d73ec8f8fa45daf37942d207baabafa7163eb847 +SHA256: 19286d360fd6197cf4eea6130a93eb28de30a266d58b0f94c4a55662f00732a2 -[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v2.0.2.8/lively_setup_x86_full_v2028.exe +[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v2.0.3.2/lively_setup_x86_full_v2032.exe -Installer will give Smartscreen warning, [discussion.](https://github.com/rocksdanister/lively/issues/9) +Installer may give Smartscreen warning, [discussion.](https://github.com/rocksdanister/lively/issues/9) [Which version do I download?](https://github.com/rocksdanister/lively/wiki/Differences-Between-Distributions) diff --git a/src/Lively/Lively.PlayerWebView2/MainWindow.xaml.cs b/src/Lively/Lively.PlayerWebView2/MainWindow.xaml.cs index 88cda582..2630424a 100644 --- a/src/Lively/Lively.PlayerWebView2/MainWindow.xaml.cs +++ b/src/Lively/Lively.PlayerWebView2/MainWindow.xaml.cs @@ -20,6 +20,7 @@ using System.Threading; using System.Threading.Tasks; using System.Windows; +using System.Windows.Interop; using System.Windows.Media.Imaging; namespace Lively.PlayerWebView2 diff --git a/src/Lively/Lively.UI.WinUI/Package.appxmanifest b/src/Lively/Lively.UI.WinUI/Package.appxmanifest index 424219c9..92c80c45 100644 --- a/src/Lively/Lively.UI.WinUI/Package.appxmanifest +++ b/src/Lively/Lively.UI.WinUI/Package.appxmanifest @@ -11,7 +11,7 @@ + Version="1.0.126.0" /> diff --git a/src/Lively/Lively/Lively.csproj b/src/Lively/Lively/Lively.csproj index 88fa1047..9a494e65 100644 --- a/src/Lively/Lively/Lively.csproj +++ b/src/Lively/Lively/Lively.csproj @@ -7,7 +7,7 @@ appicon.ico app.manifest - 2.0.3.1 + 2.0.3.2 diff --git a/src/installer/Script.iss b/src/installer/Script.iss index fc028bfd..4f2fdb02 100644 --- a/src/installer/Script.iss +++ b/src/installer/Script.iss @@ -2,7 +2,7 @@ ; https://jrsoftware.org/isinfo.php #define MyAppName "Lively Wallpaper" -#define MyAppVersion "2.0.2.8" +#define MyAppVersion "2.0.3.2" #define MyAppPublisher "rocksdanister" #define MyAppURL "https://github.com/rocksdanister/lively" #define MyAppExeName "Lively.exe" @@ -77,7 +77,7 @@ Source: "VC\VC_redist.x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall ; NOTE: Don't use "Flags: ignoreversion" on any shared system files Source: "Release\Lively.exe"; DestDir: "{app}"; Flags: ignoreversion; Source: "Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs; -Source: "dotnetcore\windowsdesktop-runtime-6.0.7-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall +Source: "dotnetcore\windowsdesktop-runtime-6.0.8-win-x86.exe"; DestDir: {tmp}; Flags: deleteafterinstall Source: "dotnetcore\netcorecheck.exe"; DestDir: {tmp}; Flags: deleteafterinstall [Icons] @@ -89,7 +89,7 @@ Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChang ;skipifsilent Filename: "{tmp}\VC_redist.x86.exe"; Parameters: /install /quiet /norestart; Check: VCRedistNeedsInstall and DependencyInstall; StatusMsg: Installing Visual C++ Redistributable... ;Filename: "{tmp}\WindowsAppRuntimeInstall_x86.exe"; Parameters: --quiet; Check: DependencyInstall; Flags: runhidden; StatusMsg: Installing Windows App SDK... -Filename: "{tmp}\windowsdesktop-runtime-6.0.7-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('6.0.7') and DependencyInstall; StatusMsg: Installing .Net Core 6.0.7... +Filename: "{tmp}\windowsdesktop-runtime-6.0.8-win-x86.exe"; Parameters: /install /quiet /norestart; Check: NetCoreNeedsInstall('6.0.8') and DependencyInstall; StatusMsg: Installing .Net Core 6.0.8... [Code] var