parameter

This commit is contained in:
2024-05-16 11:52:34 +02:00
parent bf463b6e7b
commit d4be7d0566
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<Version>2.1.8</Version> <Version>2.1.9</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@@ -132,7 +132,7 @@ namespace Pilz.Plugins
Assembly = assembly Assembly = assembly
}; };
LoadPlugin(result); LoadPlugin(result, parameters);
return result; return result;
} }