Skip to content

Commit a014954

Browse files
committed
v1.0.0-alpha.3
1 parent 9ba7177 commit a014954

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/AgentNet.Durable/AgentNet.Durable.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- NuGet Package Metadata -->
1010
<PropertyGroup>
1111
<PackageId>AgentNet.Durable</PackageId>
12-
<Version>1.0.0-alpha.2.1</Version>
12+
<Version>1.0.0-alpha.3</Version>
1313
<Authors>Jordan Marr</Authors>
1414
<Description>Durable workflow compilation for AgentNet. Compiles F# workflow definitions to Microsoft Azure Durable Functions (MAF) format for production deployment.</Description>
1515
<PackageTags>fsharp;ai;agents;durable;azure-functions;workflows;maf</PackageTags>

src/AgentNet/AgentNet.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- NuGet Package Metadata -->
1010
<PropertyGroup>
1111
<PackageId>AgentNet</PackageId>
12-
<Version>1.0.0-alpha.2.1</Version>
12+
<Version>1.0.0-alpha.3</Version>
1313
<Authors>Jordan Marr</Authors>
1414
<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>
1515
<PackageTags>fsharp;ai;agents;llm;microsoft-agent-framework;workflows</PackageTags>

0 commit comments

Comments
 (0)