From b791a4976eed84d4999560302f0fc9b0df961e89 Mon Sep 17 00:00:00 2001 From: Kristian Hellang Date: Wed, 2 Mar 2022 14:38:46 +0100 Subject: [PATCH] Bump version --- src/Scrutor/Scrutor.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Scrutor/Scrutor.csproj b/src/Scrutor/Scrutor.csproj index 48e729e..25cbef2 100644 --- a/src/Scrutor/Scrutor.csproj +++ b/src/Scrutor/Scrutor.csproj @@ -1,7 +1,7 @@  Register services using assembly scanning and a fluent API. - 4.0.0 + 4.1.0 Kristian Hellang net461;netstandard2.0;netcoreapp3.1;net6.0 $(NoWarn);CS1591