PortableExtensions by Dave Senn

<PackageReference Include="PortableExtensions" Version="1.1.4.102" />

 PortableExtensions 1.1.4.102

PortableExtensions is a set of .Net extension methods build as portable class library. PortableExtensions enhance the .Net framework by adding a bunch of methods to increase developer’s productivity.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>PortableExtensions</id>
    <version>1.1.4.102</version>
    <title>PortableExtensions</title>
    <authors>Dave Senn</authors>
    <owners>Dave Senn</owners>
    <licenseUrl>https://raw.githubusercontent.com/DaveSenn/PortableExtensions/master/License.txt</licenseUrl>
    <projectUrl>https://github.com/DaveSenn/PortableExtensions</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>PortableExtensions is a set of .Net extension methods build as portable class library. PortableExtensions enhance the .Net framework by adding a bunch of methods to increase developer’s productivity.</description>
    <copyright>Copyright © Dave Senn 2015</copyright>
    <tags>C# Extensions Portable Extension Methods .Net Library PCL</tags>
  </metadata>
</package>