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