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

Bump PInvoke.Shell32 from 0.7.78 to 0.7.104 #300

Merged
merged 1 commit into from
Mar 11, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2021

Bumps PInvoke.Shell32 from 0.7.78 to 0.7.104.

Release notes

Sourced from PInvoke.Shell32's releases.

v0.7.104

Changes:

Fixes:

  • #563: Kernel32.GetModuleHandle should return IntPtr instead of SafeHandle

Enhancements:

  • #535: Add CreateFile overload that doesn't require a string object

Others:

  • #562: Fix GetCursorInfo to use ref instead of out
  • #560: Fix GetMonitorInfo signature
  • #558: User32.GetMonitorInfo() has the wrong signature.
  • #555: Rename USer32+HELPINFO.cs to User32+HELPINFO.cs
  • #554: CWPSTRUCT, CWPRETSTRUCT, Prop functions and Control Window Style enums
  • #543: Add User32 ChangeWindowMessageFilterEx and more
  • #540: User32.ChangeWindowMessageFilterEx
  • #532: EnumChildWindows can't be found in PInvoke.User32 package
  • #542: Add User32.GetLastInputInfo
  • #541: Update UAP target to 10.0.16299
  • #539: Add WS_EX_NOREDIRECTIONBITMAP

This list of changes was auto generated.

Commits
  • 76d2d9f Merge pull request #567 from dotnet/fix563
  • 768eb8f Fix GetModuleHandle so its use doesn't prematurely unload a module
  • d91801e Promote CsWin32
  • 5a9d512 Merge pull request #562 from dotnet/fix558
  • 058171c Fix GetCursorInfo to use ref instead of out
  • a9fd469 Merge pull request #560 from dotnet/fix558
  • 9a115f1 Fix GetMonitorInfo signature
  • 8c89c7d Merge pull request #555 from zgabi/master
  • 040247b Rename USer32+HELPINFO.cs to User32+HELPINFO.cs
  • bb42d00 Merge pull request #554 from zgabi/master
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 11, 2021
@codecov
Copy link

codecov bot commented Mar 11, 2021

Codecov Report

Merging #300 (2faf6c3) into master (1b1765b) will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #300      +/-   ##
==========================================
- Coverage   37.58%   37.49%   -0.10%     
==========================================
  Files          90       90              
  Lines        2187     2187              
==========================================
- Hits          822      820       -2     
- Misses       1365     1367       +2     
Impacted Files Coverage Δ
...ant.Core/ControlSimulators/VirtualKeyCodeFinder.cs 70.58% <0.00%> (-11.77%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1b1765b...2faf6c3. Read the comment docs.

@johnnysaucepn johnnysaucepn merged commit bcb3a1d into master Mar 11, 2021
@dependabot dependabot bot deleted the dependabot/nuget/PInvoke.Shell32-0.7.104 branch March 11, 2021 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant