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

Build(deps): Bump Vanara.Windows.Extensions from 3.4.12 to 3.4.13 #11177

Merged
merged 1 commit into from Feb 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps Vanara.Windows.Extensions from 3.4.12 to 3.4.13.

Release notes

Sourced from Vanara.Windows.Extensions's releases.

Release Notes - 3.4.13

Additions

  • Added AvRt.dll support in Vanara.PInvoke.Avrt
  • Added tdh.dll methods to Vanara.PInvoke.Security.
  • Finished work on Vanara.PInvoke.CoreAudio
  • #371 Add Create method for types MONITORINFO and MONITORINFOEX
  • Added and modified classes supporting window creation and message pumps
  • Added conversion operator from FileSystemInfo to FILEDESCRIPTOR
  • Added CorrespondingTypeAttribute to WindowLongFlags values
  • Added equality ops to PROC_THREAD_ATTRIBUTE and cleaned file
  • Added GetClassLongFlag enum and updated GetClassLong and SetClassLong parameter
  • Added CallWindowProc and FindWindowEx overloads
  • Added IComparable and IEquatable to SafeAllocatedMemoryHandle
  • Added MessagePump and ExaminedMessagePump as means to process Get/PeekMessage->DispatchMessage loops.
  • Added missing constants to UxTheme
  • Added missing DWM constants
  • Added missing WindowLongFlags values
  • Added Ole32.IDataObjectV for a more complete reference to IDataObject
  • Added Point.x and y properties to match some C++ implementations
  • Added SafeHANDLE.ThrowIfDisposed method to help implement safer calls.
  • Added SafeNativeArray.GetRefAt method to get a reference to an element in the array
  • Added SafeSyncHandle.Wait method wrapping WaitForSingleObject
  • Added some UxTheme method overloads taking enums

Fixes

  • BREAKING CHANGE: Removed inaccurate tdh.h values from AdvApi32 class and put them in Tdh
  • More BREAKING CHANGES to NativeClipboard. (Sorry!) All atomic methods to set data have been removed due to inconsistencies and design challenges. New model forces all setting and getting to be done through IDataObject and it's methods and extensions. See documentation for class for example. Addresses #355.
  • Fixed and extended implicit operators for RECT and PRECT
  • Fixed bug in NativeClipboard.Clear
  • Fixed bug in NativeClipboard.SetText where only one value was getting set. (#355)
  • Fixed bug in User32.SetWindowLong
  • Fixed bug with CreateClassInfoEx
  • Fixed bug with WindowLongFlags additions
  • Fixed INVALID_FILE_ATTRIBUTES value and type (#369)
  • Fixed packing on WINHTTP_CONNECTION_INFO (#368)
  • Hopeful fix for #373
  • Lots of work on WindowBase, VisibleWindow, WindowClass and MessagePump
  • Moved IWindowCore to MessagePump.cs
  • Reverted User32.BasicMessageWindow to previous, simpler implementation
  • Significant expansion to User32.WindowClass wrapper around WNDCLASSEX
  • Updates to synchapi method params and extension of SafeEventHandle
Commits
  • 89a6861 Updated project files
  • e78039c Added Ole32.IDataObjectV for a more complete reference to IDataObject
  • 98aba00 Fixed a bunch of build errors related to missing XMl docs and nullability
  • c34a711 Added IComparable and IEquatable to SafeAllocatedMemoryHandle
  • 6fd718b Cleaned
  • 2829327 Added equality ops to PROC_THREAD_ATTRIBUTE and cleaned file
  • b742b4b Added SafeSyncHandle.Wait method wrapping WaitForSingleObject
  • 38b7fcb Added SafeHANDLE.ThrowIfDisposed method to help implement safer calls.
  • 764efd8 Added conversion operator from FileSystemInfo to FILEDESCRIPTOR
  • f424be0 Updates to synchapi method params and extension of SafeEventHandle
  • 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 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)

Bumps [Vanara.Windows.Extensions](https://github.com/dahall/vanara) from 3.4.12 to 3.4.13.
- [Release notes](https://github.com/dahall/vanara/releases)
- [Commits](dahall/Vanara@v3.4.12...v3.4.13)

---
updated-dependencies:
- dependency-name: Vanara.Windows.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2023
@yaira2 yaira2 merged commit 5af7b11 into main Feb 6, 2023
@dependabot dependabot bot deleted the dependabot/nuget/Vanara.Windows.Extensions-3.4.13 branch February 6, 2023 05:49
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.

None yet

1 participant