Releases: modesttree/Projeny
Releases · modesttree/Projeny
Version 0.3.12
Version 0.3.11
Changed YamlDotNet to use a custom namespace to avoid conflicts with other packages that use different versions of YamlDotNet
Version 0.3.10
All this release contains is an update to support exe builds again
Note: 64 bit builds only currently. We can support 32 bit too but it's just more work so feel free to create an issue if this is needed by anyone
Version 0.3.9
Note: We are no longer creating exe builds, so this release will be runnable from python source only
Changes
- Better error handling when processing faulty/missing config files
- Fixed order of output yaml to be consistent when generated from python and C#
- Minor bug fixes
Thanks @yacuzo for these fixes
Version 0.3.8
Note: I am no longer creating exe builds, so this release (and probably future releases) will be runnable from python source only
- Support for Visual Studio 2017
- Removed webplayer
- Project change MenuItems now include platform specified for the project in ProjenyProject.yaml
- When changing projects a check is done to see if we're initializing or switching. If we're initializing all project/platform combinations get their ChangeMenu file updated, so when we change projects we see all project/platform combinations.
- Fix to allow folders to have square brackets in them
- Changed MaxProjectNameLength to 64
- Added ProjenyPackagesDir as a default top level PackageFolder meant to share packages between projeny's.
- Changed to not complain when changing between 64 bit and 32 bit windows and also added an option to default to 64 bit (re issue #61)
- Fixed bug with parsing information on the release from asset store
- Added support for UWP
Thanks @geekrelief and @yacuzo for the help on these
Version 0.3.7
Version 0.3.6
Fix for issue #47
Version 0.3.5
- Fixed to work with VS 2015
- Fixed issue with StreamingAssets folders
- Changed obnoxious popup when invalid folders are added to just log to the console instead
Version 0.3.4
Fix for issue #14
Version 0.3.3
- Bug fix for issue #12
- Bug fix for issue when selecting the global project config in the package manager