Skip to content

Commit 1b716b4

Browse files
authored
Prepare docs for GA (Azure#50099)
1 parent 684615d commit 1b716b4

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

sdk/ai/Azure.AI.Agents.Persistent/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## 1.0.0 (2025-05-15)
4+
5+
### Features Added
6+
- First stable release of Azure AI Agents Persistent client library.
7+
38
## 1.0.0-beta.2 (2025-05-14)
49

510
### Breaking Changes

sdk/ai/Azure.AI.Agents.Persistent/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
Use the AI Agents client library to:
44

5-
* **Develop Agents using the Azure AI Agents Service**, leveraging an extensive ecosystem of models, tools, and capabilities from OpenAI, Microsoft, and other LLM providers. The Azure AI Agents Service enables the building of Agents for a wide range of generative AI use cases. The package is currently in preview.
5+
* **Develop Agents using the Azure AI Agents Service**, leveraging an extensive ecosystem of models, tools, and capabilities from OpenAI, Microsoft, and other LLM providers. The Azure AI Agents Service enables the building of Agents for a wide range of generative AI use cases.
6+
* **Note:** While this package can be used independently, we recommend using the Azure AI Projects client library (Azure.AI.Projects) for an enhanced experience.
7+
The Projects library provides simplified access to advanced functionality, such as creating and managing agents, enumerating AI models, working with datasets and
8+
managing search indexes, evaluating generative AI performance, and enabling OpenTelemetry tracing.
69

710
[Product documentation][product_doc]
811
| [Samples][samples]
@@ -909,8 +912,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
909912
<!-- LINKS -->
910913
[RequestFailedException]: https://learn.microsoft.com/dotnet/api/azure.requestfailedexception?view=azure-dotnet
911914
[samples]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Agents.Persistent/tests/Samples
912-
[api_ref_docs]: https://learn.microsoft.com/dotnet/api/azure.ai.projects?view=azure-dotnet-preview
913-
[nuget]: https://www.nuget.org/packages/Azure.AI.Projects
915+
[api_ref_docs]: https://learn.microsoft.com/dotnet/api/overview/azure/ai.agents.persistent-readme
916+
[nuget]: https://www.nuget.org/packages/Azure.AI.Agents.Persistent/
914917
[source_code]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Agents.Persistent
915918
[product_doc]: https://learn.microsoft.com/azure/ai-studio/
916919
[azure_identity]: https://learn.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet

sdk/ai/Azure.AI.Agents.Persistent/src/Azure.AI.Agents.Persistent.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This is the Azure.AI.Agents.Persistent client library for developing .NET applications with rich experience.</Description>
44
<AssemblyTitle>Microsoft Azure.AI.Agents.Persistent client library</AssemblyTitle>
5-
<Version>1.0.0-beta.2</Version>
5+
<Version>1.0.0</Version>
66
<PackageTags>Azure.AI.Agents.Persistent</PackageTags>
77
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>
88
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)