Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.04 KB

ReleaseNotes.md

File metadata and controls

33 lines (25 loc) · 2.04 KB

Release Notes

1.9

  • Include PR49 improving CatalogManager to support multiple Cultures and make it thread-safe
  • Bugfix for wrongly extracted string when multiple concatenated function calls where one of them is a GetString call #50

1.8

  • Signing assembly GetText assemblies with strong name signing key Issue #47
  • Upgrading all projects from .NET Core 3.1 to .Net 6.0, removing EOL .NET Core 3.1 Issue #46

1.7

  • Fixing an issue with nested string interpolation and GetString* calls Bug #44
  • Improving nested string handling and resolving of GetString* calls
  • adding test cases for Extractor both to enable regression testing and to help clarifying supported Extractor/GetString* cases. See Extractor documentation for details

1.5

  • Customizable aliases (such as shorthand _(), _p(), _n(), _pn()) added by Owlblocks in PR #39

1.3

  • Checking argument count as simple way to exclude non-GetText GetString* calls in Extractor PR #37
  • Include Razor-based source files files (*.razor, *.cshtml) for Extractor (see Discussion)

1.1

  • Fix Unhandled ArgumentException when --order parameter not passedBug #33

0.12

  • Adding CatalogManager to deal with multiple catalogs in a project, ie. separate catalogs per C# project (libraries, executables)
  • Extending sample to show working with multiple catalogs (one per domain/assembly)
  • Adding Enum Description examples

0.11

  • implementing Nerdbank.GitVersioning to simplify Versioning workflow