Releases: OrchardCoreContrib/OrchardCoreContrib.PoExtractor
Releases · OrchardCoreContrib/OrchardCoreContrib.PoExtractor
v1.1.0
What's Changed
- Context should respect inner class by @hishamco in #74
- Escape \r\n by @Skrypt in #77
- Support file-scoped namespace by @hishamco in #81
- Update .NET 8.0 & packages by @hishamco in #82
- Fix #88 - wrong
msgctxt
for *.razor files by @BrunoJuchli in #89
New Contributors
- @Skrypt made their first contribution in #77
- @BrunoJuchli made their first contribution in #89
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Fix null reference exception when extracting plural strings by @rjpowers10 in #73
New Contributors
- @rjpowers10 made their first contribution in #73
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: v1.0.0-preview...v1.0.0
v1.0.0-preview
What's Changed
- Update project to .NET Core 2 by @lukaskabrt in #2
- #5 - Escape special characters by @lukaskabrt in #7
- Adds support for Liquid templates by @lukaskabrt in #8
- Extract individual components to separate assemblies + some unit tests by @lukaskabrt in #11
- Fixed test task in Azure Pipelines by @azure-pipelines in #13
- Pack application as dotnet global tool by @lukaskabrt in #12
- Release version 0.1.0 by @lukaskabrt in #14
- New release by @lukaskabrt in #16
- Upgrade to ASP.NET Core 3.0 by @hishamco in #18
- React to remove NancyFX sample by @hishamco in #21
- Add VB support by @hishamco in #20
- Update README.md by @hishamco in #23
- Introduce ProjectExtension by @hishamco in #24
- Fix localizer accessors by @hishamco in #25
- Support DataAnnotations extraction by @hishamco in #27
- Upgrade Fluid packages by @hishamco in #28
- Added T localizer accessor by @lukaskabrt in #32
- Fixes issues with latest OC build by @jptissot in #34
- Added file sort by name in EnumerateFiles call to eliminate inconsistencies in file listing between OS types by @gabrielalb in #36
- Support Pages folder for Razor Pages by @theo-albers in #38
- Add support for razor components by @pgrm in #41
- Update readme with preview version note by @jptissot in #35
- Extract strings from DisplayAttribute by @pgrm in #40
- Update to .NET 5 by @lukaskabrt in #44
- Add tests for liquid parsing by @lukaskabrt in #45
- Use PathSeparator to support extraction on linux by @jptissot in #48
- Update packages, update version, spelling by @lukaskabrt in #51
- Use DirectorySeparatorChar instead of PathSeparator by @jptissot in #54
- Upgrade to .net6.0 by @hishamco in #61
- Merge extractpo & extractpo-oc into a single one by @hishamco in #65
- Add CLI options for language and template engine by @hishamco in #66
New Contributors
- @azure-pipelines made their first contribution in #13
- @hishamco made their first contribution in #18
- @jptissot made their first contribution in #34
- @gabrielalb made their first contribution in #36
- @theo-albers made their first contribution in #38
- @pgrm made their first contribution in #41
Full Changelog: v0.1...v1.0.0-preview
v0.1
Fixed several typos in the readme file