bump version

This commit is contained in:
Jeremy Pritts 2022-07-13 20:42:18 -04:00
parent 625b4c4b91
commit 8aa1ada285
2 changed files with 2 additions and 7 deletions

View File

@ -12,6 +12,6 @@
public const string Author = "ds5678";
public const string CopyRight = "Copyright © 2022";
public const string Version = "0.2.0.5";
public const string Version = "0.2.1.0";
}
}

View File

@ -1,14 +1,9 @@
# Development Roadmap
## 0.2.1.0
## 0.2.1.1
This release will be primarily focused on cleaning up and refactoring the project.
* Mesh export - STL, OBJ, FBX, PLY, GLB
* Convert Unified Exporter to the new system
* Convert GLB Exporter to the new system
* Use nuget package?
* Cleanup legacy code
* Move documentation on legacy code to a suitable home
* Remove the `Classes` and `Converters` namespaces
* Remove any additional legacy code
* Merge the common project back into the core project