NBWTA 3.1.0

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

// Install NBWTA as a Cake Tool
#tool nuget:?package=NBWTA&version=3.1.0

Brood War Terrain Analyzer written in .NET (choke points, regions detection)

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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.

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
3.1.0 656 9/18/2019
3.0.2 916 12/26/2018
3.0.1 868 12/26/2018
3.0.0 893 12/26/2018
2.0.2 731 12/13/2018
2.0.1 714 12/13/2018
2.0.0 698 12/13/2018
1.0.0 728 12/7/2018

* Added Documentation headers on public types

     * Added AnalyzedMap.GetBaseInfoByStartLocationWalkTile(): BaseInfo

     * Added Region -> adjacent chokes
     Choke -> adjacent regions

     * Added resource sites + optimal resource depot placement

     * Increased ResourceDistanceTreshold in resource sites clustering algo from 6 to 9 BuildTiles

     * Added persistance: AnalyzedMap.SaveToFile(), AnalyzedMap.TryLoadFromFile()