From a6e4348f5246c61b89039df0e250d3263193a2a3 Mon Sep 17 00:00:00 2001 From: Andrew Koryavchenko Date: Wed, 11 May 2022 11:38:21 +0300 Subject: [PATCH 1/3] 4.1.0 preparations --- Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 23a0ca2e..c34c5ff4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,8 +11,8 @@ $(MSBuildThisFileDirectory)\Build\CodeJam.snk $(NoWarn);CA1014 - 4.0.2.0 - 4.0.2 + 4.1.0.0 + 4.1.0 ..\_Results RSDN From bd66e6171dc49e461b78840c38f61141657bf4c4 Mon Sep 17 00:00:00 2001 From: Andrew Koryavchenko Date: Wed, 11 May 2022 20:00:37 +0300 Subject: [PATCH 2/3] Upgrade NUnit infra --- CodeJam.Main.Tests/CodeJam.Main.Tests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CodeJam.Main.Tests/CodeJam.Main.Tests.csproj b/CodeJam.Main.Tests/CodeJam.Main.Tests.csproj index b71aed32..2b520c23 100644 --- a/CodeJam.Main.Tests/CodeJam.Main.Tests.csproj +++ b/CodeJam.Main.Tests/CodeJam.Main.Tests.csproj @@ -16,8 +16,8 @@ - - + + From 1e60e098150c8d82883acbede7aef2714089a473 Mon Sep 17 00:00:00 2001 From: Andrew Koryavchenko Date: Thu, 12 May 2022 11:30:52 +0300 Subject: [PATCH 3/3] Fix readme --- CodeJam.Main/Readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CodeJam.Main/Readme.txt b/CodeJam.Main/Readme.txt index 0860af97..ee47b7a7 100644 --- a/CodeJam.Main/Readme.txt +++ b/CodeJam.Main/Readme.txt @@ -1,6 +1,6 @@ -CodeJam 4.0.3 Release Notes +CodeJam 4.1.0 Release Notes --------------------------- -What's new in 4.0.3 +What's new in 4.1.0 ------------------- * Add TypeConverter with ability to convert from string to ConnectionStringBase * Remove the IsAssignableTo method from .NET 5+, since a full analogue appeared there