- 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
- 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
- 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
- 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)
- Fix Unhandled ArgumentException when
--order
parameter not passedBug #33
- 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
- implementing Nerdbank.GitVersioning to simplify Versioning workflow