Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion KludgeBox/Core/TypesMappingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void AddTypes(List<Type> types)
_idByType[type] = i;
}

_log.Information("Add {count} types.", _typeById.Count);
_log.Information("Added {count} types.", _typeById.Count);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Подобные изменения требуют дополнительного согласования. Займет +- неделю.

}

public int GetId(Type type)
Expand Down
2 changes: 1 addition & 1 deletion KludgeBox/KludgeBox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Minor - добавление новх фич, запланированое плавное устаревание API
Patch - небольшие фиксы и незначительный функционал
-->
<GeneralVersion>3.1.2</GeneralVersion>
<GeneralVersion>3.1.3</GeneralVersion>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я созвонился с габеном. Он такие цифры не одобряет.


<!--
Пререлизный тег, на случай, когда надо зарелизить что-то, что не должно попасть в релиз
Expand Down
Loading