From dfe0761eeddfa2c3246080d38ff0dd4073e245d5 Mon Sep 17 00:00:00 2001 From: Lior Banai Date: Sat, 7 Sep 2024 17:49:31 +0300 Subject: [PATCH] Split Interface nuget to Non Windows Types #2094 --- Analogy/CommonChangeLog.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Analogy/CommonChangeLog.cs b/Analogy/CommonChangeLog.cs index 9be7a61a..3c704be3 100644 --- a/Analogy/CommonChangeLog.cs +++ b/Analogy/CommonChangeLog.cs @@ -9,6 +9,7 @@ public static IEnumerable GetChangeLog() { return new List { + new ("V7.0.0 - Split Interface nuget to Non Windows Types #2094", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 09, 07), "7.0.0"), new ("V6.0.2 - DevExpress 24.1 #2055", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 06, 28), "6.0.2"), new ("V6.0.2 - Remove Net Framework 4.7.1 due to low usage #2040", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 06, 07), "6.0.2"), new ("V6.0.2 - Remove NET7 as it reached End Of Life #2039", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 06, 07), "6.0.2"),