Skip to content

Commit

Permalink
release v2.0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Jun 14, 2022
1 parent bf959e7 commit f69a77b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ Its super easy.. barely an inconvenience, just drag & drop the files or webpages

<a href='//www.microsoft.com/store/apps/9ntm2qc6qws7?cid=storebadge&ocid=badge'><img src='https://developer.microsoft.com/store/badges/images/English_get-it-from-MS.png' alt='English badge' width="142px" height="52px"/></a>

##### Version: v2.0.2.1 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.2.1)
##### Version: v2.0.2.2 (Windows 10 1903 or above)[What's new?](https://github.com/rocksdanister/lively/releases/tag/v2.0.2.2)
- [`Installer`][direct-full-win32]

SHA256: 66fea3857d50f9f4dbe2c6df2630d567df283067cb4b90f36c27c3c9cc1d90d4
SHA256: ece974279c873074fcb02e3ee5494c99d99e6e24544967a00c5d551749a04e86

[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v2.0.2.1/lively_setup_x86_full_v2021.exe
[direct-full-win32]: https://github.com/rocksdanister/lively/releases/download/v2.0.2.2/lively_setup_x86_full_v2022.exe

Installer will give Smartscreen warning, [discussion.](https://github.com/rocksdanister/lively/issues/9)

Expand Down
4 changes: 2 additions & 2 deletions src/Lively/Lively.UI.WinUI/Views/Pages/AddWallpaperView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="using:Lively.UI.WinUI.Views.Pages"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
AllowDrop="True"
AllowDrop="False"
DragLeave="Page_DragLeave"
DragOver="Page_DragOver"
Drop="Page_Drop"
mc:Ignorable="d">

<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="200" />
<RowDefinition Height="0" />
<RowDefinition Height="2*" />
</Grid.RowDefinitions>

Expand Down
2 changes: 1 addition & 1 deletion src/Lively/Lively/Lively.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<StartupObject></StartupObject>
<ApplicationIcon>appicon.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AssemblyVersion>2.0.2.1</AssemblyVersion>
<AssemblyVersion>2.0.2.2</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion src/installer/Script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; https://jrsoftware.org/isinfo.php

#define MyAppName "Lively Wallpaper"
#define MyAppVersion "1.9.7.0"
#define MyAppVersion "2.0.2.2"
#define MyAppPublisher "rocksdanister"
#define MyAppURL "https://github.com/rocksdanister/lively"
#define MyAppExeName "Lively.exe"
Expand Down

0 comments on commit f69a77b

Please sign in to comment.