You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
Units.NET
2
2
========
3
3
4
-
Data structures and methods in C# .NET that make life working with units of measurement just a little bit better.
4
+
Data structures and conversions that make life working with units of measurement in .NET just a little bit better.
5
5
6
-
Everyone have written their share of trivial conversions between meters and centimeters, or less obvious conversions to units like Pascal and PSI where most mortals need a quick Google to find that magic constant.
6
+
Everyone have written their share of trivial conversions, or less obvious conversions where you need a quick Google to find that magic constant.
7
7
8
8
Stop littering your code with unnecessary calculations. Units.NET gives you all the common units of measurement and the conversions between them. It is light-weight, unit tested and supports [PCL](http://msdn.microsoft.com/en-us/library/gg597391.aspx"MSDN PCL").
0 commit comments