diff --git a/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj b/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj index fd21c10..6e6728c 100644 --- a/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj +++ b/GingerPythonPluginConsole/GingerPythonPluginConsole.csproj @@ -5,9 +5,9 @@ netcoreapp2.1 GingerIronPythonPluginConsole.GingerIronPythonPlugin - 1.1.0.0 - 1.1.0.0 - 1.1.0 + 1.2.0.0 + 1.2.0.0 + 1.2 diff --git a/GingerPythonPluginConsole/GingerPythonService.cs b/GingerPythonPluginConsole/GingerPythonService.cs index 14f98e2..251e013 100644 --- a/GingerPythonPluginConsole/GingerPythonService.cs +++ b/GingerPythonPluginConsole/GingerPythonService.cs @@ -46,7 +46,7 @@ public void RunScript(IGingerAction GA, public void RunScriptFile(IGingerAction GA, [Browse(true)] [BrowseType(BrowseType =BrowseTypeAttribute.eBrowseType.File)] - [FileType(".py")] + [FileType("py")] string scriptFileName, [Label("Python Parameters")] List args)