Skip to content

Commit b729f67

Browse files
authored
Increment version for cognitivelanguage releases (#54280)
* Increment package version after release of Azure.AI.Language.QuestionAnswering.Inference * Increment package version after release of Azure.AI.Language.QuestionAnswering.Authoring
1 parent e5e3d8d commit b729f67

File tree

4 files changed

+26
-12
lines changed

4 files changed

+26
-12
lines changed

sdk/cognitivelanguage/Azure.AI.Language.QuestionAnswering.Authoring/CHANGELOG.md

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

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.1 (2025-12-03)
414

515
### Features Added
@@ -9,4 +19,4 @@
919

1020
### Other Changes
1121

12-
- No additional changes.
22+
- No additional changes.

sdk/cognitivelanguage/Azure.AI.Language.QuestionAnswering.Authoring/src/Azure.AI.Language.QuestionAnswering.Authoring.csproj

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,16 @@
22
<PropertyGroup>
33
<Description>This is the Azure.AI.Language.QuestionAnswering.Authoring client library for developing .NET applications with rich experience.</Description>
44
<AssemblyTitle>Azure SDK Code Generation Azure.AI.Language.QuestionAnswering.Authoring for Azure Data Plane</AssemblyTitle>
5-
<Version>1.0.0-beta.1</Version>
5+
<Version>1.0.0-beta.2</Version>
66
<PackageTags>Azure.AI.Language.QuestionAnswering.Authoring</PackageTags>
77
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
88
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
99
<NoWarn>$(NoWarn);AZC0034;AZC0012</NoWarn>
1010
<IncludeAutorestDependency>true</IncludeAutorestDependency>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<Compile
14-
Include="$(AzureCoreSharedSources)AzureKeyCredentialPolicy.cs"
15-
LinkBase="Shared/Core"
16-
/>
17-
<Compile
18-
Include="$(AzureCoreSharedSources)AzureResourceProviderNamespaceAttribute.cs"
19-
LinkBase="Shared/Core"
20-
/>
13+
<Compile Include="$(AzureCoreSharedSources)AzureKeyCredentialPolicy.cs" LinkBase="Shared/Core" />
14+
<Compile Include="$(AzureCoreSharedSources)AzureResourceProviderNamespaceAttribute.cs" LinkBase="Shared/Core" />
2115
</ItemGroup>
2216
<ItemGroup>
2317
<PackageReference Include="Azure.Core" />
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.1 (2025-12-03)
414

515
### Features Added
@@ -8,4 +18,4 @@
818
- Adds query tuning and ranking configuration:
919
- Adds `AnswersOptions.QueryPreferences` property.
1020
- Adds models: `QueryPreferences`, `MatchingPolicy`, `PrebuiltQueryMatchingPolicy`.
11-
- Adds unions/enums: `Scorer` (Classic, Transformer, Semantic), `MatchingPolicyKind` (Prebuilt), MatchingPolicyFieldsType (Questions, Answer).
21+
- Adds unions/enums: `Scorer` (Classic, Transformer, Semantic), `MatchingPolicyKind` (Prebuilt), MatchingPolicyFieldsType (Questions, Answer).

sdk/cognitivelanguage/Azure.AI.Language.QuestionAnswering.Inference/src/Azure.AI.Language.QuestionAnswering.Inference.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 Inference client library for developing .NET applications with rich experience.</Description>
44
<AssemblyTitle>Azure SDK Code Generation Inference for Azure Data Plane</AssemblyTitle>
5-
<Version>1.0.0-beta.1</Version>
5+
<Version>1.0.0-beta.2</Version>
66
<PackageTags>Azure Inference</PackageTags>
77
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
88
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>

0 commit comments

Comments
 (0)