-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.nuspec
More file actions
37 lines (37 loc) · 1.86 KB
/
.nuspec
File metadata and controls
37 lines (37 loc) · 1.86 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
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<package>
<metadata>
<id>MaIN.NET</id>
<version>0.8.0</version>
<authors>Wisedev</authors>
<owners>Wisedev</owners>
<icon>favicon.png</icon>
<description>MaIN.NET - Package designed to streamline the integration of large language models (LLMs) into advanced AI workflows.</description>
<license type="expression">MIT</license>
<projectUrl>https://github.com/wisedev-code/MaIN.NET</projectUrl>
<repository url="https://github.com/wisedev-code/MaIN.NET" type="git" />
<dependencies>
<dependency id="GTranslate" version="2.3.1" />
<dependency id="HtmlAgilityPack" version="1.12.4" />
<dependency id="LLamaSharp" version="0.25.0" />
<dependency id="LLamaSharp.Backend.Cuda12" version="0.25.0" />
<dependency id="LLamaSharp.kernel-memory" version="0.25.0" />
<dependency id="ModelContextProtocol.AspNetCore" version="0.2.0-preview.1" />
<dependency id="Microsoft.SemanticKernel" version="1.68.0" />
<dependency id="Microsoft.SemanticKernel.Connectors.Google" version="1.64.0-alpha" />
<dependency id="Microsoft.Extensions.Http" version="10.0.1" />
<dependency id="Microsoft.KernelMemory" version="0.98.250508.3" />
<dependency id="Tesseract" version="5.2.0" />
<dependency id="Tesseract.Data.English" version="4.0.0" />
</dependencies>
</metadata>
<files>
<!-- Include the main DLL -->
<file src="bin\Release\net8.0\MaIN.Core.dll" target="lib\net8.0" />
<file src="favicon.png" target="." />
<!-- Include DLLs from dependent projects -->
<file src="..\MaIN.Services\bin\Release\net8.0\MaIN.Services.dll" target="lib\net8.0" />
<file src="..\MaIN.Domain\bin\Release\net8.0\MaIN.Domain.dll" target="lib\net8.0" />
<file src="..\MaIN.Infrastructure\bin\Release\net8.0\MaIN.Infrastructure.dll" target="lib\net8.0" />
</files>
</package>