Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f93a09f

Browse files
committedMar 3, 2025
update
1 parent 3cf6777 commit f93a09f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# RagFlow.NET
22

3+
RAGFlow Http API接口封装
4+
35
施工中

‎RagFlow.NET.Fs/RagFlow.NET.Fs.fsproj

+15-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
<PropertyGroup>
44
<TargetFrameworks>net9.0;net8.0;net6.0</TargetFrameworks>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6+
<Description>Ragflow .NET SDK
7+
倾向于用函数式解决问题</Description>
8+
<PackageProjectUrl>https://github.com/ssccinng/RagFlow.NET</PackageProjectUrl>
9+
<PackageReadmeFile>README.md</PackageReadmeFile>
10+
<RepositoryUrl>https://github.com/ssccinng/RagFlow.NET</RepositoryUrl>
11+
<RepositoryType>git</RepositoryType>
12+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
13+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
14+
<Version>0.0.1-pre1</Version>
615
</PropertyGroup>
716

817
<ItemGroup>
@@ -18,7 +27,12 @@
1827
<Compile Include="Library.fs" />
1928
</ItemGroup>
2029

21-
<ItemGroup />
30+
<ItemGroup>
31+
<None Include="..\README.md">
32+
<Pack>True</Pack>
33+
<PackagePath>\</PackagePath>
34+
</None>
35+
</ItemGroup>
2236

2337
<ItemGroup>
2438
<PackageReference Include="FSharp.Data" Version="6.4.1" />

0 commit comments

Comments
 (0)
Please sign in to comment.