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

Assembly name has a space in it. #48

Closed akanakia closed 4 years ago

akanakia commented 4 years ago

The name of dll assembly "Priority Queue.dll" causes issues on systems that do not allow spaces in file names. I would like to use this project in my work but cannot due to this limitation. I request that you update the nuget package to change the assembly name to PriorityQueue.dll or similar (without a space) to overcome this. Thank you.

GF-Huang commented 4 years ago

Agree, it's a bad idea that a space inside dll name.

BlueRaja commented 4 years ago

Fixed in v5.0.0