Compare commits

...

1 Commits
v0.1.3 ... main

View File

@ -3,12 +3,12 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<PlatformTarget>x64</PlatformTarget> <PlatformTarget>x64</PlatformTarget>
<Version>0.1.3</Version> <Version>0.1.4</Version>
<Platforms>x64</Platforms> <Platforms>x64</Platforms>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="dopt.SharpPython" Version="0.4.3" /> <PackageReference Include="dopt.SharpPython" Version="0.4.4" />
</ItemGroup> </ItemGroup>
</Project> </Project>