BlueRaja / High-Speed-Priority-Queue-for-C-Sharp

A C# priority queue optimized for pathfinding applications
MIT License
1.15k stars 169 forks source link

Fix for runtime failure when NuGet package is installed in UWP App #25

Closed ShawnCowles closed 7 years ago

ShawnCowles commented 7 years ago

This fixes issue #24 Just renames assemblies so the src and target names in the nuspec file match.

BlueRaja commented 7 years ago

Weird, it worked when I tested it. I'll test this out and push out a new version tonight. Thanks!