Skip to content

Bump Vanara.PInvoke.Mpr from 3.3.4 to 3.3.13#16

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 1, 2021

Bumps Vanara.PInvoke.Mpr from 3.3.4 to 3.3.13.

Release notes

Sourced from Vanara.PInvoke.Mpr's releases.

Release Notes - 3.3.13

Additions

  • Added methods and interfaces for File History (FhSvcCtl)
  • Added NotifyIcon.GetBounds extension method
  • Updated SafeAnysizeStruct so an IntPtr field can be used for the array size.
  • Updated documentation for NOTIFYICONIDENTIFIER and added constructors.
  • Added Rtl*Heap functions
  • Added missing constants and CLSID for component category registration.
  • Added Shell32.IDeskBand and supporting types
  • Added ability to set a COLORREF by using a tuple (e.g. COLORREF c = (255,255,0);)
  • Added SHCIDS constants
  • Added IsNullOrEmpty property to StrPtrXX structures.
  • Added IEquatable support to GuidPtr and StrPtr* structs. …
  • Added char* cast to StrPtrUni and sbyte* cast to StrPtrAnsi.
  • Added Wireless Ad Hoc interfaces to WlanApi assembly.

Fixes

  • Removed HelpBuilder project and files -- unused and problematic.
  • Fixed parameter and field types for User32 mouse functions (#248)
  • Fixed bug in SafeProcThreadAttributeList.Create (#249)
  • BREAKING CHANGE Changed const params in SHCreateDefaultContextMenu, SHCreateShellFolderView and SHCreateShellFolderViewEx from ref to in.

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.

... (truncated)

Commits
  • 59bcb46 Updated project files for 3.3.13 release
  • 3f0e9f0 Fixed XML comment error
  • b8793f4 Tests for FhSVcCtl now working
  • 2251e5d Added methods and interfaces for File History -- tests still failing
  • c70f8bc Added Wireless Ad Hoc interfaces to WlanApi assembly.
  • f33d7e4 Pulled out dot1x.h structs and enums into Dot1x.cs
  • 26bd7d8 Added IEquatable support to GuidPtr and StrPtr* structs.
  • 231ea34 Added IsNullOrEmpty property to StrPtrXX structures.
  • a52ea80 Changed const params in SHCreateDefaultContextMenu, SHCreateShellFolderView a...
  • 523d1c7 Added param attributes to StrRetToXX methods.
  • 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.13.
- [Release notes](https://github.com/dahall/vanara/releases)
- [Commits](dahall/Vanara@v3.3.4...v3.3.13)

---
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 Oct 1, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Oct 27, 2021

Superseded by #21.

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