many debugs
All checks were successful
Publish NuGet packages / publish (push) Successful in 28s

This commit is contained in:
melekhin
2026-06-19 15:06:40 +07:00
parent 08b39b7bfe
commit e373d4108a
24 changed files with 1569 additions and 632 deletions

View File

@@ -3,7 +3,7 @@
public class NumberFormatPattern
{
public string Format { get; }
internal int? Id { get; private set; }
internal int? Id { get; set; }
public NumberFormatPattern(string format, ushort id = 0)
{