win32metadata/apidocs
Phil Nachreiner 35d6cb24f7
Address dependabot alerts about MessagePack NuGet package (#2012)
* Update MessagePack to latest stable release

* Add a dependbot configuration file for automatic security update PR's
2024-10-30 15:58:07 -04:00
..
Microsoft.Windows.SDK.Win32Docs Address dependabot alerts about MessagePack NuGet package (#2012) 2024-10-30 15:58:07 -04:00
ScrapeDocs Address dependabot alerts about MessagePack NuGet package (#2012) 2024-10-30 15:58:07 -04:00
ApiDocs.sln
Directory.Build.props
README.md
stylecop.json
version.json

README.md

This folder contains the code and package for API docs

Maintainence

Periodically, run these commands from the root of the repo to update the docs we pack to the latest available:

cd ext\sdk-api
git fetch
git checkout origin/docs
cd ..
git add ext\sdk-api