Skip to content

Bump Vanara.PInvoke.Mpr from 3.3.4 to 3.3.12#5

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Vanara.PInvoke.Mpr-3.3.12
Closed

Bump Vanara.PInvoke.Mpr from 3.3.4 to 3.3.12#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Vanara.PInvoke.Mpr-3.3.12

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Sep 20, 2021

Bumps Vanara.PInvoke.Mpr from 3.3.4 to 3.3.12.

Release notes

Sourced from Vanara.PInvoke.Mpr's releases.

Release Notes - 3.3.12

Additions

  • Added assembly for CimFs library
  • Added BasicMessageWindow.HandleCreated and HandleDestroyed events.
  • Added CorrespondingType attributes to StandardClipboardFormat values.
  • Added CorrespondingTypeAttribute.EncodingType property to allow for encoding as part of a conversion.
  • Added Flags attribute to DROPEFFECT and UPDFCACHE
  • Added NativeClipboard.GetShellDataObject
  • Added ASCII text item to NativeClipboard.SetText method.
  • Added ShellDataObject.GetData handler for CFSTR_INETURL
  • Added ShellDataObject.SetData handler for CFSTR_DROPDESCRIPTION
  • Added ShellDataObject.SetOleStreamData
  • Added ShellItemArray.ToDataObject method to extract an IDataObject
  • Added ShellItemPropertyStore.Dispose overload to null out use of ShellItem. May help with #242.
  • Added SystemEventHandler.MessageWindowHandleCreated event
  • Added USN type with correct mapping (long for LONGLONG instead of int) and corrected all references in structures and functions. #241

Fixes

  • Changed HFILE to implement ISyncHandle
  • Changed ShellDataObject.ctor to take IEnumerable instead of array and expanded it to set CFSTR_SHELLIDLIST, CFSTR_FILEDESCRIPTORW, CFSTR_FILECONTENTS, CF_HDROP, CFSTR_FILENAMEA, and CFSTR_FILENAMEW.
  • Changed order of title and url placement in NativeClipboard.SetUrl to url first.
  • Fixed misspelling in FILEDESCRIPTOR.nFileSize
  • Made adjustments to WinCon to fix INPUT_EVENT marshaling problems (#244)
  • Renamed PInvoke\NTDll to PInvoke\NtDll to match NuGet package (#243)
  • Streamlined disposals of ShellItem and ReadOnlyPropertyStore to address #242 and minimize impact of garbage collection when IPropertyStore is used.
  • Updated NativeClipboard to ensure that the listener window is only created when the ClipboardUpdate event is handled.
  • Updated User32.INPUT structure for better usability, changed UIntPtr fields to IntPtr in a few structures and functions, added VK_* constants.

Release Notes - 3.3.11

Additions

  • Added NtCreateProcess(Ex) methods to NtDll (#233)
  • Completed addition of all functions to Multimedia project
  • Added WinBio functions and corrected structures -- only partially functional
  • Added winsock2 select function (#239)

Fixes

  • Changed all dll references to lowercase to avoid new .NET 5 behavior (fixes #235)
  • Switched ShellBrowser event handler based methods to overrides and reformatted doc.
  • Fixed #225 with ExplorerBrowser failing when added to designer window.

Release Notes - 3.3.8

Additions

  • BREAKING CHANGE: Removed Vanara.Windows.Forms.NavigationLogDirection in leiu of duplicate in Vanara.Windows.Shell
  • Updated ComStream to support IStream implementation
  • Enhanced ComConnectionPoint
  • Added Vanara.PInvoke.IMAPI (Image Mastering API) assembly
  • Added Vanara.Windows.Shell.ShellBrowser (#221)
  • Added optional parameter overloads for SetFilePointer, SetFilePointerEx
  • Added generic Win32Error.ThrowLastErrorIf method
  • Added IDeviceContext.MeasureText extension method to overcome deprecation of TextFormatFlags.ModifyString

... (truncated)

Commits
  • ce52a9e Updated project file
  • 29b299e Reverted NativeClipboard's listener window to derive from NativeWindow
  • a29af21 Adjusted SystemEventHandler after removing BasicMessageWindow events
  • 1c15f08 Removed BasicMessageWindows events (not relevant) and fixed some null handle ...
  • 57ec948 Added Kernel32.MoveableHGlobalMemoryMethods class (from Vanara.Windows.Shell)
  • 7b13041 Fixed bug in NativeClipboard change event
  • 517de67 Updated project files for 3.3.12
  • d52b0d5 Updated NuGet package dependencies
  • 56cda5a Updated testing for WinCon changes
  • 5132c02 Changed HFILE to implement ISyncHandle
  • 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.PInvoke.Mpr](https://github.com/dahall/vanara) from 3.3.4 to 3.3.12.
- [Release notes](https://github.com/dahall/vanara/releases)
- [Commits](dahall/Vanara@v3.3.4...v3.3.12)

---
updated-dependencies:
- dependency-name: Vanara.PInvoke.Mpr
  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 Sep 20, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Oct 1, 2021

Superseded by #16.

@dependabot dependabot Bot closed this Oct 1, 2021
@dependabot dependabot Bot deleted the dependabot/nuget/Vanara.PInvoke.Mpr-3.3.12 branch October 1, 2021 01:16
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.

0 participants