From cd84508fdae476f8f8933033e38116cff8fa4b4a Mon Sep 17 00:00:00 2001 From: Sudarshan Sathe Date: Thu, 4 Jul 2019 00:05:20 +0530 Subject: [PATCH] updating version + fix file type issue --- GingerPythonPluginConsole/GingerPythonPluginConsole.csproj | 6 +++--- GingerPythonPluginConsole/GingerPythonService.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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)