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: ObjectSemantics.NET/ObjectSemantics.NET.csproj
+19-12Lines changed: 19 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,30 @@
2
2
3
3
<PropertyGroup>
4
4
<TargetFramework>netstandard2.0</TargetFramework>
5
-
<Description>Simple Object to File Mapper that supports string formatting, you can;
6
-
> Mapping your object e.g. StudentDetails to a html Template that you define
7
-
> Mapping a collection to enumerable or List to a html/text/ (predefined format)
8
-
</Description>
5
+
<Description>A library that allows you to Maps properties from a source object or class to a template string and returns the result. This is useful for dynamically generating strings based on object properties.</Description>
0 commit comments