Update Sharp8N.AiComponents.csproj
All checks were successful
publish-nuget / checkout-code (push) Successful in 4s
publish-nuget / build-and-publish (push) Successful in 14s

This commit is contained in:
2026-01-01 11:42:07 +00:00
parent a32640ac12
commit 98504e29df

View File

@@ -11,7 +11,7 @@
<!-- Package properties below -->
<IsPackable>true</IsPackable>
<PackageId>Sharp8N.AiComponents</PackageId>
<Version>1.0.10</Version>
<Version>1.0.11</Version>
<Authors>Vitalick S</Authors>
<Company>Sharp8N</Company>
<Description>Sharp8N AI components library</Description>
@@ -20,7 +20,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Sharp8N.Runtime" Version="1.0.10" />
<PackageReference Include="Sharp8N.Runtime" Version="1.0.11" />
</ItemGroup>
</Project>