update and fix
All checks were successful
publish-nuget / build-and-publish (push) Successful in 13s

This commit is contained in:
2026-01-01 23:39:02 +03:00
parent 98504e29df
commit ead766709b
2 changed files with 4 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
<!-- Package properties below -->
<IsPackable>true</IsPackable>
<PackageId>Sharp8N.AiComponents</PackageId>
<Version>1.0.11</Version>
<Version>1.0.12</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.11" />
<PackageReference Include="Sharp8N.Runtime" Version="1.0.12" />
</ItemGroup>
</Project>