Skip to content

Commit 470430f

Browse files
committed
Merge branch 'develop'
2 parents ccfa8c9 + d255dcb commit 470430f

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 3.13.4 (2023/08/07)
2+
- 修复上次更新导致无法重试的错误
3+
14
# 3.13.3 (2023/08/04)
25
- 修复当超时时会报错误得问题
36

M3u8Downloader_H.Core/M3u8Downloader_H.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>3.13.3.0</Version>
6+
<Version>3.13.4.0</Version>
77
<Authors>Harlan</Authors>
8-
<AssemblyVersion>3.13.3.0</AssemblyVersion>
8+
<AssemblyVersion>3.13.4.0</AssemblyVersion>
99
</PropertyGroup>
1010

1111
<PropertyGroup Condition="'$(Configuration)'=='Release'">

M3u8Downloader_H.M3U8/M3u8Downloader_H.M3U8.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<AssemblyVersion>3.13.3.0</AssemblyVersion>
7-
<Version>3.13.3.0</Version>
6+
<AssemblyVersion>3.13.4.0</AssemblyVersion>
7+
<Version>3.13.4.0</Version>
88
</PropertyGroup>
99

1010
<PropertyGroup Condition="'$(Configuration)'=='Release'">

M3u8Downloader_H.PluginManager/M3u8Downloader_H.PluginManager.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>net6.0-windows</TargetFramework>
66
<Nullable>enable</Nullable>
77
<UseWPF>true</UseWPF>
8-
<Version>3.13.3.0</Version>
8+
<Version>3.13.4.0</Version>
99
<ApplicationIcon>icon.ico</ApplicationIcon>
1010
</PropertyGroup>
1111

M3u8Downloader_H/M3u8Downloader_H.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<UseWindowsForms>true</UseWindowsForms>
88
<RootNamespace>M3u8Downloader_H</RootNamespace>
99
<Platforms>AnyCPU;x64</Platforms>
10-
<AssemblyVersion>3.13.3.0</AssemblyVersion>
11-
<Version>3.13.3.0</Version>
10+
<AssemblyVersion>3.13.4.0</AssemblyVersion>
11+
<Version>3.13.4.0</Version>
1212
<PackageId>m3u8视频下载器</PackageId>
1313
<Product>m3u8视频下载器</Product>
1414
<ApplicationIcon>icon.ico</ApplicationIcon>

0 commit comments

Comments
 (0)