Prepare for 0.3.1

This commit is contained in:
Florian Rappl
2025-12-16 15:51:39 +01:00
parent 4f95043309
commit d3e3188681
5 changed files with 11 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ Add the Electron.NET configuration to your `.csproj` file:
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ElectronNET.Core" Version="0.3.0" />
<PackageReference Include="ElectronNET.Core" Version="0.3.1" />
</ItemGroup>
```