MySQLdotNet 1.0.22

dotnet add package MySQLdotNet --version 1.0.22
NuGet\Install-Package MySQLdotNet -Version 1.0.22
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MySQLdotNet" Version="1.0.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MySQLdotNet --version 1.0.22
#r "nuget: MySQLdotNet, 1.0.22"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MySQLdotNet as a Cake Addin
#addin nuget:?package=MySQLdotNet&version=1.0.22

// Install MySQLdotNet as a Cake Tool
#tool nuget:?package=MySQLdotNet&version=1.0.22

Run MySQLDatabase.Setup in program startup See CRUDCrontroller for sample of usage

The public calls build the query and parameters, execute on the connection (specified in Setup) then return data cast back to the specified type

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.22 167 4/28/2024
1.0.21 88 4/28/2024
1.0.20 71 4/28/2024
1.0.19 79 4/28/2024
1.0.18 79 4/28/2024
1.0.17 95 4/26/2024
1.0.16 73 4/26/2024
1.0.15 77 4/26/2024
1.0.14 92 4/24/2024
1.0.13 75 4/24/2024
1.0.12 73 4/24/2024
1.0.11 123 4/21/2024
1.0.10 87 4/20/2024
1.0.9 85 4/20/2024
1.0.8 82 4/20/2024
1.0.7 81 4/20/2024
1.0.6 82 4/20/2024
1.0.5 82 4/20/2024
1.0.4 84 4/20/2024
1.0.3 94 4/17/2024
1.0.2 102 4/16/2024
1.0.1 85 4/15/2024
1.0.0 83 4/15/2024

Initial release.