mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 04:39:31 -06:00
FF-330 - fixing issue with subtitle track merge not saving language
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user