Skip to content

Releases: codefoco/MazeCreator

Version 1.0.11

Choose a tag to compare

@viniciusjarina viniciusjarina released this 01 Jul 21:11
509a54c
  • Fixed NuGet package to include iOS and Android .dlls

Version 1.0.9

Choose a tag to compare

@viniciusjarina viniciusjarina released this 20 Jun 05:21
  • Fixed VSTS NuGet packaging.

Version 1.0.8

Choose a tag to compare

@viniciusjarina viniciusjarina released this 14 Jun 19:18
  • Refactor cells to include edge cells flags.
  • Refactor BoxDrawing method.
  • Moved build to VSTS

Version 1.0.7

Choose a tag to compare

@viniciusjarina viniciusjarina released this 23 Apr 17:01

Bumped .NET Framework back to 4.6.1 since 4.6.2 isn't available by default.

Version 1.0.6

Choose a tag to compare

@viniciusjarina viniciusjarina released this 25 Nov 15:44
  • New release with Xamarin.iOS support
  • Fixed CI automatically package/publish

Version 1.0.5

Choose a tag to compare

@viniciusjarina viniciusjarina released this 24 Nov 19:37
  • Hopefully this time the CI package will work.

Version 1.0.4

Choose a tag to compare

@viniciusjarina viniciusjarina released this 18 Nov 21:36

Release 1.0.3 failed to package. Releasing a new one.

Version 1.0.3

Choose a tag to compare

@viniciusjarina viniciusjarina released this 18 Nov 20:06

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

Choose a tag to compare

@viniciusjarina viniciusjarina released this 11 Nov 15:23
  • Cells.Code now returns a number between 0-15

Version 1.0.1

Choose a tag to compare

@viniciusjarina viniciusjarina released this 20 Oct 18:35
  • Inverted bits of flags.
  • Using jenkins to auto-deploy NuGets.