Update Sharp8N.AiComponents.csproj

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

View File

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