Aptacode.PathFinder by Thomas Schmidt Timothy Jones

<PackageReference Include="Aptacode.PathFinder" Version="1.0.5-CI-20210120-210116" />

 Aptacode.PathFinder 1.0.5-CI-20210120-210116

A* path finding implementation

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Aptacode.PathFinder</id>
    <version>1.0.5-CI-20210120-210116</version>
    <authors>Thomas Schmidt Timothy Jones</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Logo.png</icon>
    <projectUrl>https://github.com/Aptacode/PathFinder</projectUrl>
    <description>A* path finding implementation</description>
    <copyright>MIT</copyright>
    <tags>Aptacode A* PathFinding</tags>
    <repository url="https://github.com/Aptacode/PathFinder" />
    <dependencies>
      <group targetFramework="net5.0">
        <dependency id="Aptacode.AppFramework" version="1.0.11" exclude="Build,Analyzers" />
        <dependency id="Aptacode.Geometry" version="1.0.19" exclude="Build,Analyzers" />
        <dependency id="OptimizedPriorityQueue" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="System.Numerics.Vectors" version="4.5.0" exclude="Build,Analyzers" />
        <dependency id="System.ValueTuple" version="4.5.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>