diff --git a/content/versions.md b/content/versions.md index 814fb971..a56d7f72 100644 --- a/content/versions.md +++ b/content/versions.md @@ -40,7 +40,7 @@ date: 2023-12-13 ## Versioning Strategy -**ScottPlot does not use [semantic versioning](semver.org).** Instead, version numbers are thoughtfully incremented to signal the likelihood that effort will be required to upgrade. Efforts are made to maximize backward compatibility, but **development prioritizes moving toward a high quality and intuitive API** over preventing existing users from having to modify code to upgrade. +**ScottPlot does not use [semantic versioning](https://semver.org).** Instead, version numbers are thoughtfully incremented to signal the likelihood that effort will be required to upgrade. Efforts are made to maximize backward compatibility, but **development prioritizes moving toward a high quality and intuitive API** over preventing existing users from having to modify code to upgrade. **Naming:** ScottPlot x.y.z (major.minor.build) @@ -48,4 +48,4 @@ date: 2023-12-13 * **Minor version bump:** Significant changes to the API will require **many users** to modify source code files. However, many users will be able to upgrade effortlessly without requiring code modification. -* **Major version bump:** Significant changes the API require **all users** to modify most source code files and refer to new documentation. Unless the SkiaSharp is replaced with a different rendering system it unlikely ScottPlot will experience a major version bump. \ No newline at end of file +* **Major version bump:** Significant changes the API require **all users** to modify most source code files and refer to new documentation. Unless the SkiaSharp is replaced with a different rendering system it unlikely ScottPlot will experience a major version bump.