Skip to content

v2.0.0 - .NET Core

Compare
Choose a tag to compare
@giacomelli giacomelli released this 12 May 23:50
· 516 commits to master since this release
6a2d6e5

.NET Standard 2.0 and .NET Framework 4.6.2

In march GenetichSharp start to support .NET Standard 2.0 in the 2.0.0-rc version. Two months have pass and in the meanwhile the community have time to test that release candidate version and now Unity3D has an official .NET Standard 2.0 profile.

So, it's time to release the GeneticSharp v2.0.0.

Installing

.NET Standard 2.0 and .NET Framework 4.6.2

Only GeneticSharp:

install-package GeneticSharp

GeneticSharp and extensions (TSP, AutoConfig, Bitmap equality, Equality equation, Equation solver, Function builder, etc):

install-package GeneticSharp.Extensions

Unity3D

If want to use GeneticSharp on Unity3D you can use the GeneticSharp.unitypackage.

In this tutorial there is an introduction showing how to use GeneticSharp with Unity3D: TSP with GeneticSharp and Unity3D

Mono and .NET Framework 3.5

If you're still in a .NET Framework version lower than 4.6.2 project use the 1.2.0 version.

install-package GeneticSharp -Version 1.2.0

More about the release in this blog post GeneticSharp v2.0.0 - .NET Core