PoseidonSharp is now on Nuget! January 6th, 2022

As the title reads! You can now install PoseidonSharp via Nuget! It can be found here. Installing it as a dependency into your project is a breeze.

Just run this command in Nuget Packet Manager Console:

Install-Package PoseidonSharp -Version 1.0.0

This is my first Nuget package and it only took me about 15 minutes to learn how to get it deployed to production!

Man, I love the .NET ecosystem!