From 189434dd4b282546d9668119d33a178856a6dfd3 Mon Sep 17 00:00:00 2001 From: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com> Date: Tue, 30 Sep 2025 11:08:23 +0100 Subject: [PATCH] Update the package version and suffix in preparation for public preview (#970) Co-authored-by: Mark Wallace --- dotnet/nuget/nuget-package.props | 4 ++-- .../Microsoft.Agents.AI.A2A/Microsoft.Agents.AI.A2A.csproj | 2 +- .../Microsoft.Agents.AI.Abstractions.csproj | 2 +- .../Microsoft.Agents.AI.AzureAI.csproj | 2 +- .../Microsoft.Agents.AI.CopilotStudio.csproj | 2 +- .../Microsoft.Agents.AI.Hosting.A2A.AspNetCore.csproj | 2 +- .../Microsoft.Agents.AI.Hosting.A2A.csproj | 2 +- .../Microsoft.Agents.AI.Hosting.csproj | 2 +- .../Microsoft.Agents.AI.OpenAI.csproj | 2 +- .../Microsoft.Agents.AI.Runtime.Abstractions.csproj | 2 +- .../Microsoft.Agents.AI.Runtime.Storage.CosmosDB.csproj | 2 +- .../Microsoft.Agents.AI.Runtime.csproj | 2 +- .../Microsoft.Agents.AI.Workflows.Declarative.csproj | 2 +- .../Microsoft.Agents.AI.Workflows.csproj | 2 +- dotnet/src/Microsoft.Agents.AI/Microsoft.Agents.AI.csproj | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dotnet/nuget/nuget-package.props b/dotnet/nuget/nuget-package.props index 64d8cb2ebf..775b91155c 100644 --- a/dotnet/nuget/nuget-package.props +++ b/dotnet/nuget/nuget-package.props @@ -1,8 +1,8 @@ - 0.0.1 - $(VersionPrefix)-$(VersionSuffix) + 1.0.0 + $(VersionPrefix)-$(VersionSuffix).250929 $(VersionPrefix) Debug;Release;Publish 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 5bc7b6ebda..0805255845 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 @@ -3,7 +3,7 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) - alpha + preview 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 930d19e5ec..f01b9bb94f 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 @@ -5,7 +5,7 @@ $(ProjectsDebugTargetFrameworks) Microsoft.Agents.AI $(NoWarn);CA1716;IDE0009;MEAI001 - alpha + preview 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 007a0fa0e6..d32acd2f76 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 @@ -3,7 +3,7 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) - alpha + preview enable $(NoWarn);IDE0009; 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 80d76246dd..b26f88d923 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 @@ -3,7 +3,7 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) - alpha + preview 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 838388b63a..362131ab84 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 @@ -5,7 +5,7 @@ $(ProjectsCoreTargetFrameworks) $(NoWarn);IDE1006;IDE0130;NU1504 Microsoft.Agents.AI.Hosting.A2A.AspNetCore - alpha + preview 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 3d343577f2..980cfc5dee 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 @@ -5,7 +5,7 @@ $(ProjectsCoreTargetFrameworks) $(NoWarn);IDE1006;IDE0130;NU1504 Microsoft.Agents.AI.Hosting.A2A - alpha + preview 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 127c668bb1..75319ed617 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 @@ -3,7 +3,7 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) - alpha + preview 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 b3097ea38b..3d94c35eb5 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 @@ -3,7 +3,7 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) - alpha + preview $(NoWarn);IDE0009;OPENAI001; enable true diff --git a/dotnet/src/Microsoft.Agents.AI.Runtime.Abstractions/Microsoft.Agents.AI.Runtime.Abstractions.csproj b/dotnet/src/Microsoft.Agents.AI.Runtime.Abstractions/Microsoft.Agents.AI.Runtime.Abstractions.csproj index 82c0da4f62..7c753596f3 100644 --- a/dotnet/src/Microsoft.Agents.AI.Runtime.Abstractions/Microsoft.Agents.AI.Runtime.Abstractions.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Runtime.Abstractions/Microsoft.Agents.AI.Runtime.Abstractions.csproj @@ -4,7 +4,7 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) $(NoWarn);IDE1006;IDE0130 - alpha + preview Microsoft.Agents.AI.Runtime diff --git a/dotnet/src/Microsoft.Agents.AI.Runtime.Storage.CosmosDB/Microsoft.Agents.AI.Runtime.Storage.CosmosDB.csproj b/dotnet/src/Microsoft.Agents.AI.Runtime.Storage.CosmosDB/Microsoft.Agents.AI.Runtime.Storage.CosmosDB.csproj index 823283f6d6..bac406453c 100644 --- a/dotnet/src/Microsoft.Agents.AI.Runtime.Storage.CosmosDB/Microsoft.Agents.AI.Runtime.Storage.CosmosDB.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Runtime.Storage.CosmosDB/Microsoft.Agents.AI.Runtime.Storage.CosmosDB.csproj @@ -4,7 +4,7 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) $(NoWarn);IDE1006;IDE0130 - alpha + preview diff --git a/dotnet/src/Microsoft.Agents.AI.Runtime/Microsoft.Agents.AI.Runtime.csproj b/dotnet/src/Microsoft.Agents.AI.Runtime/Microsoft.Agents.AI.Runtime.csproj index fb2ffa2a04..b6e7518124 100644 --- a/dotnet/src/Microsoft.Agents.AI.Runtime/Microsoft.Agents.AI.Runtime.csproj +++ b/dotnet/src/Microsoft.Agents.AI.Runtime/Microsoft.Agents.AI.Runtime.csproj @@ -4,7 +4,7 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) $(NoWarn);IDE1006;IDE0130 - alpha + preview 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 525c47fb4f..432bdbe499 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 @@ -3,7 +3,7 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) - alpha + preview 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 d2554bcd13..7940ae8b3d 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 @@ -3,7 +3,7 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) - alpha + preview diff --git a/dotnet/src/Microsoft.Agents.AI/Microsoft.Agents.AI.csproj b/dotnet/src/Microsoft.Agents.AI/Microsoft.Agents.AI.csproj index bad037af2b..765874a4b5 100644 --- a/dotnet/src/Microsoft.Agents.AI/Microsoft.Agents.AI.csproj +++ b/dotnet/src/Microsoft.Agents.AI/Microsoft.Agents.AI.csproj @@ -3,7 +3,7 @@ $(ProjectsTargetFrameworks) $(ProjectsDebugTargetFrameworks) - alpha + preview $(NoWarn);MEAI001