From ce8f8e3d94f9f7688b77d4999c8458b59115ed7f Mon Sep 17 00:00:00 2001 From: Kamran Ayub Date: Wed, 5 Jun 2024 09:56:15 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a462f8..1dec791 100644 --- a/README.md +++ b/README.md @@ -127,11 +127,15 @@ var thumb2X = IGDB.ImageHelper.GetImageUrl(imageId: artworkImageId, size: ImageS var coverSmall = IGDB.ImageHelper.GetImageUrl(imageId: artworkImageId, size: ImageSize.CoverSmall, retina: false); ``` +## Versioning Policy + +This project follows semantic versioning closely, so any API changes that may cause a compiler error results in a major version bump. Non-breaking enhancements or features result in a minor version bump. Bug fixes that don't add new features result in a patch version bump. + ## Contributing ### Prerequisites -- .NET Core SDK 2.2.5 +- .NET 6+ - Visual Studio Code or VS 2017+ ### Local Development