Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Updated Microsoft.Windows.CsWin32 from 0.3.209 to 0.3.231.

Release notes

Sourced from Microsoft.Windows.CsWin32's releases.

0.3.228

What's Changed

New Contributors

Full Changelog: microsoft/CsWin32@v0.3.217...v0.3.228

https://www.nuget.org/packages/Microsoft.Windows.CsWin32/0.3.228

0.3.217

What's Changed

Full Changelog: microsoft/CsWin32@v0.3.213...v0.3.217

0.3.213

What's Changed

Full Changelog: microsoft/CsWin32@v0.3.205...v0.3.213

Commits viewable in compare view.

Updated Microsoft.Windows.SDK.Win32Metadata from 62.0.23-preview to 65.0.8-preview.

Release notes

Sourced from Microsoft.Windows.SDK.Win32Metadata's releases.

65.0.8-preview

Changes:

  • #​2129: Update ChangesSinceLastRelease.txt
  • #​2116: Add additional console APIs/types
  • #​2128: Update CODEOWNERS
  • #​2122: Upgrade D3D12 Agility SDK to 1.618.1
  • #​2043: Add missing InvalidHandleValue metadata on RAII types
  • #​2124: Update crossarch list based on new component partitions
  • #​2125: Fix return value of ShellExecute
  • #​2121: Update to v65

This list of changes was auto generated.

64.0.22-preview

Changes:

Fixes:

  • #​2058: CldApi Handles generate invalid SafeFileHandle overloads
  • #​2030: Namespace of IsCharLowerW seems wrong
  • #​2021: Update DEVPROPKEY and PROPERTYKEY namespaces in ConstantsScraper.header.txt

Enhancements:

  • #​2028: Problem with the dwreadflags parameter of the ReadEventLog function

Others:

  • #​2120: Add missing WLDP and SPOOLSS APIs
  • #​2091: Upgrade D3D12 Agility SDK to 1.616.0
  • #​2092: Bundle license with win32docs package
See More
  • #​2062: CldApi Handles generate invalid SafeFileHandle overloads. Fixed #​2058.
  • #​2060: DPI_AWARENESS_CONTEXT value -1 is valid but metadata indicates otherwise
  • #​2042: Restore missing headers
  • #​2031: Missing PROCESS_CREATION_MITIGATION_POLICY_* macros
  • #​2055: Upgrade D3D12 Agility SDK to 1.615.0
  • #​2041: LPM_HANDLE refers to free function LPM_Deinitialize that doesn't exist
  • #​2032: Fixed some namespace cycles.
  • #​2040: Problem with the dwreadflags parameter of the ReadEventLog function
  • #​2036: D3D11CreateDevice HMODULE Software parameter is optional
  • #​2038: CreateStreamOnHGlobal HGLOBAL parameter is optional
  • #​2050: CreateTransaction parameters are incorrectly attributed
  • #​2057: Philnach/ngbvcentralize
  • #​2025: nbgv still pulled from nuget.org
  • #​1964: Add GetFileInformationByName (requires SDK 10.0.26100.1)

This list of changes was auto generated.

63.0.31-preview

Changes:

Enhancements:

  • #​1922: It would be nice to have an impl From<DEVPROPKEY> for PROPERTYKEY

Others:

  • #​2019: Add additional device partitions
  • #​2008: WINTRUST_SIGNATURE_SETTINGS_FLAGS should be a flagged enum
  • #​1994: More Retained functions
  • #​2004: CopyFile* constants should be in the Windows.Win32.Storage.FileSystem namespace
  • #​2007: IExplorerCommand: Methods could return flag type instead of u32 and flag types should be marked as flags
  • #​2009: Support for enum types in CreateFont method instead of casting to uint
  • #​2010: CRYPTCATATTRIBUTE can use a flagged enum
See More
  • #​2017: Apply same NuGetConfigFile change as wdkmetadata to pipeline yaml
  • #​2011: IContextMenu::QueryContextMenu returns multiple success values
  • #​2013: Update Install-DotNetTool.ps1 to use repos NuGet.config
  • #​2012: Address dependabot alerts about MessagePack NuGet package
  • #​1997: Add additional BCrypt APIs
  • #​1995: Move win32metadaata onto a more secure nuget feed
  • #​1980: Revert [RetVal] annotation for multi-output DCompositionGetStatistics()
  • #​1979: Correct GdiPlus Bitmap, Image documentation links
  • #​1977: Correct AviStream documentation links
  • #​1993: Annotate input length of DCompositionGetStatistics::targetIds
  • #​1987: Add PRINTER_HANDLE type
  • #​1988: Remove RAIIFree attribute from PSID
  • #​1978: Remove StructSizeField from BLOB, BSTRBLOB
  • #​1976: Correct PMPRADMINCONNECTIONHANGUPNOTIFICATION3 parameter 4
  • #​1974: Add NET_IF_COMPARTMENT_ID typedef and constants
  • #​1975: Add QueryOptionalDelayLoadedAPI
  • #​1969: Fix error where pipeline name ending in a '.' would cause the PR pipeline to fail
  • #​1971: Mark ID3D12GraphicsCommandList::ClearDepthStencilView pRects as Optional
  • #​1453: Bug: ID3D12GraphicsCommandList::ClearRenderTargetView pRects should be marked optional
  • #​1970: Annotate missing ComOutPtr in CompositionSwapchain and `DirectCom…

This list of changes was auto generated.

Commits viewable in compare view.

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 <dependency name> 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)

Bumps Microsoft.Windows.CsWin32 from 0.3.209 to 0.3.231
Bumps Microsoft.Windows.SDK.Win32Metadata from 62.0.23-preview to 65.0.8-preview

---
updated-dependencies:
- dependency-name: Microsoft.Windows.CsWin32
  dependency-version: 0.3.231
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Windows.SDK.Win32Metadata
  dependency-version: 65.0.8-preview
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Oct 27, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2025

Superseded by #11.

@dependabot dependabot bot closed this Nov 3, 2025
@dependabot dependabot bot deleted the dependabot/nuget/src/multi-b93b00416f branch November 3, 2025 12:44
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant