Commit Graph

9 Commits

Author SHA1 Message Date
amaitland
c5da7bb069 Upgrade to 84.3.10-pre
First attempt at using new UpdateNugetPackages.bat

Some reason nuget update didn't correctly upgrade it added, had to manually edit the file.
2020-09-09 17:53:53 +10:00
Alex Maitland
368f4a52ab
Upgrade to 83.4.20 (#94)
* Upgrade to 83.4.20
* OffScreen - Fix Google search javascript
2020-07-02 11:08:43 +10:00
Alex Maitland
3445779de5
Upgrade to 81.3.100 (#87)
* Upgrade to 81.3.20-pre

* WinForms/WPF - Update enable-media-stream command line arg

Remove the "1" as it's not required, does nothing, there is no need to pass in a second argument

Issue https://github.com/cefsharp/CefSharp/issues/2858

* Upgrade to 81.3.100
2020-05-23 12:11:28 +10:00
amaitland
611760a153 Upgrade to 79.1.360 2020-02-11 07:56:02 +10:00
amaitland
898eb755c6 .Net Core - Update example to self host the BrowserSubProcess
Eliminates the requirements for .Net 4.5.2, the application exe is used as the browsersubprocess.
Additional manual import of CefSharp.BrowserSubProcess.Core is required see csproj file for example

TODO: OffScreen version is crashing on exit so it's been updated, it just isn't using itself as the BrowserSubProcess
2020-02-10 12:20:12 +10:00
amaitland
25785ab9a0 Update .Net Core projects to 79.1.350 2020-01-30 11:54:02 +10:00
Alex Maitland
a71f3c5d9f
Upgrade to 79.1.350 (#61)
* Upgrade to 79.1.350
2020-01-29 13:46:47 +10:00
amaitland
c03e51151d Upgrade .Net Core examples to 75.1.143 2019-11-03 13:08:45 +10:00
Konstantin Preißer
9632e10c14 Add .NET Core 3.0 WinForms/WPF/OffScreen examples (#57)
* Add minimal WinForms and WPF examples using .NET Core 3.0 projects, reusing the existing code files.

Issue cefsharp/CefSharp#2796

* Follow-Up: Add a minimal OffScreen example using a .NET Core 3.0 project.

* Upgrade to 75.1.142.

* Update README.md to mention .NET Core support.

* Fix typo.

* Add comment about UseShellExecute.
2019-09-10 18:20:34 +10:00