Skip to content

Semantic versioning. API change management

Jean-Marc Prieur edited this page Mar 12, 2018 · 4 revisions

ADAL.NET has adopted semantic versioning, the industry standard for OSS projects.

Per the semantic versioning spec, breaking changes (a.k.a. incompatible changes) will only be released with a major version bump. When that happens, we will document that change in the release notes.

Getting started with MSAL.NET

Acquiring tokens

Web Apps / Web APIs / daemon apps

Desktop/Mobile apps

Advanced topics

FAQ

Other resources

Clone this wiki locally