NHibernate.Spatial.MySQL 4.0.4.4002-beta3

This is a prerelease version of NHibernate.Spatial.MySQL.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NHibernate.Spatial.MySQL --version 4.0.4.4002-beta3
NuGet\Install-Package NHibernate.Spatial.MySQL -Version 4.0.4.4002-beta3
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="NHibernate.Spatial.MySQL" Version="4.0.4.4002-beta3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHibernate.Spatial.MySQL --version 4.0.4.4002-beta3
#r "nuget: NHibernate.Spatial.MySQL, 4.0.4.4002-beta3"
#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 NHibernate.Spatial.MySQL as a Cake Addin
#addin nuget:?package=NHibernate.Spatial.MySQL&version=4.0.4.4002-beta3&prerelease

// Install NHibernate.Spatial.MySQL as a Cake Tool
#tool nuget:?package=NHibernate.Spatial.MySQL&version=4.0.4.4002-beta3&prerelease

NHibernate.Spatial is a library of spatial extensions for NHibernate, and allows you to connect NHibernate to a spatially enabled database and manipulate geometries in HQL or in .NET code using NetTopologySuite, providing you with a fully integrated GIS programming experience.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
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
8.0.0 129 1/23/2024
7.0.0 657 8/15/2022
6.1.1 464 8/15/2022
6.1.0 461 8/14/2022
6.0.0 6,919 10/25/2020
6.0.0-pre001 360 6/30/2020
5.3.0 2,153 12/9/2019
5.2.1-pre001 484 6/11/2019
5.2.0 1,147 3/6/2019
5.1.1 825 1/18/2019
5.1.0 849 12/12/2018
5.1.0-pre001 744 7/24/2018
5.0.0 1,081 5/24/2018
5.0.0-pre1 2,544 11/12/2017
4.1.1.4001 1,205 6/29/2017
4.1.1.4000 1,112 2/9/2017
4.1.0.4000 1,003 2/8/2017
4.1.0.4000-pre1 889 1/2/2017
4.0.4.4002-pre1 1,033 7/13/2016
4.0.4.4002-beta3 1,095 5/19/2016
4.0.4.4002-beta2 840 5/19/2016
4.0.4.4002-beta 1,156 4/30/2016
4.0.4.4001 1,205 3/9/2016
4.0.4.4000 1,156 10/31/2015
4.0.3.4000 1,314 3/29/2015
4.0.2.4001 1,302 11/25/2014
4.0.2.4000 1,488 11/23/2014
3.3.3-pre 1,184 3/3/2014

This version adds support for MySQL 5.7. Use MySQL57SpatialDialect and MySQL57GeometryType in your configuration and mapping to enable support.