Bump version and fix duplicate project titles (#1046)

Co-authored-by: Mark Wallace <markwallace@microsoft.com>
This commit is contained in:
Mark Wallace
2025-10-01 09:01:29 +01:00
committed by GitHub
Unverified
parent 2b4ff5f076
commit 0966a1d8ae
3 changed files with 9 additions and 21 deletions
+4 -4
View File
@@ -2,8 +2,8 @@
<PropertyGroup>
<!-- Central version prefix - applies to all nuget packages. -->
<VersionPrefix>1.0.0</VersionPrefix>
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix).250930</PackageVersion>
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)-preview.250930</PackageVersion>
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix).251001.1</PackageVersion>
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)-preview.251001.1</PackageVersion>
<Configurations>Debug;Release;Publish</Configurations>
<IsPackable>true</IsPackable>
@@ -27,8 +27,8 @@
<!-- Default description and tags. Packages can override. -->
<Authors>Microsoft</Authors>
<Company>Microsoft</Company>
<Product>Agent Framework</Product>
<Description>Empowers app owners to integrate Agents quickly and easily into their apps.</Description>
<Product>Microsoft Agent Framework</Product>
<Description>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.</Description>
<PackageTags>AI, Artificial Intelligence, Agent, SDK, Framework</PackageTags>
<PackageId>$(AssemblyName)</PackageId>
@@ -16,8 +16,8 @@
<PropertyGroup>
<!-- NuGet Package Settings -->
<Title>Microsoft Agent Workflow Framework</Title>
<Description>Contains the Microsoft Agent Declarative Workflow Framework.</Description>
<Title>Microsoft Agent Framework Declarative Workflows</Title>
<Description>Provides Microsoft Agent Framework support for declarative workflows.</Description>
</PropertyGroup>
<ItemGroup>
@@ -58,10 +58,4 @@
<InternalsVisibleTo Include="Microsoft.Agents.AI.Workflows.Declarative.UnitTests" />
<InternalsVisibleTo Include="Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests" />
</ItemGroup>
<PropertyGroup>
<!-- NuGet Package Settings -->
<Title>Microsoft Agent Framework Declarative Workflows</Title>
<Description>Provides Microsoft Agent Framework support for declarative workflows.</Description>
</PropertyGroup>
</Project>
@@ -16,10 +16,10 @@
<PropertyGroup>
<!-- NuGet Package Settings -->
<Title>Microsoft Agent Workflow Framework</Title>
<Description>Contains the Microsoft Agent Workflow Framework.</Description>
<Title>Microsoft Agent Framework Workflows</Title>
<Description>Provides Microsoft Agent Framework support for workflows.</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.Agents.AI.Abstractions\Microsoft.Agents.AI.Abstractions.csproj" />
<ProjectReference Include="..\Microsoft.Agents.AI\Microsoft.Agents.AI.csproj" />
@@ -33,12 +33,6 @@
<PackageReference Include="OpenTelemetry.Api" />
</ItemGroup>
<PropertyGroup>
<!-- NuGet Package Settings -->
<Title>Microsoft Agent Framework Workflows</Title>
<Description>Provides Microsoft Agent Framework support for workflows.</Description>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="System.Text.Json" />
</ItemGroup>