OrchardCoreContrib / OrchardCoreContrib.PoExtractor

Extracts localizable strings from .cs, .vb, .cshtml and .liquid files into POT files
MIT License
48 stars 35 forks source link

updated to .net6 #57

Closed brunoAltinet closed 2 years ago

Skrypt commented 2 years ago

Who's managing this repository? And can this be merged?

rjpowers10 commented 2 years ago

@hishamco there's no rush but this is the PR I'm most interested in. If you run dotnet tool install --global PoExtractor.OrchardCore it will install version 0.2.0 which requires .NET Core 3.0 to be installed. If you instead install dotnet tool install --global PoExtractor.OrchardCore --version 0.4.0-rc1-13272 that is a little better because it requires .NET Core 3.1, but even that is about to go out of support in Decemeber.

Thanks for taking over the PO Extractor tool 👍

EDIT: Nevermind, I just saw that you updated to .NET 6.0 in a different PR #61

hishamco commented 2 years ago

Oops, I didn't notice this PR, I already upgraded to .NET Core 6.0 in different PR

hishamco commented 2 years ago

@rjpowers10 everything is upgraded, hope to push a newer version after few days. FYI I might need to fix few related issues

rjpowers10 commented 2 years ago

@hishamco Thank you!