StoneStepsWebalizer.GD 2.1.0

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

// Install StoneStepsWebalizer.GD as a Cake Tool
#tool nuget:?package=StoneStepsWebalizer.GD&version=2.1.0

A build of GD library for Stone Steps Webalizer.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.1.0 1,099 1/13/2018

This package contains GD C++ header files and libraries built in Visual Studio 2015 for Win32 and
x64 platforms. Libraries in this package are built with Freetype. The Stone Steps Webalizer project
is maintained at this location:

https://bitbucket.org/StoneStepsInc/stonestepswebalizer/

This package defines user macros $(GDDir), $(GDLibDir), $(GDBinDir) and $(GDLibName) to reference
package directories and the library name within the project.

The GD library is explicitly referenced within this package and will appear within the project
outside of any solution directory after the package is installed and can be moved into any solution
folder.
     
The GD library DLL must be copied into the project output directory in the project post build
event. Use the macros defined in this package to reference package files. For example:

xcopy /Q /Y "$(GDBinDir)$(GDLibName).dll" "$(OutDir)" > nul