Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Notification - 97.1.x #3956

Closed
11 tasks done
amaitland opened this issue Jan 10, 2022 · 6 comments
Closed
11 tasks done

Release Notification - 97.1.x #3956

amaitland opened this issue Jan 10, 2022 · 6 comments
Assignees
Milestone

Comments

@amaitland
Copy link
Member

amaitland commented Jan 10, 2022

Due to upstream changes starting in version 93 the minimum VC++ version has changed from 2015 to 2019 see #3636 for details.

Release 97.1.x-pre

  • Update to latest CEF build
  • Create release notes
  • Update DevTools client API
  • Create cefsharp/97 release branch
  • Release -pre packages to nuget.org

Release 97.1.x

  • Resolve remaining issues attached to 97 Milestone
  • Create release notes
  • Update General Usage API doc links
  • Update Issue Template CEF Sample application links
  • Generate new API Doc and upload to http://cefsharp.github.io/api/
  • Release 97.1.x packages to nuget.org

CEF has disabled BackForwardCache until some stability issues are resolved. See https://bitbucket.org/chromiumembedded/cef/issues/3237/alloy-m97-back-forward-cache-causes

@amaitland amaitland added this to the 97.0.x milestone Jan 10, 2022
@amaitland amaitland self-assigned this Jan 10, 2022
@amaitland amaitland pinned this issue Jan 10, 2022
@amaitland
Copy link
Member Author

Failing test for #3867 has been disabled in the cefsharp/97 branch so builds will pass. Have to delete and recreate the -pre release unfortunately. Build should complete and be available on nuget.org later today.

@amaitland
Copy link
Member Author

The 97.1.10-pre release packages have been pushed to Nuget.org and should be available shortly.

All packages require Microsoft Visual C++ 2019 or greater.

For the .Net 4.5.2 and above

For .Net Core 3.1/.Net 5.0+

NOTE A minimum of .Net Core 3.1 is required.


Ijwhost.dll
To support C++/CLI libraries in .NET Core, ijwhost was created as a shim for finding and loading the runtime. All C++/CLI libraries are linked to this shim, such that ijwhost.dll is found/loaded when the C++/CLI library is loaded.

@amaitland
Copy link
Member Author

The 97.1.12 release packages have been pushed to Nuget.org

All packages require Microsoft Visual C++ 2019 or greater.

For the .Net 4.5.2 and above

For .Net Core 3.1/.Net 5.0+

NOTE A minimum of .Net Core 3.1 is required.


Ijwhost.dll
To support C++/CLI libraries in .NET Core, ijwhost was created as a shim for finding and loading the runtime. All C++/CLI libraries are linked to this shim, such that ijwhost.dll is found/loaded when the C++/CLI library is loaded.

@bchoksi
Copy link

bchoksi commented Jan 21, 2022

I noticed that for the latest release v97.1.12 the build.ps1 file still contains the old version 97.0.8

I also noticed the CI build is failing https://ci.appveyor.com/project/cefsharp/cefsharp/builds/42246176

@amaitland
Copy link
Member Author

I noticed that for the latest release v97.1.12 the build.ps1 file still contains the old version 97.0.8

The build script takes care of this for official versions. The packages on Nuget.org will have the correct version numbers.

I also noticed the CI build is failing https://ci.appveyor.com/project/cefsharp/cefsharp/builds/42246176

I am aware I get notifications for all build failures, no need to let me know. There is already issue #3867 open to track the problem.

@amaitland
Copy link
Member Author

The 97.1.61 release packages have been pushed to Nuget.org

All packages require Microsoft Visual C++ 2019 or greater.

For the .Net 4.5.2 and above

For .Net Core 3.1/.Net 5.0+

NOTE A minimum of .Net Core 3.1 is required.


Ijwhost.dll
To support C++/CLI libraries in .NET Core, ijwhost was created as a shim for finding and loading the runtime. All C++/CLI libraries are linked to this shim, such that ijwhost.dll is found/loaded when the C++/CLI library is loaded.

@amaitland amaitland unpinned this issue Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants