diff --git a/dotnet/nuget/nuget-package.props b/dotnet/nuget/nuget-package.props index 775b91155c..f971e06613 100644 --- a/dotnet/nuget/nuget-package.props +++ b/dotnet/nuget/nuget-package.props @@ -2,8 +2,8 @@ 1.0.0 - $(VersionPrefix)-$(VersionSuffix).250929 - $(VersionPrefix) + $(VersionPrefix)-$(VersionSuffix).250930 + $(VersionPrefix)-preview.250930 Debug;Release;Publish true diff --git a/dotnet/src/Microsoft.Agents.AI.A2A/Extensions/A2ACardResolverExtensions.cs b/dotnet/src/Microsoft.Agents.AI.A2A/Extensions/A2ACardResolverExtensions.cs index df4f6afcb3..9dbfcb277c 100644 --- a/dotnet/src/Microsoft.Agents.AI.A2A/Extensions/A2ACardResolverExtensions.cs +++ b/dotnet/src/Microsoft.Agents.AI.A2A/Extensions/A2ACardResolverExtensions.cs @@ -16,7 +16,7 @@ namespace A2A; /// /// /// These extensions bridge the gap between A2A SDK client objects -/// and the Microsoft Extensions AI Agent framework. +/// and the Microsoft Agent Framework. /// /// They allow developers to easily create AI agents that can interact /// with A2A agents by handling the conversion from A2A clients to diff --git a/dotnet/src/Microsoft.Agents.AI.A2A/Extensions/A2AClientExtensions.cs b/dotnet/src/Microsoft.Agents.AI.A2A/Extensions/A2AClientExtensions.cs index c13300b45f..300bafbb90 100644 --- a/dotnet/src/Microsoft.Agents.AI.A2A/Extensions/A2AClientExtensions.cs +++ b/dotnet/src/Microsoft.Agents.AI.A2A/Extensions/A2AClientExtensions.cs @@ -12,7 +12,7 @@ namespace A2A; /// /// /// These extensions bridge the gap between A2A SDK client objects -/// and the Microsoft Extensions AI Agent framework. +/// and the Microsoft Agent Framework. /// /// They allow developers to easily create AI agents that can interact /// with A2A agents by handling the conversion from A2A clients to diff --git a/dotnet/src/Microsoft.Agents.AI.A2A/Microsoft.Agents.AI.A2A.csproj b/dotnet/src/Microsoft.Agents.AI.A2A/Microsoft.Agents.AI.A2A.csproj index 0805255845..64b2646e82 100644 --- a/dotnet/src/Microsoft.Agents.AI.A2A/Microsoft.Agents.AI.A2A.csproj +++ b/dotnet/src/Microsoft.Agents.AI.A2A/Microsoft.Agents.AI.A2A.csproj @@ -20,8 +20,8 @@ - Microsoft.Agents.AI.A2A - Defines AIAgent for interacting with application-to-application (A2A) agents. + Microsoft Agent Framework A2A + Provides Microsoft Agent Framework support for Agent2Agent (A2A) protocol. diff --git a/dotnet/src/Microsoft.Agents.AI.Abstractions/Microsoft.Agents.AI.Abstractions.csproj b/dotnet/src/Microsoft.Agents.AI.Abstractions/Microsoft.Agents.AI.Abstractions.csproj index f01b9bb94f..0392c5d71c 100644 --- a/dotnet/src/Microsoft.Agents.AI.Abstractions/Microsoft.Agents.AI.Abstractions.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Abstractions/Microsoft.Agents.AI.Abstractions.csproj @@ -21,8 +21,8 @@ - Microsoft Extensions AI Agent Framework Abstractions - Contains the Microsoft Agent Framework interfaces and abstractions. + Microsoft Agent Framework Abstractions + Provides Microsoft Agent Framework interfaces and abstractions. diff --git a/dotnet/src/Microsoft.Agents.AI.AzureAI/Microsoft.Agents.AI.AzureAI.csproj b/dotnet/src/Microsoft.Agents.AI.AzureAI/Microsoft.Agents.AI.AzureAI.csproj index d32acd2f76..bd82adea7e 100644 --- a/dotnet/src/Microsoft.Agents.AI.AzureAI/Microsoft.Agents.AI.AzureAI.csproj +++ b/dotnet/src/Microsoft.Agents.AI.AzureAI/Microsoft.Agents.AI.AzureAI.csproj @@ -22,8 +22,8 @@ - Microsoft.Agents.AI.AzureAI - Implementation of generative AI abstractions for Azure AI Persistent Agents. + Microsoft Agent Framework AzureAI + Provides Microsoft Agent Framework support for Azure AI. diff --git a/dotnet/src/Microsoft.Agents.AI.CopilotStudio/Microsoft.Agents.AI.CopilotStudio.csproj b/dotnet/src/Microsoft.Agents.AI.CopilotStudio/Microsoft.Agents.AI.CopilotStudio.csproj index b26f88d923..d5aad73169 100644 --- a/dotnet/src/Microsoft.Agents.AI.CopilotStudio/Microsoft.Agents.AI.CopilotStudio.csproj +++ b/dotnet/src/Microsoft.Agents.AI.CopilotStudio/Microsoft.Agents.AI.CopilotStudio.csproj @@ -23,8 +23,8 @@ - Microsoft Agent Framework: Copilot Studio Agent - Contains the Microsoft Agent Framework Copilot Studio Agent. + Microsoft Agent Framework Copilot Studio + Provides Microsoft Agent Framework support for Copilot Studio. diff --git a/dotnet/src/Microsoft.Agents.AI.Hosting.A2A.AspNetCore/Microsoft.Agents.AI.Hosting.A2A.AspNetCore.csproj b/dotnet/src/Microsoft.Agents.AI.Hosting.A2A.AspNetCore/Microsoft.Agents.AI.Hosting.A2A.AspNetCore.csproj index 362131ab84..a2d55e94d7 100644 --- a/dotnet/src/Microsoft.Agents.AI.Hosting.A2A.AspNetCore/Microsoft.Agents.AI.Hosting.A2A.AspNetCore.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Hosting.A2A.AspNetCore/Microsoft.Agents.AI.Hosting.A2A.AspNetCore.csproj @@ -19,4 +19,9 @@ + + + Microsoft Agent Framework Hosting A2A ASP.NET Core + Provides Microsoft Agent Framework support for hosting A2A agents in an ASP.NET Core context. + diff --git a/dotnet/src/Microsoft.Agents.AI.Hosting.A2A/Microsoft.Agents.AI.Hosting.A2A.csproj b/dotnet/src/Microsoft.Agents.AI.Hosting.A2A/Microsoft.Agents.AI.Hosting.A2A.csproj index 11b53eb130..cbbccb3bdf 100644 --- a/dotnet/src/Microsoft.Agents.AI.Hosting.A2A/Microsoft.Agents.AI.Hosting.A2A.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Hosting.A2A/Microsoft.Agents.AI.Hosting.A2A.csproj @@ -33,4 +33,9 @@ + + + Microsoft Agent Framework Hosting A2A + Provides Microsoft Agent Framework support for hosting A2A agents. + diff --git a/dotnet/src/Microsoft.Agents.AI.Hosting/Microsoft.Agents.AI.Hosting.csproj b/dotnet/src/Microsoft.Agents.AI.Hosting/Microsoft.Agents.AI.Hosting.csproj index d593a8005a..1cec665588 100644 --- a/dotnet/src/Microsoft.Agents.AI.Hosting/Microsoft.Agents.AI.Hosting.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Hosting/Microsoft.Agents.AI.Hosting.csproj @@ -39,4 +39,10 @@ + + + + Microsoft Agent Framework Hosting + Provides Microsoft Agent Framework support for hosting agents. + diff --git a/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/AgentRunResponseExtensions.cs b/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/AgentRunResponseExtensions.cs index 5ae3eed03d..4c727788e0 100644 --- a/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/AgentRunResponseExtensions.cs +++ b/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/AgentRunResponseExtensions.cs @@ -9,7 +9,7 @@ namespace OpenAI; /// /// Provides extension methods for to extract native OpenAI response objects -/// from the Microsoft Extensions AI Agent framework responses. +/// from the Microsoft Agent Framework responses. /// /// /// These extensions enable developers to access the underlying OpenAI SDK objects when working with diff --git a/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/AgentRunResponseUpdateExtensions.cs b/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/AgentRunResponseUpdateExtensions.cs index 2f9d9dd842..83d800aaba 100644 --- a/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/AgentRunResponseUpdateExtensions.cs +++ b/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/AgentRunResponseUpdateExtensions.cs @@ -8,7 +8,7 @@ namespace Microsoft.Agents.AI; /// /// Provides extension methods for to extract native OpenAI response objects -/// from the Microsoft Extensions AI Agent framework responses. +/// from the Microsoft Agent Framework responses. /// /// /// These extensions enable developers to access the underlying OpenAI SDK objects when working with diff --git a/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIAssistantClientExtensions.cs b/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIAssistantClientExtensions.cs index ecc46d7514..79c6e18165 100644 --- a/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIAssistantClientExtensions.cs +++ b/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIAssistantClientExtensions.cs @@ -13,7 +13,7 @@ namespace OpenAI; /// to simplify the creation of AI agents that work with OpenAI services. /// /// -/// These extensions bridge the gap between OpenAI SDK client objects and the Microsoft Extensions AI Agent framework, +/// These extensions bridge the gap between OpenAI SDK client objects and the Microsoft Agent Framework, /// allowing developers to easily create AI agents that leverage OpenAI's chat completion and response services. /// The methods handle the conversion from OpenAI clients to instances and then wrap them /// in objects that implement the interface. diff --git a/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIChatClientExtensions.cs b/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIChatClientExtensions.cs index 3fc7bb7de0..da7bc784ae 100644 --- a/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIChatClientExtensions.cs +++ b/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIChatClientExtensions.cs @@ -13,7 +13,7 @@ namespace OpenAI; /// to simplify the creation of AI agents that work with OpenAI services. /// /// -/// These extensions bridge the gap between OpenAI SDK client objects and the Microsoft Extensions AI Agent framework, +/// These extensions bridge the gap between OpenAI SDK client objects and the Microsoft Agent Framework, /// allowing developers to easily create AI agents that leverage OpenAI's chat completion and response services. /// The methods handle the conversion from OpenAI clients to instances and then wrap them /// in objects that implement the interface. diff --git a/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIResponseClientExtensions.cs b/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIResponseClientExtensions.cs index ebc648e724..6bffd01912 100644 --- a/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIResponseClientExtensions.cs +++ b/dotnet/src/Microsoft.Agents.AI.OpenAI/Extensions/OpenAIResponseClientExtensions.cs @@ -13,7 +13,7 @@ namespace OpenAI; /// to simplify the creation of AI agents that work with OpenAI services. /// /// -/// These extensions bridge the gap between OpenAI SDK client objects and the Microsoft Extensions AI Agent framework, +/// These extensions bridge the gap between OpenAI SDK client objects and the Microsoft Agent Framework, /// allowing developers to easily create AI agents that leverage OpenAI's chat completion and response services. /// The methods handle the conversion from OpenAI clients to instances and then wrap them /// in objects that implement the interface. diff --git a/dotnet/src/Microsoft.Agents.AI.OpenAI/Microsoft.Agents.AI.OpenAI.csproj b/dotnet/src/Microsoft.Agents.AI.OpenAI/Microsoft.Agents.AI.OpenAI.csproj index 3d94c35eb5..bb716a76eb 100644 --- a/dotnet/src/Microsoft.Agents.AI.OpenAI/Microsoft.Agents.AI.OpenAI.csproj +++ b/dotnet/src/Microsoft.Agents.AI.OpenAI/Microsoft.Agents.AI.OpenAI.csproj @@ -22,8 +22,7 @@ - Microsoft.Agents.AI.OpenAI - Implementation of generative AI abstractions for OpenAI Agents. + Microsoft Agent Framework OpenAI + Provides Microsoft Agent Framework support for OpenAI. - 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 b81e21d185..12d72b1320 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 @@ -42,4 +42,9 @@ + + + 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 9d03856427..fa0a0ee4ec 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 @@ -29,6 +29,12 @@ + + + Microsoft Agent Framework Workflows + Provides Microsoft Agent Framework support for workflows. + + diff --git a/dotnet/src/Microsoft.Agents.AI/Microsoft.Agents.AI.csproj b/dotnet/src/Microsoft.Agents.AI/Microsoft.Agents.AI.csproj index 28b62cf1d4..d95b8ea52f 100644 --- a/dotnet/src/Microsoft.Agents.AI/Microsoft.Agents.AI.csproj +++ b/dotnet/src/Microsoft.Agents.AI/Microsoft.Agents.AI.csproj @@ -25,8 +25,8 @@ - Microsoft Extensions AI Agent Framework - Contains the Microsoft Agent Framework core functionality. + Microsoft Agent Framework + Provides Microsoft Agent Framework core functionality.