From 663f7f5dda3ec70c568d17bb419a14687222a14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Smreczy=C5=84ski?= Date: Sun, 11 Oct 2020 14:17:57 +0200 Subject: [PATCH] v1.1.1 --- DecisionTree/DecisionTree.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DecisionTree/DecisionTree.csproj b/DecisionTree/DecisionTree.csproj index a31546b..406fbc1 100644 --- a/DecisionTree/DecisionTree.csproj +++ b/DecisionTree/DecisionTree.csproj @@ -14,8 +14,8 @@ Piotr Smreczynski Decision Tree + Visualisation Lightweight framework to define decision trees via configuration with option to generate graph definition in DOT language. - Nullable type decisions can now have null as valid path key. - 1.1.0 + Added option to generate graph definition with only Titles and Paths + 1.1.1