Skip to content

Commit e893fdb

Browse files
committed
Bump version to 1.1.0
Release highlights: - Add System.Text.Json source generators for zero-reflection serialization - AOT and IL trimming compatibility - 2-5ms latency improvement per API call - Reduced GC pressure with cached type metadata
1 parent 7dd3c77 commit e893fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CompactifAI.Client/CompactifAI.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- NuGet Package Properties -->
1010
<PackageId>CompactifAI.Client</PackageId>
11-
<Version>1.0.2</Version>
11+
<Version>1.1.0</Version>
1212
<Authors>GmausDev</Authors>
1313
<Company>GmausDev</Company>
1414
<Description>A .NET client library for the CompactifAI API. Easily integrate AI chat completions, text completions, and audio transcription into your .NET applications.</Description>

0 commit comments

Comments
 (0)