Daniel Gidman
86644e7366
#637 Conversion to use ImageSharp rather than System.Drawing.Common for cross platform compatibility.
...
Breaking Changes:
* `System.Drawing.Common` is dropped and `SixLabors.ImageSharp` is introduced.
* uses of `NativeImage.CreateFromBitmap(bitmap, options);` is no longer supported, will cause failed builds.
Unexpected Behaviors:
* uses ToDataUrl will always create png data urls, unexpected output may happen for those that manipulate this output expecting a different data url format.
Obsoletions:
* `CreateFromBitmapOptions` & `CreateFromBufferOptions` have been consolidated into `CreateOptions`. Implicit conversions added to ease transition.
* `ToBitmapOptions`, `ToDataUrlOptions`, `ToPngOptions` & `BitmapOptions` have been consolidated into `ImageOptions`. Implicit conversions added to ease transition.
2022-01-26 11:07:48 -06:00
Scott Kuhl
dbf4d0f720
Upgraded NuGet packages to the latest versions:
...
- Microsoft.SourceLink.GitHub 1.0.0-beta2-19367-01 > 1.0.0
- System.Drawing.Common 4.7.0 > 5.0.0
- Microsoft.VisualStudio.Web.CodeGeneration.Design 3.0.0 > 5.0.0
2020-11-21 16:24:24 -06:00
Scott Kuhl
7f62e7299b
Updated .NET Core 3.1 to .NET 5.0.
2020-11-21 16:13:06 -06:00
ThrDev
fa51cdd72c
Merge remote-tracking branch 'upstream/master'
2020-05-06 19:07:31 -04:00
Syed Adeel Hassan Rizvi
00eb9869dc
1. Watch enabled successfully.
...
2. Reloading electron after build.
2020-05-01 17:29:56 +10:00
ThrDev
23015a9f3d
Add System.Drawing.Common reference.
2020-04-26 19:26:45 -04:00
Andrii Kurdiumov
72d1f4b2b9
Cleanup project with regard to documentation
...
Was inspired when reviewing .NET Core 3 support
2019-11-27 21:31:19 +02:00
Robert Muehsig
f1eaffb203
update github sourcelink and framework reference
2019-10-07 22:48:49 +02:00
Robert Muehsig
5cd11a8110
build
2019-10-03 23:36:21 +02:00
Robert Muehsig
e25b89ff6a
Update to .NET Core 3.0
2019-10-03 22:30:58 +02:00
Robert Muehsig
dc73be0c81
update projects to use netcoreapp2.2
2019-05-31 23:54:47 +02:00
Maher Jendoubi
ed6ebe90b1
Fixed some spelling issues
...
* Cleanup of unnecessary usings
* Used language keywords instead of BCL types : Object --> object
* Fixed some spelling issues
2019-05-18 02:00:56 +02:00
Robert Muehsig
da4a8dfa9d
cleanups and licenseUrl for package fixed
2018-12-30 23:18:18 +01:00
Gregor Biswanger
dcd637ae0f
fix migration problems
2018-07-22 21:35:44 +02:00
yaofeng
fcbefa62ca
中文问题编码
2018-07-14 13:50:45 +08:00
yaofeng
1bf274a73c
1. getWindowById(id) add undefined check
...
2. IpcMain add off
2018-05-31 11:05:36 +08:00
Robert Muehsig
1eb312a257
fixes https://github.com/ElectronNET/Electron.NET/issues/20
2017-10-29 23:11:28 +01:00
Robert Muehsig
51f449bb87
changelog referenced and xml doc fix
2017-10-18 23:12:26 +02:00
Gregor Biswanger
550bf2cc64
Merge branch 'master' of https://github.com/GregorBiswanger/ElectronNET
2017-10-18 22:59:16 +02:00
Gregor Biswanger
8c5c01133d
update readme
2017-10-18 22:58:01 +02:00
Robert Muehsig
0caac0084c
include xml documentation
...
see https://github.com/GregorBiswanger/Electron.NET/issues/5
2017-10-18 22:43:57 +02:00
Robert Muehsig
25d3ec4379
img url
2017-10-17 23:37:39 +02:00
Robert Muehsig
385c4fcd1a
nuget meta data
2017-10-17 23:33:52 +02:00
Robert Muehsig
4ed51e5fa8
for xplat dev: always remove dlls from cache
2017-10-16 22:27:54 +02:00
Robert Muehsig
d099363fb9
ignore exit code
2017-10-12 22:44:07 +02:00
Robert Muehsig
b1ad790c41
condition for windows
2017-10-08 22:53:17 +02:00
Robert Muehsig
e01c2dc423
dev cleanup
2017-10-06 22:51:43 +02:00
Gregor Biswanger
47996a76d9
implement auto port support for socket bridge communication
2017-10-06 05:04:56 +02:00
Robert Muehsig
7c8c26479a
cli demo
2017-10-03 23:37:46 +02:00
Gregor Biswanger
a0a3e6fc15
migrate from .net core 1.1 to 2.0
2017-10-03 04:17:14 +02:00
Gregor Biswanger
852d3c170d
add first api core library and implement socket.io communication
2017-10-03 03:28:56 +02:00