Skip to content

Commit df0224f

Browse files
committed
Update version to 8.0.0 for .NET 8 LTS branch
- Change package version from 1.1.0 to 8.0.0 to align with .NET version - Update test project to target net8.0 - This is the maintenance branch for .NET 8 LTS support
1 parent e893fdb commit df0224f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.0</Version>
11+
<Version>8.0.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>

tests/CompactifAI.Client.Tests/CompactifAI.Client.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)