-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💥✏️Change liter abbreviations to lowercase l (v6) (#1404)
Fixes #1115 Change from `L` to `l` in unit abbreviations for liters, to be consistent in library and to follow SI Unit System conventions. Note: - Parsing is backwards compatible, since parsing unit abbreviations has fallback to case insensitive as long as there is no ambiguity. E.g. `Volume.Parse("10 L")` and `Volume.Parse("10 l")` both work. - To avoid breaking backwards compatibility, we keep `liter` instead of `litre` when naming units. Also updated wiki: https://github.com/angularsen/UnitsNet/wiki/Adding-a-New-Unit#abbreviation-naming-conventions ### Changed units - `Density.GramPerLiter` + prefixes - `FuelEfficiency.LiterPer100Kilometers` - `FuelEfficiency.KilometerPerLiter` - `MassConcentration.GramPerMicroliter` - `MassConcentration.GramPerMilliliter` - `MassConcentration.GramPerDeciliter` - `MassConcentration.GramPerLiter` - `Molarity.MolePerLiter` - `VolumeConcentration.LitersPerLiter` - `VolumeConcentration.LitersPerMililiter` - `VolumeFlow.LiterPerSecond` - `VolumeFlow.LiterPerMinute` - `VolumeFlow.LiterPerHour` - `VolumeFlow.LiterPerDay`
- Loading branch information
1 parent
3ff48c6
commit ea9d006
Showing
18 changed files
with
693 additions
and
693 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.