Skip to content

Commit e95fe05

Browse files
committed
Upgraded to rc3
1 parent f57997e commit e95fe05

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

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

3-
## Unreleased
3+
## Version 1.0.0-rc2 (4th of March 2026)
4+
- Bump Agent Framework from rc2 to rc3
45
- Bump Google.GenAI NuGet from 1.1.0 to 1.2.0
6+
- Bump Azure.Identity from 1.17.1 to 1.18.0
57

68
---
79

Directory.Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<!-- Microsoft Agents AI Framework -->
8-
<PackageVersion Include="Microsoft.Agents.AI" Version="1.0.0-rc2" />
9-
<PackageVersion Include="Microsoft.Agents.AI.OpenAI" Version="1.0.0-rc2" />
10-
<PackageVersion Include="Microsoft.Agents.AI.Anthropic" Version="1.0.0-rc2" />
8+
<PackageVersion Include="Microsoft.Agents.AI" Version="1.0.0-rc3" />
9+
<PackageVersion Include="Microsoft.Agents.AI.OpenAI" Version="1.0.0-rc3" />
10+
<PackageVersion Include="Microsoft.Agents.AI.Anthropic" Version="1.0.0-rc3" />
1111
<!-- Azure -->
12-
<PackageVersion Include="Azure.Identity" Version="1.17.1" />
12+
<PackageVersion Include="Azure.Identity" Version="1.18.0" />
1313
<PackageVersion Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" />
1414
<PackageVersion Include="Azure.AI.Inference" Version="1.0.0-beta.5" />
1515
<PackageVersion Include="Microsoft.Extensions.AI.Abstractions" Version="10.3.0" />

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

0 commit comments

Comments
 (0)