File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog - Agent Framework Toolkit
22
3+ ## Version 1.3.0 (24th of April 2026)
4+ - Updated Agent Framework from 1.2.0 to 1.3.0
5+ - Updated all NuGet packages to latest
6+
7+ ---
8+
39## Version 1.2.0 (22nd of April 2026)
410- Updated Agent Framework from 1.1.0 to 1.2.0
511- Updated all NuGet packages to latest
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66 <ItemGroup >
77 <!-- Microsoft Agents AI Framework -->
8- <PackageVersion Include =" Microsoft.Agents.AI" Version =" 1.2 .0" />
9- <PackageVersion Include =" Microsoft.Agents.AI.OpenAI" Version =" 1.2 .0" />
10- <PackageVersion Include =" Microsoft.Agents.AI.Anthropic" Version =" 1.2 .0-preview.260421 .1" />
8+ <PackageVersion Include =" Microsoft.Agents.AI" Version =" 1.3 .0" />
9+ <PackageVersion Include =" Microsoft.Agents.AI.OpenAI" Version =" 1.3 .0" />
10+ <PackageVersion Include =" Microsoft.Agents.AI.Anthropic" Version =" 1.3 .0-preview.260423 .1" />
1111 <!-- Azure -->
1212 <PackageVersion Include =" Azure.Identity" Version =" 1.21.0" />
1313 <PackageVersion Include =" Azure.AI.OpenAI" Version =" 2.9.0-beta.1" />
1919 <PackageVersion Include =" Google.GenAI" Version =" 1.6.1" />
2020 <PackageVersion Include =" Mistral.SDK" Version =" 2.3.1" />
2121 <PackageVersion Include =" ModelContextProtocol" Version =" 1.2.0" />
22- <PackageVersion Include =" AWSSDK.BedrockRuntime" Version =" 4.0.17.3 " />
23- <PackageVersion Include =" AWSSDK.Extensions.Bedrock.MEAI" Version =" 4.0.6.9 " />
22+ <PackageVersion Include =" AWSSDK.BedrockRuntime" Version =" 4.0.17.4 " />
23+ <PackageVersion Include =" AWSSDK.Extensions.Bedrock.MEAI" Version =" 4.0.6.10 " />
2424 <!-- Code analysis -->
2525 <PackageVersion Include =" JetBrains.Annotations" Version =" 2025.2.4" />
2626 <!-- Testing -->
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <!-- Central version prefix - applies to all nuget packages. -->
4- <PackageVersion >1.2 .0</PackageVersion >
4+ <PackageVersion >1.3 .0</PackageVersion >
55 <Configurations >Debug;Release;Publish</Configurations >
66 <Title >Microsoft Agent Framework</Title >
77 <PackageReadmeFile >README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments