Skip to content

Commit

Permalink
updating version + fix file type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sudarshan0212 committed Jul 3, 2019
1 parent cadc114 commit cd84508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions GingerPythonPluginConsole/GingerPythonPluginConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<ApplicationIcon />
<StartupObject>GingerIronPythonPluginConsole.GingerIronPythonPlugin</StartupObject>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Version>1.1.0</Version>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<Version>1.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion GingerPythonPluginConsole/GingerPythonService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class GingerPythonService
public void RunScriptFile(IGingerAction GA,
[Browse(true)]
[BrowseType(BrowseType =BrowseTypeAttribute.eBrowseType.File)]
[FileType(".py")]
[FileType("py")]
string scriptFileName,
[Label("Python Parameters")]
List<Arg> args)
Expand Down

0 comments on commit cd84508

Please sign in to comment.