About this document
.NET Core Semantic Versioning Guide by Benjamin Vino is a document available to read on EtoBox.
.NET Core uses semantic versioning (major.minor.patch) for packages, metapackages, and frameworks. Packages version independently, while metapackages and frameworks version together but at different levels based on the changes made. Major releases add significant new capabilities, minor releases add new APIs, and patch releases make bug fixes without adding APIs. This ensures changes are properly categorized and consumers understand the impact of updates.
- Author
- Benjamin Vino
- Language
- EN