Releases: codefoco/MazeCreator
Releases · codefoco/MazeCreator
Version 1.0.11
- Fixed NuGet package to include iOS and Android .dlls
Version 1.0.9
- Fixed VSTS NuGet packaging.
Version 1.0.8
- Refactor cells to include edge cells flags.
- Refactor BoxDrawing method.
- Moved build to VSTS
Version 1.0.7
Bumped .NET Framework back to 4.6.1 since 4.6.2 isn't available by default.
Version 1.0.6
- New release with Xamarin.iOS support
- Fixed CI automatically package/publish
Version 1.0.5
- Hopefully this time the CI package will work.
Version 1.0.4
Release 1.0.3 failed to package. Releasing a new one.
Version 1.0.3
Added Xamarin.iOS target.
- PCL and .NET Standard are great ;) but for some reason VS4M still complains about basic types when using .NET standard libraries, so lets add a X.iOS to be used from X.iOS projects.
Version 1.0.2
Cells.Codenow returns a number between 0-15
Version 1.0.1
- Inverted bits of flags.
- Using jenkins to auto-deploy NuGets.