Skip to content

Commit 503664a

Browse files
committed
Add 1.0.0-alpha.1 NuGet package info
1 parent 7456400 commit 503664a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/AgentNet/AgentNet.fsproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
</PropertyGroup>
88

9+
<!-- NuGet Package Metadata -->
10+
<PropertyGroup>
11+
<PackageId>Agent.NET</PackageId>
12+
<Version>1.0.0-alpha.1</Version>
13+
<Authors>Jordan Marr</Authors>
14+
<Description>A beautiful F# library for building AI agents on .NET. Wraps Microsoft Agent Framework with idiomatic F# APIs using quotation-based tools, pipeline-style agents, and computation expression workflows.</Description>
15+
<PackageTags>fsharp;ai;agents;llm;microsoft-agent-framework;workflows</PackageTags>
16+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17+
<PackageProjectUrl>https://github.com/JordanMarr/Agent.NET</PackageProjectUrl>
18+
<RepositoryUrl>https://github.com/JordanMarr/Agent.NET</RepositoryUrl>
19+
<RepositoryType>git</RepositoryType>
20+
<PackageReadmeFile>README.md</PackageReadmeFile>
21+
</PropertyGroup>
22+
23+
<ItemGroup>
24+
<None Include="../../README.md" Pack="true" PackagePath="/" />
25+
</ItemGroup>
26+
927
<ItemGroup>
1028
<Compile Include="Tool.fs" />
1129
<Compile Include="Agent.fs" />

0 commit comments

Comments
 (0)