Skip to content

Releases: codefoco/MazeCreator

Version 1.0.11

01 Jul 21:11
509a54c

Choose a tag to compare

  • Fixed NuGet package to include iOS and Android .dlls

Version 1.0.9

20 Jun 05:21

Choose a tag to compare

  • Fixed VSTS NuGet packaging.

Version 1.0.8

14 Jun 19:18

Choose a tag to compare

  • Refactor cells to include edge cells flags.
  • Refactor BoxDrawing method.
  • Moved build to VSTS

Version 1.0.7

23 Apr 17:01

Choose a tag to compare

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

Version 1.0.6

25 Nov 15:44

Choose a tag to compare

  • New release with Xamarin.iOS support
  • Fixed CI automatically package/publish

Version 1.0.5

24 Nov 19:37

Choose a tag to compare

  • Hopefully this time the CI package will work.

Version 1.0.4

18 Nov 21:36

Choose a tag to compare

Release 1.0.3 failed to package. Releasing a new one.

Version 1.0.3

18 Nov 20:06

Choose a tag to compare

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

11 Nov 15:23

Choose a tag to compare

  • Cells.Code now returns a number between 0-15

Version 1.0.1

20 Oct 18:35

Choose a tag to compare

  • Inverted bits of flags.
  • Using jenkins to auto-deploy NuGets.