Skip to content

Commit

Permalink
版本升级到3.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Harlan-H committed May 30, 2024
1 parent 8eebae5 commit b8e2481
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 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.4 (2024/05/30)
- 修复上个版本中启动程序报错的问题

# 3.14.3 (2024/05/16)
- 优化插件开发
- 允许插件使用log功能
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.3.0</Version>
<Version>3.14.4.0</Version>
<Authors>Harlan</Authors>
<AssemblyVersion>3.14.3.0</AssemblyVersion>
<AssemblyVersion>3.14.4.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
2 changes: 0 additions & 2 deletions M3u8Downloader_H.M3U8/M3u8Downloader_H.M3U8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<AssemblyVersion>3.14.3.0</AssemblyVersion>
<Version>3.14.3.0</Version>
</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.3.0</AssemblyVersion>
<Version>3.14.3.0</Version>
<AssemblyVersion>3.14.4.0</AssemblyVersion>
<Version>3.14.4.0</Version>
<PackageId>m3u8视频下载器</PackageId>
<Product>m3u8视频下载器</Product>
<ApplicationIcon>icon.ico</ApplicationIcon>
Expand Down

0 comments on commit b8e2481

Please sign in to comment.