NHibernate.Spatial.MySQL 4.0.4.4002-beta

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-beta
NuGet\Install-Package NHibernate.Spatial.MySQL -Version 4.0.4.4002-beta
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-beta" />
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-beta
#r "nuget: NHibernate.Spatial.MySQL, 4.0.4.4002-beta"
#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-beta&prerelease

// Install NHibernate.Spatial.MySQL as a Cake Tool
#tool nuget:?package=NHibernate.Spatial.MySQL&version=4.0.4.4002-beta&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 104 1/23/2024
7.0.0 605 8/15/2022
6.1.1 462 8/15/2022
6.1.0 460 8/14/2022
6.0.0 6,577 10/25/2020
6.0.0-pre001 356 6/30/2020
5.3.0 2,144 12/9/2019
5.2.1-pre001 480 6/11/2019
5.2.0 1,145 3/6/2019
5.1.1 821 1/18/2019
5.1.0 845 12/12/2018
5.1.0-pre001 740 7/24/2018
5.0.0 1,076 5/24/2018
5.0.0-pre1 2,541 11/12/2017
4.1.1.4001 1,198 6/29/2017
4.1.1.4000 1,107 2/9/2017
4.1.0.4000 998 2/8/2017
4.1.0.4000-pre1 886 1/2/2017
4.0.4.4002-pre1 1,029 7/13/2016
4.0.4.4002-beta3 1,087 5/19/2016
4.0.4.4002-beta2 836 5/19/2016
4.0.4.4002-beta 1,153 4/30/2016
4.0.4.4001 1,200 3/9/2016
4.0.4.4000 1,148 10/31/2015
4.0.3.4000 1,304 3/29/2015
4.0.2.4001 1,298 11/25/2014
4.0.2.4000 1,481 11/23/2014
3.3.3-pre 1,178 3/3/2014

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