From 374d936be24c141528881b334a49207d3d2d4007 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 13 Jul 2021 22:35:48 +0200 Subject: [PATCH] specify the MLEM version that Invert will be moved --- MLEM/Extensions/ColorExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MLEM/Extensions/ColorExtensions.cs b/MLEM/Extensions/ColorExtensions.cs index 31ba81c..ae94fa3 100644 --- a/MLEM/Extensions/ColorExtensions.cs +++ b/MLEM/Extensions/ColorExtensions.cs @@ -35,7 +35,7 @@ namespace MLEM.Extensions { public static class ColorHelper { /// - [Obsolete("This method has been moved to ColorExtensions.Invert")] + [Obsolete("This method has been moved to ColorExtensions.Invert in 5.1.0")] public static Color Invert(this Color color) { return ColorExtensions.Invert(color); }