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: UnitsNet.NumberExtensions/UnitsNet.NumberExtensions.csproj
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<!-- NuGet properties -->
3
3
<PropertyGroup>
4
4
<PackageId>UnitsNet.NumberExtensions</PackageId>
5
-
<Version>4.63.0</Version>
5
+
<Version>4.64.0</Version>
6
6
<Authors>Andreas Gullberg Larsen, Lu Li, Jon Suda</Authors>
7
7
<Title>Units.NET NumberExtensions</Title>
8
8
<Description>Adds extension methods to number types to more easily create quantities, such as 5.Meters() instead of Length.FromMeters(5).</Description>
0 commit comments