Kayala 2.2.2608.2322
.NET 10.0
This package targets .NET 10.0. The package is compatible with this framework or higher.
.NET Framework 4.8
This package targets .NET Framework 4.8. The package is compatible with this framework or higher.
dotnet add package Kayala --version 2.2.2608.2322
NuGet\Install-Package Kayala -Version 2.2.2608.2322
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="Kayala" Version="2.2.2608.2322" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kayala" Version="2.2.2608.2322" />
<PackageReference Include="Kayala" />
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 Kayala --version 2.2.2608.2322
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Kayala, 2.2.2608.2322"
#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.
#:package Kayala@2.2.2608.2322
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Kayala&version=2.2.2608.2322
#tool nuget:?package=Kayala&version=2.2.2608.2322
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Kayala
Framework for building trade automation systems.
Features
- Template Engine — Mustache-based templates with localization support
- Print Forms — Generate print-ready documents from structured data
- Localization — Multi-language support (RU, EN, UK, BE)
- Scheduling — Cron-based task scheduling
- Data Exchange — Import/export via Excel, JSON, XML
- UI Abstractions — WinForms and Avalonia UI layer
Installation
dotnet add package Kayala
Quick Start
using Kayala;
// Template rendering
var template = "Hello, {{Name}}!";
var result = TemplateLocalizer.ResolveInline(template, new { Name = "World" });
// Localization
TemplateLocalizer.Resolver = (key, culture) => GetLocalizedString(key, culture);
// Print forms
var report = PrintFormEngine.Generate("Invoice", orderData);
Target Frameworks
net10.0— Modern .NETnet48— .NET Framework 4.8
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.8
- Cronos (>= 0.11.0)
- ExcelDataReader (>= 3.7.0)
- ExcelDataReader.DataSet (>= 3.7.0)
- KCellReport (>= 0.13.0)
- mustache-sharp (>= 1.0.0)
- NetSerializer (>= 4.1.2)
- Newtonsoft.Json (>= 13.0.3)
- NiL.JS (>= 2.6.1700)
- NLog (>= 6.0.0)
- Nut (>= 4.0.0)
- SharpZipLib (>= 1.4.2)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 9.0.6)
-
net10.0
- Cronos (>= 0.11.0)
- ExcelDataReader (>= 3.7.0)
- ExcelDataReader.DataSet (>= 3.7.0)
- KCellReport (>= 0.13.0)
- mustache-sharp (>= 1.0.0)
- NetSerializer (>= 4.1.2)
- Newtonsoft.Json (>= 13.0.3)
- NiL.JS (>= 2.6.1700)
- NLog (>= 6.0.0)
- Nut (>= 4.0.0)
- SharpZipLib (>= 1.4.2)
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 |
|---|---|---|
| 2.2.2608.2322 | 22 | 8/23/2026 |