1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 15:40:29 +01:00

Adding waypoint no longer resets the waypoint type, fixed a bug and crash with remove waypoint option. Functional version before major menu updates

This commit is contained in:
Rich Dunne 2020-06-15 17:28:46 -06:00
parent 071ac92ba0
commit 33b9dcb0d3
4 changed files with 9 additions and 7 deletions

View file

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]