colgreen / sharpneat

SharpNEAT - Evolution of Neural Networks. A C# .NET Framework.
https://sharpneat.sourceforge.io/
Other
372 stars 95 forks source link

NuGet package of SharpNeatLib #21

Closed 101100 closed 6 years ago

101100 commented 6 years ago

Thanks for this great project!

It would be nice to be able to include SharpNeatLib in projects using NuGet. Currently, I must either include the source code or the library in my repository for projects that use SharpNeat.

I would appreciate the library separately because it can be used in .NET Standard 2.0 projects (thanks to your recent updates to RedZen and this project).

colgreen commented 6 years ago

Voilà!

https://www.nuget.org/packages/SharpNeatLib/2.4.0

101100 commented 6 years ago

Thanks! I'll close the issue after giving it a try in my project (probably by Monday at the latest).

101100 commented 6 years ago

I've confirmed that it works in my project. Thanks!