From 0966a1d8ae36baf809661788833e132ebed1d620 Mon Sep 17 00:00:00 2001 From: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:01:29 +0100 Subject: [PATCH] Bump version and fix duplicate project titles (#1046) Co-authored-by: Mark Wallace --- dotnet/nuget/nuget-package.props | 8 ++++---- .../Microsoft.Agents.AI.Workflows.Declarative.csproj | 10 ++-------- .../Microsoft.Agents.AI.Workflows.csproj | 12 +++--------- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/dotnet/nuget/nuget-package.props b/dotnet/nuget/nuget-package.props index f971e06613..be49a6d25b 100644 --- a/dotnet/nuget/nuget-package.props +++ b/dotnet/nuget/nuget-package.props @@ -2,8 +2,8 @@ 1.0.0 - $(VersionPrefix)-$(VersionSuffix).250930 - $(VersionPrefix)-preview.250930 + $(VersionPrefix)-$(VersionSuffix).251001.1 + $(VersionPrefix)-preview.251001.1 Debug;Release;Publish true @@ -27,8 +27,8 @@ Microsoft Microsoft - Agent Framework - Empowers app owners to integrate Agents quickly and easily into their apps. + Microsoft Agent Framework + Microsoft Agent Framework is a comprehensive .NET library for building, orchestrating, and deploying AI agents and multi-agent workflows. The framework provides everything from simple chat agents to complex multi-agent systems with graph-based orchestration capabilities. AI, Artificial Intelligence, Agent, SDK, Framework $(AssemblyName) diff --git a/dotnet/src/Microsoft.Agents.AI.Workflows.Declarative/Microsoft.Agents.AI.Workflows.Declarative.csproj b/dotnet/src/Microsoft.Agents.AI.Workflows.Declarative/Microsoft.Agents.AI.Workflows.Declarative.csproj index a31c191886..6cac284f46 100644 --- a/dotnet/src/Microsoft.Agents.AI.Workflows.Declarative/Microsoft.Agents.AI.Workflows.Declarative.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Workflows.Declarative/Microsoft.Agents.AI.Workflows.Declarative.csproj @@ -16,8 +16,8 @@ - Microsoft Agent Workflow Framework - Contains the Microsoft Agent Declarative Workflow Framework. + Microsoft Agent Framework Declarative Workflows + Provides Microsoft Agent Framework support for declarative workflows. @@ -58,10 +58,4 @@ - - - - Microsoft Agent Framework Declarative Workflows - Provides Microsoft Agent Framework support for declarative workflows. - diff --git a/dotnet/src/Microsoft.Agents.AI.Workflows/Microsoft.Agents.AI.Workflows.csproj b/dotnet/src/Microsoft.Agents.AI.Workflows/Microsoft.Agents.AI.Workflows.csproj index e23beb40e1..ff2e9dee64 100644 --- a/dotnet/src/Microsoft.Agents.AI.Workflows/Microsoft.Agents.AI.Workflows.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Workflows/Microsoft.Agents.AI.Workflows.csproj @@ -16,10 +16,10 @@ - Microsoft Agent Workflow Framework - Contains the Microsoft Agent Workflow Framework. + Microsoft Agent Framework Workflows + Provides Microsoft Agent Framework support for workflows. - + @@ -33,12 +33,6 @@ - - - Microsoft Agent Framework Workflows - Provides Microsoft Agent Framework support for workflows. - -