XiansAi.Lib 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package XiansAi.Lib --version 1.0.0                
NuGet\Install-Package XiansAi.Lib -Version 1.0.0                
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="XiansAi.Lib" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XiansAi.Lib --version 1.0.0                
#r "nuget: XiansAi.Lib, 1.0.0"                
#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.
// Install XiansAi.Lib as a Cake Addin
#addin nuget:?package=XiansAi.Lib&version=1.0.0

// Install XiansAi.Lib as a Cake Tool
#tool nuget:?package=XiansAi.Lib&version=1.0.0                

Xians.Ai Lib

This is a library for the Xians.Ai flow projects. This LIbrary is used by the Flows. It contains the base classes, interfaces and other utilities for creating and running Flows.

Installation

git clone https://github.com/XiansAiPlatform/XiansAi.Lib.git
touch .env
dotnet build

.env file is required to run tests. It contains the environment variables for the tests.

Publishing to Nuget


dotnet clean
dotnet build -c Release

mkdir nupkg
dotnet pack -c Release -o ./nupkg
cd bin/Release
dotnet nuget push XiansAi.Lib.1.0.0.nupkg -s https://api.nuget.org/v3/index.json -k <your-api-key>
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.

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.1.1 67 1/19/2025
1.1.0 73 1/19/2025
1.0.8 60 1/19/2025
1.0.7 65 1/18/2025
1.0.6 35 1/14/2025
1.0.5 79 1/7/2025
1.0.4 86 1/6/2025
1.0.3 86 1/6/2025
1.0.2 277 1/6/2025
1.0.1 248 1/6/2025
1.0.0 98 1/5/2025

- Update README.md