-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathBuild5Nines.SharpVector.csproj
More file actions
26 lines (23 loc) · 1.12 KB
/
Build5Nines.SharpVector.csproj
File metadata and controls
26 lines (23 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Build5Nines.SharpVector</PackageId>
<PackageProjectUrl>https://sharpvector.build5nines.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/Build5Nines/SharpVector</RepositoryUrl>
<Version>2.1.2</Version>
<Description>Lightweight In-memory Vector Database to embed in any .NET Applications</Description>
<Copyright>Copyright (c) 2025 Build5Nines LLC</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Authors>Chris Pietschmann</Authors>
<Company>Build5Nines LLC</Company>
<PackageTags>vector;search;database;data;rag;search;llm;generative ai;ai;genai</PackageTags>
</PropertyGroup>
<ItemGroup>
<None Include="docs/README.md" Pack="true" PackagePath="\"/>
<None Include="docs/LICENSE" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>