dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

Update User32::WinEventProc and MSCorEE::GetVersionFromProcess #397

Closed joerohde closed 4 years ago

joerohde commented 6 years ago

User32: Update WinEventProc - Runtime Issue

FDB-Fakim commented 4 years ago

Is there a reason https://github.com/AArnott/pinvoke/commit/9476c5cc9d067f78b45e7565701059286b9ac42a isn't included in PInvoke.User32.0.6.6.nupkg?

AArnott commented 4 years ago

@FDB-Fakim Yes: that release came out before this PR completed. :)

AArnott commented 4 years ago

I think what you mean to ask is "Is there a reason there hasn't been a release since this PR was merged?"

And the answer to that would be "not particularly." I suppose it is time to release another one. I'll prepare one.