SmartFormat.NET v1.3 Release Notes

    • ➕ Added "Named Formatters", which allows you to use a specific formatter by specifying its name.
      For example, "{0:plural: ___ }" will use the Plural formatter, and "{0:default: ___ }" will use the default formatter.
    • ➕ Added "Formatter Options", which allows you to specify options for a named formatter. This will be used in the near future.
      For example, "{0:name(options): ___ }"