MapSurfer.NET.Core 2.0.1

dotnet add package MapSurfer.NET.Core --version 2.0.1
NuGet\Install-Package MapSurfer.NET.Core -Version 2.0.1
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="MapSurfer.NET.Core" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MapSurfer.NET.Core --version 2.0.1
#r "nuget: MapSurfer.NET.Core, 2.0.1"
#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 MapSurfer.NET.Core as a Cake Addin
#addin nuget:?package=MapSurfer.NET.Core&version=2.0.1

// Install MapSurfer.NET.Core as a Cake Tool
#tool nuget:?package=MapSurfer.NET.Core&version=2.0.1

MapSurfer.NET provides an advanced set of features to render both vector and raster maps of highest quality. It is based on some Open Geospatial Consortium's standards such as Styled Layer Descriptor (SLD), Symbology Encoding (SE), WMS, etc. MapSurfer.NET supports the following  web services, databases, vector and raster file formats:
CartoDB, DEM (SRTM and ASTER), EsriFileGeoDB, GDAL, GeoJSON (+TopoJSON), GPX, MongoDB, MsSQL Spatial, MySQL Spatial, OGR, OpenStreetMap (.xml, .pbf), PostGIS, Shape, SpatiaLite. Requirements: Windows 7 or greater, Microsoft Visual C++ 2012 Redistributable, GDAL (optional).

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 167 4/12/2015
1.16.2 245 1/26/2015
1.16.1 187 12/3/2014

Fixed incorrect processing of properties with null values in ExpressionProcessor.
               Fixed a critical bug in GeoJson data source provider.
               MapSurfer.Web.dll has been decoupled from System.Web.dll.
               Added new GitHub repository with web interfaces and components.
               Fixed several bugs in VectorTiles data source provider.
               Fixed a bug in a web service regarding performance counters.
               Fixed a bug in a case of using operator "?:" in expressions.