planet-nine-app / sessionless

A repo for the sessionless protocol
https://sessionless.org
MIT License
38 stars 10 forks source link

C#: Improvements + nuget package preparation #38

Closed Galacticai closed 4 months ago

Galacticai commented 4 months ago

This improves a bunch of stuff and prepares for the nuget package to be created

use pack command option to pack a nuget package

dotnet pack or right click on the project and select pack (you will quickly have a nuget package file

Important: make sure it is made in Release mode other wise it might default to debug (not sure about packing)