Skip to content

Commit

Permalink
发布v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leiurayer committed Dec 9, 2023
1 parent a8c8626 commit f2b82a4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 更新日志

## `2023/12/09` v1.6.0

* [优化] 下载列表弹出框。
* [优化] 添加任务栏图标。
* [优化] 视频流API、视频详细信息API。
* [修复] 文件名导致的闪退问题。
* [修复] 程序反复读取设置文件的问题。
* [修复] 修复扫码登录的问题。
* [修复] 在下载设置窗口界面取消或关闭窗口之后导致的DownKyi闪退问题 #907

## `2023/05/24` v1.5.9

* [新增] 下载完成系统提示。
Expand Down
4 changes: 2 additions & 2 deletions src/DownKyi.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.9.0")]
[assembly: AssemblyFileVersion("2.1.9.0")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2.0.0")]
4 changes: 2 additions & 2 deletions src/DownKyi/Models/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public class AppInfo
public string VersionName { get; }

const int a = 1;
const int b = 5;
const int c = 9;
const int b = 6;
const int c = 0;

public AppInfo()
{
Expand Down
4 changes: 2 additions & 2 deletions src/DownKyi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 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.9.0")]
[assembly: AssemblyFileVersion("1.5.9.0")]
[assembly: AssemblyVersion("1.6.0.0")]
[assembly: AssemblyFileVersion("1.6.0.0")]

0 comments on commit f2b82a4

Please sign in to comment.