Update s8n-runtime/s8n-runtime.csproj

This commit is contained in:
2025-12-31 09:16:15 +00:00
parent 7f52ad17c0
commit 0cccffddc1

View File

@@ -6,6 +6,16 @@
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<!-- Package properties below -->
<PackageId>Sharp8N.Runtime</PackageId>
<Version>1.0.0</Version>
<Authors>Vitalick S</Authors>
<Company>Sharp8N</Company>
<Description>Sharp8N runtime library, that allows run s8n workflows</Description>
<RepositoryUrl>code.sharp8n.com</RepositoryUrl>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>