Skip to content

Commit fbf6c9f

Browse files
authored
🐛 Fix abbreviation for Compressibility.InverseMegapascal (#1099)
Fixes #1096 Change from/to: ``` "Abbreviations": [ "kPa⁻¹", "1/kPa" ] "Abbreviations": [ "MPa⁻¹", "1/MPa" ] ```
1 parent 8e29636 commit fbf6c9f

File tree

4 files changed

+53
-9
lines changed

4 files changed

+53
-9
lines changed

Common/UnitDefinitions/Compressibility.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"Localization": [
4646
{
4747
"Culture": "en-US",
48-
"Abbreviations": [ "kPa⁻¹", "1/kPa" ]
48+
"Abbreviations": [ "MPa⁻¹", "1/MPa" ]
4949
}
5050
]
5151
},

UnitsNet.Tests/GeneratedCode/TestsBase/CompressibilityTestsBase.g.cs

Lines changed: 50 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet.WindowsRuntimeComponent/GeneratedCode/Quantities/Compressibility.g.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet/GeneratedCode/Quantities/Compressibility.g.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)