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: CodeGen/Generators/NanoFrameworkGen/PropertyGenerator.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ public string Generate()
19
19
// General Information about an assembly is controlled through the following
20
20
// set of attributes. Change these attribute values to modify the information
21
21
// associated with an assembly.
22
-
[assembly: AssemblyTitle(""CUnitsNet"")]
22
+
[assembly: AssemblyTitle(""UnitsNet"")]
23
23
[assembly: AssemblyDescription(""Get all the common units of measurement and the conversions between them. It is light-weight and thoroughly tested."")]
0 commit comments