From fe63db4fdcba0474d94213a6b46100295b67c80a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 8 Jan 2025 06:01:25 +0000 Subject: [PATCH] Bump version to 0.1.2 --- FastCloner/FastCloner.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastCloner/FastCloner.csproj b/FastCloner/FastCloner.csproj index 8450779..53f132c 100644 --- a/FastCloner/FastCloner.csproj +++ b/FastCloner/FastCloner.csproj @@ -22,7 +22,7 @@ - 3.1.7 + 0.1.2 FastCloner Fast deep cloning library for .NET 8+. Supports both deep and shallow cloning. Extensively tested, focused on performance and stability even on complicated object graphs.