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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- MySqlConnector (>= 2.3.6)
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 | 263 | 4/28/2024 |
1.0.21 | 124 | 4/28/2024 |
1.0.20 | 110 | 4/28/2024 |
1.0.19 | 112 | 4/28/2024 |
1.0.18 | 116 | 4/28/2024 |
1.0.17 | 136 | 4/26/2024 |
1.0.16 | 108 | 4/26/2024 |
1.0.15 | 113 | 4/26/2024 |
1.0.14 | 128 | 4/24/2024 |
1.0.13 | 114 | 4/24/2024 |
1.0.12 | 106 | 4/24/2024 |
1.0.11 | 166 | 4/21/2024 |
1.0.10 | 122 | 4/20/2024 |
1.0.9 | 126 | 4/20/2024 |
1.0.8 | 115 | 4/20/2024 |
1.0.7 | 119 | 4/20/2024 |
1.0.6 | 117 | 4/20/2024 |
1.0.5 | 130 | 4/20/2024 |
1.0.4 | 125 | 4/20/2024 |
1.0.3 | 132 | 4/17/2024 |
1.0.2 | 131 | 4/16/2024 |
1.0.1 | 129 | 4/15/2024 |
1.0.0 | 133 | 4/15/2024 |
Initial release.