Catharsis.Commons by Prokhor Ozornin <[email protected]>

<PackageReference Include="Catharsis.Commons" Version="1.2.5" />

 Catharsis.Commons 1.2.5

Catharsis.Commons is a library of extensions for many common .NET types. It can significantly speedup your daily .NET development tasks, relieving you of writing boilerplate code time and again. Do more by writing less code; write less code using a popular fluent-kind interface approach; safely perform many tasks in a single line of code with joined methods calls.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Catharsis.Commons</id>
    <version>1.2.5</version>
    <authors>Prokhor Ozornin &lt;[email protected]&gt;</authors>
    <licenseUrl>http://www.gnu.org/licenses/lgpl.txt</licenseUrl>
    <projectUrl>https://github.com/prokhor-ozornin/Catharsis.Commons</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Catharsis.Commons is a library of extensions for many common .NET types. It can significantly speedup your daily .NET development tasks, relieving you of writing boilerplate code time and again. Do more by writing less code; write less code using a popular fluent-kind interface approach; safely perform many tasks in a single line of code with joined methods calls.</description>
    <summary>Catharsis.Commons is a library of extensions for many common .NET types.</summary>
    <releaseNotes>Target : .NET Framework 4.0/Silverlight 5</releaseNotes>
    <tags>net,.net,c#,csharp,extension,extensions,extension method,fluent,domain</tags>
  </metadata>
</package>