FF-330 - fixing issue with subtitle track merge not saving language

This commit is contained in:
John Andrews
2022-09-24 16:36:15 +12:00
parent 8cd7dbc5e5
commit b67fbe0cce
43 changed files with 162 additions and 64 deletions

View File

@@ -5,8 +5,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>FileFlows.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<FileVersion>1.0.2.180</FileVersion>
<ProductVersion>1.0.2.180</ProductVersion>
<FileVersion>1.0.4.189</FileVersion>
<ProductVersion>1.0.4.189</ProductVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PublishTrimmed>true</PublishTrimmed>
<Company>FileFlows</Company>

View File

@@ -4,7 +4,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
{
public Guid Uid => new Guid("3d8e13f2-819f-437f-b177-be40147c6e2b");
public string Name => "Gotify Nodes";
public string MinimumVersion => "1.0.0.1864";
public string MinimumVersion => "1.0.4.2019";
public void Init()
{