StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic 18.1.25-rev5

This is a prerelease version of StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic.
dotnet add package StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic --version 18.1.25-rev5
NuGet\Install-Package StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic -Version 18.1.25-rev5
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.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic" Version="18.1.25-rev5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic --version 18.1.25-rev5
#r "nuget: StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic, 18.1.25-rev5"
#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.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic as a Cake Addin
#addin nuget:?package=StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic&version=18.1.25-rev5&prerelease

// Install StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic as a Cake Tool
#tool nuget:?package=StoneStepsWebalizer.BerkeleyDB.DLL.VS2017.WinSDK.81.CRT.Dynamic&version=18.1.25-rev5&prerelease

A build of Oracle Berkeley DB 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
18.1.25-rev5 887 12/24/2018

This package contains Oracle Berkeley DB C++ header files and libraries built in Visual
Studio 2017 for Win32 and x64 platforms and Debug and Release configurations. While this
package is intended for the Stone Steps Webalizer project, it can be used in other projects
to make use of Berkeley DB databases. Note, however, that none of Berkeley DB utilities
is included in this package. Stone Steps Webalizer is maintained at this location:

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

The Berkeley DB library is explicitly referenced within this package and will appear within
the solution folder tree after the package is installed. The solution may need to be reloaded
to make the library file visible, so it can be moved into any solution folder, where it will
remain going forward.

Note that Berkeley DB library path is valid only for build configurations named Debug and
Release and will not be found for any other configuration name. Do not install this package
for projects with configurations other than Debug and Release.

The Berkeley DB DLL must be copied into the project output directory in the project post build
event. Use the `$(BDBBinDir)` and `$(BDBLibName)` macros defined in this package to reference
package files, like this:
```
xcopy /Q /Y "$(BDBBinDir)$(BDBLibName).dll" "$(OutDir)" > nul
```