From 07cc5470bbcc90f7c1ab18e02f88b93db092831f Mon Sep 17 00:00:00 2001 From: mdabros Date: Sat, 13 Apr 2024 17:26:42 +0200 Subject: [PATCH 1/2] Use mstest 3.3.1 --- .../SharpLearning.AdaBoost.Test.csproj | 4 +--- .../SharpLearning.Containers.Test.csproj | 4 +--- .../SharpLearning.CrossValidation.Test.csproj | 5 +---- .../SharpLearning.DecisionTrees.Test.csproj | 4 +--- .../SharpLearning.Ensemble.Test.csproj | 4 +--- .../SharpLearning.FeatureTransformations.Test.csproj | 4 +--- .../SharpLearning.GradientBoost.Test.csproj | 4 +--- .../SharpLearning.InputOutput.Test.csproj | 4 +--- .../SharpLearning.Metrics.Test.csproj | 4 +--- .../SharpLearning.Neural.Test.csproj | 4 +--- .../SharpLearning.Optimization.Test.csproj | 4 +--- .../SharpLearning.RandomForest.Test.csproj | 4 +--- .../SharpLearning.XGBoost.Test.csproj | 4 +--- 13 files changed, 13 insertions(+), 40 deletions(-) diff --git a/src/SharpLearning.AdaBoost.Test/SharpLearning.AdaBoost.Test.csproj b/src/SharpLearning.AdaBoost.Test/SharpLearning.AdaBoost.Test.csproj index df9b730b..ab2f6d5f 100644 --- a/src/SharpLearning.AdaBoost.Test/SharpLearning.AdaBoost.Test.csproj +++ b/src/SharpLearning.AdaBoost.Test/SharpLearning.AdaBoost.Test.csproj @@ -5,9 +5,7 @@ - - - + diff --git a/src/SharpLearning.Containers.Test/SharpLearning.Containers.Test.csproj b/src/SharpLearning.Containers.Test/SharpLearning.Containers.Test.csproj index 700ebfee..db64f752 100644 --- a/src/SharpLearning.Containers.Test/SharpLearning.Containers.Test.csproj +++ b/src/SharpLearning.Containers.Test/SharpLearning.Containers.Test.csproj @@ -6,9 +6,7 @@ - - - + diff --git a/src/SharpLearning.CrossValidation.Test/SharpLearning.CrossValidation.Test.csproj b/src/SharpLearning.CrossValidation.Test/SharpLearning.CrossValidation.Test.csproj index 67d1f53e..a12be3ee 100644 --- a/src/SharpLearning.CrossValidation.Test/SharpLearning.CrossValidation.Test.csproj +++ b/src/SharpLearning.CrossValidation.Test/SharpLearning.CrossValidation.Test.csproj @@ -5,10 +5,7 @@ - - - - + diff --git a/src/SharpLearning.DecisionTrees.Test/SharpLearning.DecisionTrees.Test.csproj b/src/SharpLearning.DecisionTrees.Test/SharpLearning.DecisionTrees.Test.csproj index 9bb1f105..e163cbb2 100644 --- a/src/SharpLearning.DecisionTrees.Test/SharpLearning.DecisionTrees.Test.csproj +++ b/src/SharpLearning.DecisionTrees.Test/SharpLearning.DecisionTrees.Test.csproj @@ -5,9 +5,7 @@ - - - + diff --git a/src/SharpLearning.Ensemble.Test/SharpLearning.Ensemble.Test.csproj b/src/SharpLearning.Ensemble.Test/SharpLearning.Ensemble.Test.csproj index aab536a7..fa36ec11 100644 --- a/src/SharpLearning.Ensemble.Test/SharpLearning.Ensemble.Test.csproj +++ b/src/SharpLearning.Ensemble.Test/SharpLearning.Ensemble.Test.csproj @@ -5,9 +5,7 @@ - - - + diff --git a/src/SharpLearning.FeatureTransformations.Test/SharpLearning.FeatureTransformations.Test.csproj b/src/SharpLearning.FeatureTransformations.Test/SharpLearning.FeatureTransformations.Test.csproj index de92eb9a..c8ae1ce8 100644 --- a/src/SharpLearning.FeatureTransformations.Test/SharpLearning.FeatureTransformations.Test.csproj +++ b/src/SharpLearning.FeatureTransformations.Test/SharpLearning.FeatureTransformations.Test.csproj @@ -5,9 +5,7 @@ - - - + diff --git a/src/SharpLearning.GradientBoost.Test/SharpLearning.GradientBoost.Test.csproj b/src/SharpLearning.GradientBoost.Test/SharpLearning.GradientBoost.Test.csproj index be743e20..f2bb179c 100644 --- a/src/SharpLearning.GradientBoost.Test/SharpLearning.GradientBoost.Test.csproj +++ b/src/SharpLearning.GradientBoost.Test/SharpLearning.GradientBoost.Test.csproj @@ -5,9 +5,7 @@ - - - + diff --git a/src/SharpLearning.InputOutput.Test/SharpLearning.InputOutput.Test.csproj b/src/SharpLearning.InputOutput.Test/SharpLearning.InputOutput.Test.csproj index 6e7e696e..8fa843bd 100644 --- a/src/SharpLearning.InputOutput.Test/SharpLearning.InputOutput.Test.csproj +++ b/src/SharpLearning.InputOutput.Test/SharpLearning.InputOutput.Test.csproj @@ -5,9 +5,7 @@ - - - + diff --git a/src/SharpLearning.Metrics.Test/SharpLearning.Metrics.Test.csproj b/src/SharpLearning.Metrics.Test/SharpLearning.Metrics.Test.csproj index 944e3e43..4626eea9 100644 --- a/src/SharpLearning.Metrics.Test/SharpLearning.Metrics.Test.csproj +++ b/src/SharpLearning.Metrics.Test/SharpLearning.Metrics.Test.csproj @@ -5,9 +5,7 @@ - - - + diff --git a/src/SharpLearning.Neural.Test/SharpLearning.Neural.Test.csproj b/src/SharpLearning.Neural.Test/SharpLearning.Neural.Test.csproj index aaf5e92f..0ddb93a2 100644 --- a/src/SharpLearning.Neural.Test/SharpLearning.Neural.Test.csproj +++ b/src/SharpLearning.Neural.Test/SharpLearning.Neural.Test.csproj @@ -7,9 +7,7 @@ - - - + diff --git a/src/SharpLearning.Optimization.Test/SharpLearning.Optimization.Test.csproj b/src/SharpLearning.Optimization.Test/SharpLearning.Optimization.Test.csproj index 8a7605a8..5fe9b47d 100644 --- a/src/SharpLearning.Optimization.Test/SharpLearning.Optimization.Test.csproj +++ b/src/SharpLearning.Optimization.Test/SharpLearning.Optimization.Test.csproj @@ -5,9 +5,7 @@ - - - + diff --git a/src/SharpLearning.RandomForest.Test/SharpLearning.RandomForest.Test.csproj b/src/SharpLearning.RandomForest.Test/SharpLearning.RandomForest.Test.csproj index 2e60799a..7efa4e05 100644 --- a/src/SharpLearning.RandomForest.Test/SharpLearning.RandomForest.Test.csproj +++ b/src/SharpLearning.RandomForest.Test/SharpLearning.RandomForest.Test.csproj @@ -5,9 +5,7 @@ - - - + diff --git a/src/SharpLearning.XGBoost.Test/SharpLearning.XGBoost.Test.csproj b/src/SharpLearning.XGBoost.Test/SharpLearning.XGBoost.Test.csproj index 3c1ee907..e56aded5 100644 --- a/src/SharpLearning.XGBoost.Test/SharpLearning.XGBoost.Test.csproj +++ b/src/SharpLearning.XGBoost.Test/SharpLearning.XGBoost.Test.csproj @@ -7,9 +7,7 @@ - - - + From d8f3d9d55f6251afa38ed422a626e27d6da04fff Mon Sep 17 00:00:00 2001 From: mdabros Date: Sat, 13 Apr 2024 17:27:45 +0200 Subject: [PATCH 2/2] 0.31.10 --- src/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 4fdc86f6..186fc839 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ 0.31.0 - 0.31.9 + 0.31.10 $(FileVersion) $(InformationalVersion)