Skip to content

Commit 0bd9c12

Browse files
committed
Update package metadata and bump version to 1.0.1
- Update author and company to GmausDev - Fix repository and project URLs - Publish to NuGet.org
1 parent 6633aa2 commit 0bd9c12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/CompactifAI.Client/CompactifAI.Client.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
<!-- NuGet Package Properties -->
1010
<PackageId>CompactifAI.Client</PackageId>
11-
<Version>1.0.0</Version>
12-
<Authors>Your Name</Authors>
13-
<Company>Your Company</Company>
11+
<Version>1.0.1</Version>
12+
<Authors>GmausDev</Authors>
13+
<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>
1515
<PackageTags>compactifai;ai;llm;chat;completions;transcription;openai-compatible</PackageTags>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17-
<PackageProjectUrl>https://docs.compactif.ai</PackageProjectUrl>
18-
<RepositoryUrl>https://github.com/yourusername/CompactifAI.Client</RepositoryUrl>
17+
<PackageProjectUrl>https://github.com/GmausDev/CompactifAI.Client</PackageProjectUrl>
18+
<RepositoryUrl>https://github.com/GmausDev/CompactifAI.Client</RepositoryUrl>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020

2121
<!-- Package generation -->

0 commit comments

Comments
 (0)