Skip to content

Commit 8dfd828

Browse files
committed
MAF 1.6.1
1 parent 881b526 commit 8dfd828

4 files changed

Lines changed: 17 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog - Agent Framework Toolkit
22

3+
## Version 1.6.1 (14th of May 2026)
4+
- Updated Agent Framework from 1.5.0 to 1.6.1 [NOTE: Due to dependency incompatibility, there is no package in this release that targets Google; it will return once Google updates their dependencies]
5+
- Updated all NuGet packages to the latest
6+
7+
--
8+
39
## Version 1.5.0 (14th of May 2026)
4-
- Updated Agent Framework from 1.4.0 to 1.5.0 [NOTE: Due to dependency incompatibility there is no package in this release that target Google; it will return once Google update their dependencies]
10+
- Updated Agent Framework from 1.4.0 to 1.5.0 [NOTE: Due to dependency incompatibility, there is no package in this release that targets Google; it will return once Google updates their dependencies]
511
- Updated all NuGet packages to the latest
612

713
--

Directory.Packages.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
<ItemGroup>
77
<!-- Microsoft Agents AI Framework -->
88
<PackageVersion Include="Anthropic" Version="12.20.0" />
9-
<PackageVersion Include="Microsoft.Agents.AI" Version="1.5.0" />
10-
<PackageVersion Include="Microsoft.Agents.AI.OpenAI" Version="1.5.0" />
11-
<PackageVersion Include="Microsoft.Agents.AI.Anthropic" Version="1.5.0-preview.260507.1" />
9+
<PackageVersion Include="Microsoft.Agents.AI" Version="1.6.1" />
10+
<PackageVersion Include="Microsoft.Agents.AI.OpenAI" Version="1.6.1" />
11+
<PackageVersion Include="Microsoft.Agents.AI.Anthropic" Version="1.6.1-preview.260514.1" />
1212
<!-- Azure -->
1313
<PackageVersion Include="Azure.Identity" Version="1.21.0" />
1414
<PackageVersion Include="Azure.AI.OpenAI" Version="2.9.0-beta.1" />
1515
<PackageVersion Include="Azure.AI.Inference" Version="1.0.0-beta.5" />
1616
<PackageVersion Include="Microsoft.Extensions.AI.Abstractions" Version="10.5.1" />
1717
<PackageVersion Include="Microsoft.Extensions.AI.AzureAIInference" Version="10.0.0-preview.1.25559.3" />
18-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.7" />
18+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.8" />
1919
<!-- Third-party AI SDKs -->
2020
<PackageVersion Include="Google.GenAI" Version="1.6.1" />
2121
<PackageVersion Include="Mistral.SDK" Version="2.3.1" />
2222
<PackageVersion Include="ModelContextProtocol" Version="1.3.0" />
23-
<PackageVersion Include="AWSSDK.BedrockRuntime" Version="4.0.17.6" />
24-
<PackageVersion Include="AWSSDK.Extensions.Bedrock.MEAI" Version="4.0.8" />
23+
<PackageVersion Include="AWSSDK.BedrockRuntime" Version="4.0.17.7" />
24+
<PackageVersion Include="AWSSDK.Extensions.Bedrock.MEAI" Version="4.0.8.1" />
2525
<!-- Code analysis -->
2626
<PackageVersion Include="JetBrains.Annotations" Version="2025.2.4" />
2727
<!-- Testing -->
@@ -31,8 +31,8 @@
3131
<PackageVersion Include="OpenTelemetry" Version="1.15.3" />
3232
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.15.3" />
3333
<!-- Secrets -->
34-
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.7" />
34+
<PackageVersion Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.8" />
3535
<!-- SourceLink for symbol packages -->
36-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.203" />
36+
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.300" />
3737
</ItemGroup>
3838
</Project>

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.5.0</PackageVersion>
4+
<PackageVersion>1.6.1</PackageVersion>
55
<Configurations>Debug;Release;Publish</Configurations>
66
<Title>Microsoft Agent Framework</Title>
77
<PackageReadmeFile>README.md</PackageReadmeFile>

src/AgentFrameworkToolkit.Anthropic/AgentFrameworkToolkit.Anthropic.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>An opinionated C# Toolkit targeting Anthropic for Microsoft Agent Framework that makes life eaisier</Description>
@@ -7,7 +7,6 @@
77
<Import Project="..\..\nuget-package.props" />
88

99
<ItemGroup>
10-
<PackageReference Include="Anthropic" />
1110
<PackageReference Include="Microsoft.Agents.AI.Anthropic" />
1211
</ItemGroup>
1312
<ItemGroup>

0 commit comments

Comments
 (0)