From 1ca0ded17253366b584e9ab0c30b1b6050e5caae Mon Sep 17 00:00:00 2001 From: Vitali Semianiaka Date: Wed, 31 Dec 2025 16:19:24 +0300 Subject: [PATCH] 1.0.10 with readme --- s8n-runtime/README.md | 9 +++++++++ s8n-runtime/s8n-runtime.csproj | 7 ++++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 s8n-runtime/README.md diff --git a/s8n-runtime/README.md b/s8n-runtime/README.md new file mode 100644 index 0000000..f154dfb --- /dev/null +++ b/s8n-runtime/README.md @@ -0,0 +1,9 @@ +### 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](https://docs.gitea.com/usage/packages/nuget/). diff --git a/s8n-runtime/s8n-runtime.csproj b/s8n-runtime/s8n-runtime.csproj index b221c21..9bf45df 100644 --- a/s8n-runtime/s8n-runtime.csproj +++ b/s8n-runtime/s8n-runtime.csproj @@ -11,16 +11,17 @@ true Sharp8N.Runtime - 1.0.0 + 1.0.10 Vitalick S Sharp8N Sharp8N runtime library, that allows run s8n workflows - code.sharp8n.com + Sharp8N/Sharp8N.Runtime + README.md - +