Files
Sharp8N.Runtime/s8n-runtime/README.md
Vitali Semianiaka 1ca0ded172
Some checks failed
publish-nuget / checkout-code (push) Successful in 5s
publish-nuget / build-and-publish (push) Failing after 12s
1.0.10 with readme
2025-12-31 16:19:24 +03:00

464 B

Set up this registry from the command line:

dotnet nuget add source --name Sharp8N --username your_username --password your_token https://code.sharp8n.com/api/packages/Sharp8N/nuget/index.json

To install the package using NuGet, run the following command:

dotnet add package --source Sharp8N --version 1.0.10 Sharp8N.Runtime

For more information on the NuGet registry, see the documentation.