<?xml version="1.0" encoding="utf-8"?> <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> <metadata> <id>RBush.Signed</id> <version>4.0.0</version> <title>RBush</title> <authors>viceroypenguin</authors> <license type="expression">MIT</license> <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> <readme>readme.md</readme> <description>Spatial Index data structure; used to make it easier to find data points on a two dimensional plane.</description> <copyright>Copyright © 2017-2024 Turning Code, LLC (and others)</copyright> <tags>.NET R-Tree Algorithm tree search spatial index</tags> <repository type="git" url="https://github.com/viceroypenguin/RBush" branch="refs/heads/master" commit="b8690322abac35d835baa2fdca4a3918ed77a910" /> <dependencies> <group targetFramework=".NETFramework4.7" /> <group targetFramework="net8.0" /> <group targetFramework=".NETStandard2.0" /> </dependencies> </metadata> </package>