File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
sdk/ai/Azure.AI.Agents.Persistent Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 1.0.0-beta.2 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
## 1.0.0-beta.1 (2025-05-09)
4
14
5
15
### Features Added
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Description >This is the Azure.AI.Agents.Persistent client library for developing .NET applications with rich experience.</Description >
4
4
<AssemblyTitle >Microsoft Azure.AI.Agents.Persistent client library</AssemblyTitle >
5
- <Version >1.0.0-beta.1 </Version >
5
+ <Version >1.0.0-beta.2 </Version >
6
6
<PackageTags >Azure.AI.Agents.Persistent</PackageTags >
7
7
<DisableEnhancedAnalysis >true</DisableEnhancedAnalysis >
8
8
<TargetFrameworks >$(RequiredTargetFrameworks)</TargetFrameworks >
15
15
<ItemGroup >
16
16
<PackageReference Include =" Azure.Core" />
17
17
<PackageReference Include =" Azure.Identity" />
18
- <PackageReference Include =" System.ClientModel" />
18
+ <PackageReference Include =" System.ClientModel" />
19
19
</ItemGroup >
20
20
21
21
<!-- Shared source from Azure.Core -->
You can’t perform that action at this time.
0 commit comments