Skip to content

Commit e5080e4

Browse files
Merge branch '24.2.6+' into 24.2.2+
2 parents f72d282 + 0901952 commit e5080e4

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

CS/ReportingApp/ReportingApp.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
<ItemGroup>
5050
<PackageReference Include="Azure.AI.OpenAI" Version="2.2.0-beta.2" />
5151
<PackageReference Include="Azure.AI.OpenAI.Assistants" Version="1.0.0-beta.4" />
52-
<PackageReference Include="DevExpress.AIIntegration.OpenAI" Version="24.2.*-*" />
52+
<PackageReference Include="DevExpress.AIIntegration.OpenAI" Version="24.2.6" />
5353
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.11" />
54-
<PackageReference Include="Microsoft.Extensions.AI" Version="9.0.0-preview.9.24525.1" />
55-
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.0.0-preview.9.24525.1" />
56-
<PackageReference Include="System.Data.SQLite" Version="1.0.114.4" />
57-
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="24.2.*-*" />
58-
<PackageReference Include="DevExpress.AIIntegration.Web" Version="24.2.*-*" />
59-
<PackageReference Include="DevExpress.Drawing.Skia" Version="24.2.*-*" />
54+
<PackageReference Include="Microsoft.Extensions.AI" Version="9.3.0-preview.1.25161.3" />
55+
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.3.0-preview.1.25161.3" />
56+
<PackageReference Include="System.Data.SQLite" Version="1.0.117" />
57+
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="24.2.6" />
58+
<PackageReference Include="DevExpress.AIIntegration.Web" Version="24.2.6" />
59+
<PackageReference Include="DevExpress.Drawing.Skia" Version="24.2.6" />
6060
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
6161
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
6262
</ItemGroup>

CS/ReportingApp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"license": "MIT",
55
"private": true,
66
"dependencies": {
7-
"@devexpress/analytics-core": "24.2-stable",
7+
"@devexpress/analytics-core": "24.2.6",
88
"bootstrap": "^4.3.1",
9-
"devexpress-reporting": "24.2-stable",
10-
"devextreme-dist": "24.2-stable",
9+
"devexpress-reporting": "24.2.6",
10+
"devextreme-dist": "24.2.6",
1111
"marked": "^14.1.3"
1212
}
1313
}

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- default badges list -->
2-
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/853003889/24.2.2%2B)
2+
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/853003889/24.2.6%2B)
33
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1252182)
44
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
55
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
@@ -13,6 +13,13 @@ The AI assistant's role depends on the associated DevExpress Reports component:
1313
- **Data Analysis Assistant**: An assistant for the DevExpress *Web Document Viewer*. This assistant analyzes report content and answers questions related to information within the report.
1414
- **UI Assistant**: An assistant for the DevExpress *Web Report Designer*. This assistant explains how to use the Designer UI to accomplish various tasks. Responses are based on information from [end-user documentation](https://github.com/DevExpress/dotnet-eud) for DevExpress Web Reporting components.
1515

16+
> [!Note]
17+
> We use the following versions of the `Microsoft.Extensions.AI.*` libraries in our source code:
18+
>
19+
> v24.2.6+ | **9.3.0-preview.1.25161.3**
20+
>
21+
> We do not guarantee compatibility or correct operation with higher versions. Refer to the following announcement for additional information: [Microsoft.Extensions.AI.Abstractions NuGet Package Version Upgrade in v24.2.6](https://community.devexpress.com/blogs/news/archive/2025/03/12/important-announcement-microsoft-extensions-ai-abstractions-nuget-package-version-upgrade.aspx).
22+
1623
**Please note that AI Assistant initialization takes time. The assistant tab appears once Microsoft Azure scans the source document on the server side.**
1724

1825
## Implementation Details
@@ -63,8 +70,6 @@ builder.Services.AddDevExpressAI(config =>
6370
config.RegisterOpenAIAssistants(azureOpenAIClient, EnvSettings.DeploymentName);
6471
});
6572
```
66-
> [!Important]
67-
> We use version **9.0.0-preview.9.24556.5** of the _Microsoft.Extensions.AI.*_ libraries in our source code. We do not guarantee compatibility or correct operation with higher versions.
6873

6974
Files to Review:
7075
- [Program.cs](./CS/ReportingApp/Program.cs)

0 commit comments

Comments
 (0)