Skip to content

Commit

Permalink
Merge pull request #4 from Ginger-Automation/Ginger-Python-Plugin-Upg…
Browse files Browse the repository at this point in the history
…rade

Ginger Python Plugin Upgrade changes
  • Loading branch information
Maheshkale447 committed Aug 23, 2022
2 parents b356e27 + e4cf9d2 commit 3669694
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ginger.Plugin.Core" Version="3.3.2" />
<PackageReference Include="Ginger.Plugin.Core" Version="4.5.2" />
<PackageReference Include="IronPython" Version="2.7.9" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions GingerPythonPluginConsole/GingerPythonPluginConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<StartupObject>GingerIronPythonPluginConsole.GingerIronPythonPlugin</StartupObject>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<Version>1.2</Version>
<Version>2.0.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ginger.Plugin.Core" Version="3.3.4" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Ginger.Plugin.Core" Version="4.5.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions GingerPythonPluginTest/GingerPythonPluginTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GingerTestHelper" Version="1.0.4" />
<PackageReference Include="GingerTestHelper" Version="4.5.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3669694

Please sign in to comment.