From 6293850e7a4882f8fc6c5aace1b3a37cc67fa3f5 Mon Sep 17 00:00:00 2001 From: Timovzl <655426+Timovzl@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:20:23 +0100 Subject: [PATCH] Changed version to 3.0.1 due to publishing of incorrect code base. --- DomainModeling/DomainModeling.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DomainModeling/DomainModeling.csproj b/DomainModeling/DomainModeling.csproj index b4c2270..3e37632 100644 --- a/DomainModeling/DomainModeling.csproj +++ b/DomainModeling/DomainModeling.csproj @@ -17,7 +17,7 @@ - 3.0.0 + 3.0.1 A complete Domain-Driven Design (DDD) toolset for implementing domain models, including base types and source generators.