WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# not release
2
2
3
+
# 0.0.9
4
+
5
+
ElectronNET.API:
6
+
7
+
* Better Async handling - thanks @danielmarbach
8
+
9
+
ElectronNET.CLI:
10
+
11
+
* More options on the 'build' command, e.g. for a 32bit debug build with electron prune: build /target custom win7-x86;win32 /dotnet-configuration Debug /electron-arch ia32 /electron-params "--prune=true "
12
+
* .NET Core project is now build with Release configuration, but can be adjusted with the new params.
13
+
* Be aware: "Breaking" (but because of the alpha status of this project, we won't use SemVer)
14
+
15
+
# 0.0.8
16
+
17
+
This version was skipped because we unfortunatly released a pre version of this on NuGet.
0 commit comments