Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d98c876c3 | |||
| f9a9d36bd8 |
@@ -20,7 +20,7 @@ namespace Txt2Bib.Records
|
||||
a = a.Trim();
|
||||
var s = a.Split(' ');
|
||||
return s.Length > 1 ?
|
||||
$"{s[1]} {s[0]}" : a;
|
||||
$"{s[1]} {s[0][0]}{s[0][1..].ToLowerInvariant()}" : a;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<TargetFramework>net6.0-windows</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<UseWPF>true</UseWPF>
|
||||
<Version>0.1.8</Version>
|
||||
<Version>0.1.9</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user