Louis Zanella
Louis Zanella
- Introduce the `"TimeSpanHumanize_Age"` resource, which indicates how to format a humanized TimeSpan as an age expression, when the two differ. - Add the `Resources.TryGetResource()` method, which tries to retrieve...
- Adapt code so that mid-sentence punctuation is kept when humanizing to a sentence - Split a regex into simpler constituent parts, easier to reason about - Add tests Fixes...
- Make `NGitLab` lib target only `netstandard2.0`, which should be enough to accommodate most (if not all) consumers - Make `NGitLab.Mock` lib target `net472` & `net6.0`, in concordance with `LibGit2Sharp`...