Timthreetwelve / WUView

Windows Update Viewer
MIT License
177 stars 12 forks source link

Bump Vanara.PInvoke.User32 from 4.0.0 to 4.0.1 in /WUView #81

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps Vanara.PInvoke.User32 from 4.0.0 to 4.0.1.

Release notes

Sourced from Vanara.PInvoke.User32's releases.

Release Notes - 4.0.1

What's Changed

  • Added Vanara.PInvoke.ODBC32 package and supporting unit test
  • Added Vanara.PInvoke.OleDB with part of OleDB SDK. Missing about half of the interfaces still.
  • Fixed Shell32.STRRET under 64-bit (#453) and added Free function to release memory rather than having string methods unalloc.
  • Fixed false-positive with StrPtrAuto.IsNullOrEmpty (#455)
  • Added SafeAllocatedMemoryHandleBase.HandleChanged event and overrode SetHandle
  • Fixed marshalling for pszVerb in Shell32.IFolderView2.InvokeVerbOnSelection() #456
  • As alternative to #454 PR changing PROCESS_BASIC_INFORMATION with breaking field names and types, added properties to align with docs for GetProcessInformation
  • Added null handlers to SafeHANDLE equality methods. (#459)
  • Added backwards compatible StackTraceHiddenAttribute for pre-NET 6.0
  • Added ErrorHelper class to help retrieve messages from error codes that accepts alternate methods to FormatMessage. Moved FormatMessage method here from HRESULT. Converted error types to use new and hid stack mentions of ThrowIfError and related methods.
  • Added IConvertible to error base type in FieldValueHash
  • Fixed failure in CorrespondingTypeAttribute.GetCorrespondingTypes introduced in 4.0.0 that excluded null values. (#460) Updated failures due to correction of CorrespondingTypeAttribute.
  • Fixed windows platform warnings in FirewallApi missed since it's VB

Full Changelog: https://github.com/dahall/Vanara/compare/nullableenabled@%7Bv4.0.0%7D...nullableenabled

Commits
  • 0234d0c Updated project files for 4.0.1
  • a9f3a59 Fixed windows platform warnings in FirewallApi missed since it's VB
  • 1a3a4f9 Updated failures due to correction of CorrespondingTypeAttribute
  • a5d78ec Fixed failure in CorrespondingTypeAttribute.GetCorrespondingTypes introduced ...
  • 62f380b Added part of OleDB assembly. Missing about half of the interfaces still.
  • de98bff Added IID_IUnknown guid
  • 622bd6e Added IID_IUnknown const
  • 0d6cf66 Converted error types to use new ErrorHelper and hid stack mentions of ThrowI...
  • b3e390b Added IConvertible to error base type in FieldValueHash
  • d5d9528 Added class to help retrieve messages from error codes that accepts alternate...
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)