From 15b2a36790ceaab453d001d939d039860592dd0d Mon Sep 17 00:00:00 2001 From: Kieran Boyle Date: Mon, 12 Aug 2019 13:34:00 +0100 Subject: [PATCH] [ci skip] Removed duplicate "any" from the readme (#1353) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1e16699..f4bc5811e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The .NET Core workload must be selected during Visual Studio installation. This library generally abides by [Semantic Versioning](https://semver.org). Packages are published in MAJOR.MINOR.PATCH version format. -An increment of the PATCH component always indicates that an internal-only change was made, generally a bugfix. These changes will not affect the public-facing API in any way, and are always guaranteed to be forward- and backwards-compatible with your codebase, any any pre-compiled dependencies of your codebase. +An increment of the PATCH component always indicates that an internal-only change was made, generally a bugfix. These changes will not affect the public-facing API in any way, and are always guaranteed to be forward- and backwards-compatible with your codebase, any pre-compiled dependencies of your codebase. An increment of the MINOR component indicates that some addition was made to the library, and this addition is not backwards-compatible with prior versions. However, Discord.Net **does not guarantee forward-compatibility** on minor additions. In other words, we permit a limited set of breaking changes on a minor version bump.