VictorLib 1.0.9-beta

This is a prerelease version of VictorLib.
dotnet add package VictorLib --version 1.0.9-beta
                    
NuGet\Install-Package VictorLib -Version 1.0.9-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VictorLib" Version="1.0.9-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VictorLib" Version="1.0.9-beta" />
                    
Directory.Packages.props
<PackageReference Include="VictorLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VictorLib --version 1.0.9-beta
                    
#r "nuget: VictorLib, 1.0.9-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=VictorLib&version=1.0.9-beta&prerelease
                    
Install VictorLib as a Cake Addin
#tool nuget:?package=VictorLib&version=1.0.9-beta&prerelease
                    
Install VictorLib as a Cake Tool

VictorLib is a C# binding SDK for Victor Base native library, providing interop
with native functionality for high-performance applications in .NET Environment. The
package enables vector database manipulation (e.g.,search , search_n, alloc_index,
destroy_index) for scalable and efficient computation and AI apps. Licensed under
LGPL-3. Contact: ivanrwcm25@gmail.com.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9-beta 120 4/7/2025
1.0.8-beta 121 4/7/2025
1.0.7-beta 122 4/7/2025
1.0.6-beta 116 4/6/2025
1.0.5-beta 114 4/6/2025
1.0.4-beta 45 4/5/2025
1.0.3-beta 112 4/4/2025
1.0.2-beta 108 4/4/2025
1.0.1-beta 113 4/4/2025
1.0.0-beta 117 4/3/2025

This package is an independent contribution to Victor Base core library.
Original project by emiliano.billi@gmail.com.