Skip to content

Commit 1686040

Browse files
committed
📝 nano: Fix typo in assembly title
1 parent dbe2a8d commit 1686040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeGen/Generators/NanoFrameworkGen/PropertyGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public string Generate()
1919
// General Information about an assembly is controlled through the following
2020
// set of attributes. Change these attribute values to modify the information
2121
// associated with an assembly.
22-
[assembly: AssemblyTitle(""CUnitsNet"")]
22+
[assembly: AssemblyTitle(""UnitsNet"")]
2323
[assembly: AssemblyDescription(""Get all the common units of measurement and the conversions between them. It is light-weight and thoroughly tested."")]
2424
[assembly: AssemblyConfiguration("""")]
2525
[assembly: AssemblyCompany(""Andreas Gullberg Larsen"")]

0 commit comments

Comments
 (0)