DineshSolanki / FoliCon

Creates Folder icons for Movies, Serials, Music,Anime and Games Folders
https://dineshsolanki.github.io/FoliCon/
GNU General Public License v3.0
58 stars 5 forks source link

Bump Vanara.PInvoke.Shell32 from 3.3.12 to 3.3.13 #29

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps Vanara.PInvoke.Shell32 from 3.3.12 to 3.3.13.

Release notes

Sourced from Vanara.PInvoke.Shell32'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.
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)