Skip to content

Commit 25bb3f7

Browse files
azure-sdknick863
authored andcommitted
Increment package version after release of Azure.AI.Projects (#53680)
1 parent 2720b5d commit 25bb3f7

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

sdk/ai/Azure.AI.Projects/CHANGELOG.md

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

3-
## 2.0.0 (Unreleased)
3+
## 1.2.0-beta.1 (Unreleased)
44

5-
## 1.1.0 (2025-11-03)
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
610

711
### Other Changes
8-
* Added `files` samples for operations create, delete, list, retrieve and download.
12+
13+
## 1.1.0 (2025-11-03)
14+
15+
### Features Added
16+
917
- Remove `clientRequestId` parameter from `AIProjectConnectionsOperations` and `AIProjectDeploymentsOperations` methods as this value is controlled transparently by `System.ClientModel`.
1018
- Remove `type` parameter from `AzureAIProjectsModelFactory.BlobReferenceSasCredential` as this is a hardcoded value.
1119
- Remove `pendingUploadType` parameter from `AzureAIProjectsModelFactory.PendingUploadRequest` and `AzureAIProjectsModelFactory.PendingUploadConfiguration` as this is a hardcoded value.

sdk/ai/Azure.AI.Projects/src/Azure.AI.Projects.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<Description>This is the Azure.AI.Projects client library for developing .NET applications with rich experience.</Description>
44
<AssemblyTitle>Microsoft Azure.AI.Projects client library</AssemblyTitle>
5-
<Version>2.0.0</Version>
5+
<Version>1.2.0-beta.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
7-
<ApiCompatVersion>1.0.0</ApiCompatVersion>
7+
<ApiCompatVersion>1.1.0</ApiCompatVersion>
88
<PackageTags>Azure.AI.Projects</PackageTags>
99
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>
1010
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
@@ -35,7 +35,7 @@
3535
<PackageReference Include="System.ClientModel" />
3636
<PackageReference Include="Azure.Identity" />
3737
<PackageReference Include="Azure.Storage.Blobs" />
38-
<PackageReference Include="OpenAI" />
38+
<PackageReference Include="Azure.AI.OpenAI" />
3939
</ItemGroup>
4040

4141
<!-- Shared source from Azure.Core -->

0 commit comments

Comments
 (0)