Skip to content

Commit

Permalink
更新3.0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jun 6, 2022
1 parent 47aa205 commit 0e8597b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DDTV_CLI/DDTV_CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>3.0.2.8</Version>
<Version>3.0.2.9</Version>
<Description>这是DDTV的CLI版本</Description>
<ApplicationIcon>DDTV.ico</ApplicationIcon>
<Authors>ami</Authors>
Expand Down
2 changes: 1 addition & 1 deletion DDTV_Core/DDTV_Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyVersion></AssemblyVersion>
<FileVersion>3.0.2.0</FileVersion>
<Authors>ami</Authors>
<Version>3.0.2.8</Version>
<Version>3.0.2.9</Version>
<Description>这是DDTV3.0的核心库,提供如无人值守、稳定的开播自动录制功能;
并且对主播开播中任何断流导致的文件分段提供自动合并功能,如果需要也能进行录制完成后自动转码功能

Expand Down
2 changes: 1 addition & 1 deletion DDTV_Core/SystemAssembly/DownloadModule/Download.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static bool CancelDownload(long uid)
/// 下载任务结束处理
/// </summary>
/// <param name="uid">用户UID</param>
/// <param name="Split">任务是否切片(当自动切片使能时,自动转码和flv文件合并取消)</param>
/// <param name="Split">任务是否切片(当自动切片使能时,FLV文件合并功能会跳过)</param>
/// <param name="IsCancel">该任务是否已经取消</param>
internal static void DownloadCompleteTaskd(long uid, bool Split = false, bool IsCancel = false)
{
Expand Down
2 changes: 1 addition & 1 deletion DDTV_GUI/DDTV_GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWPF>true</UseWPF>
<ApplicationIcon>Resources\Img\UI\DDTV.ico</ApplicationIcon>
<AssemblyVersion></AssemblyVersion>
<Version>3.0.2.8</Version>
<Version>3.0.2.9</Version>
<Authors>ami</Authors>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion DDTV_WEB_Server/DDTV_WEB_Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Version>3.0.2.8</Version>
<Version>3.0.2.9</Version>
<Authors>ami</Authors>
<ApplicationIcon>DDTV.ico</ApplicationIcon>
</PropertyGroup>
Expand Down

0 comments on commit 0e8597b

Please sign in to comment.