发布v1.5.9

This commit is contained in:
leiurayer 2023-05-24 23:03:05 +08:00
parent a3579fbb28
commit 35ca6a3442
4 changed files with 10 additions and 5 deletions
CHANGELOG.md
src
DownKyi.Core/Properties
DownKyi

View File

@ -1,5 +1,10 @@
# 更新日志
## `2023/05/24` v1.5.9
* [新增] 下载完成系统提示。
* [修复] UP主个人空间访问。
## `2023/04/30` v1.5.8
* [新增] 视频详情页搜索功能。

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.8.0")]
[assembly: AssemblyFileVersion("2.1.8.0")]
[assembly: AssemblyVersion("2.1.9.0")]
[assembly: AssemblyFileVersion("2.1.9.0")]

View File

@ -11,7 +11,7 @@ namespace DownKyi.Models
const int a = 1;
const int b = 5;
const int c = 8;
const int c = 9;
public AppInfo()
{

View File

@ -51,5 +51,5 @@ using System.Windows;
// 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.5.8.0")]
[assembly: AssemblyFileVersion("1.5.8.0")]
[assembly: AssemblyVersion("1.5.9.0")]
[assembly: AssemblyFileVersion("1.5.9.0")]