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.
<PackageVersion Include="NHibernate.Spatial.MySQL" Version="4.0.4.4002-beta3" />
                    
Directory.Packages.props
<PackageReference Include="NHibernate.Spatial.MySQL" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=NHibernate.Spatial.MySQL&version=4.0.4.4002-beta3&prerelease
                    
Install NHibernate.Spatial.MySQL as a Cake Addin
#tool nuget:?package=NHibernate.Spatial.MySQL&version=4.0.4.4002-beta3&prerelease
                    
Install NHibernate.Spatial.MySQL as a Cake Tool

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 341 1/23/2024
7.0.0 1,006 8/15/2022
6.1.1 509 8/15/2022
6.1.0 511 8/14/2022
6.0.0 8,418 10/25/2020
6.0.0-pre001 413 6/30/2020
5.3.0 2,210 12/9/2019
5.2.1-pre001 548 6/11/2019
5.2.0 1,217 3/6/2019
5.1.1 888 1/18/2019
5.1.0 917 12/12/2018
5.1.0-pre001 837 7/24/2018
5.0.0 1,213 5/24/2018
5.0.0-pre1 2,665 11/12/2017
4.1.1.4001 1,333 6/29/2017
4.1.1.4000 1,246 2/9/2017
4.1.0.4000 1,136 2/8/2017
4.1.0.4000-pre1 1,011 1/2/2017
4.0.4.4002-pre1 1,155 7/13/2016
4.0.4.4002-beta3 1,317 5/19/2016
4.0.4.4002-beta2 945 5/19/2016
4.0.4.4002-beta 1,385 4/30/2016
4.0.4.4001 1,331 3/9/2016
4.0.4.4000 1,285 10/31/2015
4.0.3.4000 1,446 3/29/2015
4.0.2.4001 1,435 11/25/2014
4.0.2.4000 1,696 11/23/2014
3.3.3-pre 1,372 3/3/2014

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