Compare commits

..

2 Commits
v0.4.0 ... main

Author SHA1 Message Date
1b99564fa9 bump version to v0.4.1 2025-06-26 15:09:09 +02:00
8df5731d08 bump dopt.SharpPython to v0.4.4 2025-06-25 16:19:45 +02:00

View File

@ -6,12 +6,12 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<PlatformTarget>x64</PlatformTarget> <PlatformTarget>x64</PlatformTarget>
<Platforms>x64</Platforms> <Platforms>x64</Platforms>
<Version>0.4.0</Version> <Version>0.4.1</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile> <GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="dopt.SharpPython" Version="0.4.2" /> <PackageReference Include="dopt.SharpPython" Version="0.4.4" />
</ItemGroup> </ItemGroup>
</Project> </Project>