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 215 1/23/2024
7.0.0 961 8/15/2022
6.1.1 492 8/15/2022
6.1.0 492 8/14/2022
6.0.0 7,772 10/25/2020
6.0.0-pre001 386 6/30/2020
5.3.0 2,179 12/9/2019
5.2.1-pre001 517 6/11/2019
5.2.0 1,180 3/6/2019
5.1.1 854 1/18/2019
5.1.0 878 12/12/2018
5.1.0-pre001 759 7/24/2018
5.0.0 1,127 5/24/2018
5.0.0-pre1 2,578 11/12/2017
4.1.1.4001 1,240 6/29/2017
4.1.1.4000 1,152 2/9/2017
4.1.0.4000 1,044 2/8/2017
4.1.0.4000-pre1 921 1/2/2017
4.0.4.4002-pre1 1,065 7/13/2016
4.0.4.4002-beta3 1,125 5/19/2016
4.0.4.4002-beta2 855 5/19/2016
4.0.4.4002-beta 1,189 4/30/2016
4.0.4.4001 1,237 3/9/2016
4.0.4.4000 1,190 10/31/2015
4.0.3.4000 1,347 3/29/2015
4.0.2.4001 1,336 11/25/2014
4.0.2.4000 1,524 11/23/2014
3.3.3-pre 1,213 3/3/2014

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