MySqlConnect by eShohag

<PackageReference Include="MySqlConnect" Version="1.0.2" />

.NET API 5,120 bytes

 MySqlConnect 1.0.2

It's the instead of mysql database connector with our ASP.Net applications. Example: Console, Web Form, MVC5 applications etc.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>MySqlConnect</id>
    <version>1.0.2</version>
    <authors>eShohag</authors>
    <developmentDependency>true</developmentDependency>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LicenseInfo.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>.NET.png</icon>
    <projectUrl>https://github.com/eshohag/MySqlConnect</projectUrl>
    <description>It's the instead of mysql  database connector with our ASP.Net applications. Example: Console, Web Form, MVC5 applications etc.</description>
    <releaseNotes>https://github.com/eshohag/MySqlConnect</releaseNotes>
    <copyright>©eShohag. All rights reserved.</copyright>
    <tags>mysql database connectionstring mysqlconnect dotNet .net MySQL .NET</tags>
    <repository type="git" url="https://github.com/eshohag/MySqlConnect" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="MySql.Data" version="8.0.23" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>