dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

Promote shipped APIs #502

Closed AArnott closed 4 years ago

AArnott commented 4 years ago

It's easier to track when API changes are made that represent breaking changes from a prior release if we keep up the PublicAPI.Shipped.txt file. This PR moves all previously shipped API to the right file, and reverts one detected API change that is not worth introduce a binary breaking change for.