Update wiki 7e6760a428

github-actions[bot]
2025-12-18 23:10:02 +00:00
parent 585cde8fd9
commit 89d6d6976f
2 changed files with 9 additions and 1 deletions

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

@@ -1,3 +1,11 @@
# 0.4.0
## ElectronNET.Core
- Fixed ElectronSingleInstance handling (#996) @softworkz
- Fixed `PackageId` handling (#993) @softworkz
- Added cross-platform npm restore and check mismatch on publish (#988) @softworkz
# 0.3.1
## ElectronNET.Core