From 8cac35813f1321049c6a036619a6966b4c30430f Mon Sep 17 00:00:00 2001 From: Evgeniy Serov Date: Sat, 21 Mar 2026 13:40:02 +0500 Subject: [PATCH] Fix typo --- KludgeBox/Core/TypesMappingService.cs | 2 +- KludgeBox/KludgeBox.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/KludgeBox/Core/TypesMappingService.cs b/KludgeBox/Core/TypesMappingService.cs index 1a27b17..e5c6b13 100644 --- a/KludgeBox/Core/TypesMappingService.cs +++ b/KludgeBox/Core/TypesMappingService.cs @@ -32,7 +32,7 @@ public void AddTypes(List types) _idByType[type] = i; } - _log.Information("Add {count} types.", _typeById.Count); + _log.Information("Added {count} types.", _typeById.Count); } public int GetId(Type type) diff --git a/KludgeBox/KludgeBox.csproj b/KludgeBox/KludgeBox.csproj index 3cf5f28..b85b216 100644 --- a/KludgeBox/KludgeBox.csproj +++ b/KludgeBox/KludgeBox.csproj @@ -8,7 +8,7 @@ Minor - добавление новх фич, запланированое плавное устаревание API Patch - небольшие фиксы и незначительный функционал --> - 3.1.2 + 3.1.3