Skip to content

Commit

Permalink
版本升级到3.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Harlan-H committed Jul 6, 2024
1 parent 4d824fe commit 1f80a22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.14.5 (2024/07/06)
- 修复上次更新后导致缓存无法删除的bug

# 3.14.4 (2024/05/30)
- 修复上个版本中启动程序报错的问题

Expand Down
4 changes: 2 additions & 2 deletions M3u8Downloader_H.Core/M3u8Downloader_H.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>3.14.4.0</Version>
<Version>3.14.5.0</Version>
<Authors>Harlan</Authors>
<AssemblyVersion>3.14.4.0</AssemblyVersion>
<AssemblyVersion>3.14.5.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
4 changes: 2 additions & 2 deletions M3u8Downloader_H/M3u8Downloader_H.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>M3u8Downloader_H</RootNamespace>
<Platforms>AnyCPU;x64</Platforms>
<AssemblyVersion>3.14.4.0</AssemblyVersion>
<Version>3.14.4.0</Version>
<AssemblyVersion>3.14.5.0</AssemblyVersion>
<Version>3.14.5.0</Version>
<PackageId>m3u8视频下载器</PackageId>
<Product>m3u8视频下载器</Product>
<ApplicationIcon>icon.ico</ApplicationIcon>
Expand Down

0 comments on commit 1f80a22

Please sign in to comment.