EntityFrameworkExtras by ZZZ Projects & Michael Rodda

<PackageReference Include="EntityFrameworkExtras" Version="3.0.5" />

 EntityFrameworkExtras 3.0.5

EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters. **IMPORTANT** - Entity Framework Core: https://www.nuget.org/packages/EntityFrameworkExtras.EFCore/ - Entity Framework 6: https://www.nuget.org/packages/EntityFrameworkExtras.EF6/ - Entity Framework 5: https://www.nuget.org/packages/EntityFrameworkExtras.EF5/ - Entity Framework 4: https://www.nuget.org/packages/EntityFrameworkExtras/

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>EntityFrameworkExtras</id>
    <version>3.0.5</version>
    <title>EntityFramework Extras</title>
    <authors>ZZZ Projects &amp; Michael Rodda</authors>
    <owners>ZZZ Projects</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/zzzprojects/EntityFrameworkExtras/blob/master/licence.txt</licenseUrl>
    <projectUrl>https://entityframework-extras.net/overview</projectUrl>
    <iconUrl>https://zzzprojects.github.io/images/logo/logo-64.png</iconUrl>
    <description>EntityFrameworkExtras  provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters.

**IMPORTANT**

- Entity Framework Core: https://www.nuget.org/packages/EntityFrameworkExtras.EFCore/
- Entity Framework 6: https://www.nuget.org/packages/EntityFrameworkExtras.EF6/
- Entity Framework 5: https://www.nuget.org/packages/EntityFrameworkExtras.EF5/
- Entity Framework 4: https://www.nuget.org/packages/EntityFrameworkExtras/</description>
    <summary>EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters.</summary>
    <releaseNotes></releaseNotes>
    <copyright>Copyright © ZZZ Projects Inc.</copyright>
    <language>en-US</language>
    <tags>EntityFramework StoredProcedure EF Database</tags>
    <repository type="git" url="https://github.com/zzzprojects/EntityFrameworkExtras/" />
    <dependencies>
      <dependency id="EntityFramework" version="(, 4.3.1]" />
    </dependencies>
  </metadata>
</package>