Skip to content

Commit 58aaf90

Browse files
committed
Upgrade to 1.3.0
1 parent f2952f3 commit 58aaf90

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

Directory.Packages.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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" />
@@ -19,8 +19,8 @@
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 -->

nuget-package.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

0 commit comments

Comments
 (0)