Skip to content

Commit

Permalink
版本升级到3.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Harlan-H committed May 16, 2024
1 parent 2c8ff36 commit 7bd7ef8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.14.3 (2024/05/16)
- 优化插件开发
- 允许插件使用log功能
- 当增加或删除插件不在需要重启软件
- 优化代理设置提示

# 3.14.2 (2024/05/13)
- 优化当多个任务同时开启日志时界面卡顿的问题

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.2.0</Version>
<Version>3.14.3.0</Version>
<Authors>Harlan</Authors>
<AssemblyVersion>3.14.2.0</AssemblyVersion>
<AssemblyVersion>3.14.3.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
4 changes: 2 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,8 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<AssemblyVersion>3.14.2.0</AssemblyVersion>
<Version>3.14.2.0</Version>
<AssemblyVersion>3.14.3.0</AssemblyVersion>
<Version>3.14.3.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
2 changes: 1 addition & 1 deletion M3u8Downloader_H.Plugin/M3u8Downloader_H.Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.1.0</Version>
<Version>1.0.2.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.2.0</AssemblyVersion>
<Version>3.14.2.0</Version>
<AssemblyVersion>3.14.3.0</AssemblyVersion>
<Version>3.14.3.0</Version>
<PackageId>m3u8视频下载器</PackageId>
<Product>m3u8视频下载器</Product>
<ApplicationIcon>icon.ico</ApplicationIcon>
Expand Down

0 comments on commit 7bd7ef8

Please sign in to comment.