Skip to content

Commit 3886020

Browse files
author
Vasiliy Stepanov
committed
Fix versions
1 parent c623734 commit 3886020

16 files changed

+12
-10
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -294,4 +294,6 @@ __pycache__/
294294
*.btp.cs
295295
*.btm.cs
296296
*.odx.cs
297-
*.xsd.cs
297+
*.xsd.cs
298+
299+
*.bak

DevExpress.XtraReports.CustomControls.Design/DevExpress.XtraReports.CustomControls.Design.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>net6.0-windows;net4.5.2</TargetFrameworks>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="DevExpress.Win.Reporting" Version="23.1.*-*" />
6+
<PackageReference Include="DevExpress.Win.Reporting" Version="23.1.10" />
77
</ItemGroup>
88
<ItemGroup>
99
<Folder Include="Properties\" />

DevExpress.XtraReports.CustomControls.RoundedControls/DevExpress.XtraReports.CustomControls.RoundedControls.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<EmbeddedResource Include="Resources\XRPanel.svg" />
1212
</ItemGroup>
1313
<ItemGroup>
14-
<PackageReference Include="DevExpress.Reporting.Core" Version="23.1.*-*" />
14+
<PackageReference Include="DevExpress.Reporting.Core" Version="23.1.10" />
1515
</ItemGroup>
1616
<ItemGroup>
1717
<Folder Include="Properties\" />

DevExpress.XtraReports.CustomControls.SwissQRBill/DevExpress.XtraReports.CustomControls.SwissQRBill.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<EmbeddedResource Include="Resources\VerticalScissors.png" />
1818
</ItemGroup>
1919
<ItemGroup>
20-
<PackageReference Include="DevExpress.Reporting.Core" Version="23.1.*-*" />
20+
<PackageReference Include="DevExpress.Reporting.Core" Version="23.1.10" />
2121
</ItemGroup>
2222
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
2323
<PackageReference Include="System.Resources.Extensions" Version="6.0.0" />

Examples/CustomControlExample.AspNetCore/CustomControlExample.AspNetCore.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</Target>
3131
<ItemGroup>
3232
<PackageReference Include="System.Data.SQLite" Version="1.0.109.2" />
33-
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="23.1.*-*" />
33+
<PackageReference Include="DevExpress.AspNetCore.Reporting" Version="23.1.10" />
3434
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
3535
<PackageReference Include="BuildBundlerMinifier" Version="3.0.415" />
3636
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.0.96" />

Examples/CustomControlExample.AspNetCore/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"dependencies": {
77
"bootstrap": "^4.3.1",
88
"cldrjs": "^0.5.0",
9-
"devextreme-dist": "23.1-stable",
10-
"@devexpress/analytics-core": "23.1-stable",
11-
"devexpress-reporting": "23.1-stable",
9+
"devextreme-dist": "23.1.6",
10+
"@devexpress/analytics-core": "23.1.6",
11+
"devexpress-reporting": "23.1.6",
1212
"globalize": "^1.3.0"
1313
}
1414
}

Examples/CustomControlExample.AspNetCore/wwwroot/css/designer.part.bundle.css

Whitespace-only changes.

Examples/CustomControlExample.AspNetCore/wwwroot/css/dx-reporting-skeleton-screen.css

Whitespace-only changes.

Examples/CustomControlExample.AspNetCore/wwwroot/css/thirdparty.bundle.css

Whitespace-only changes.

Examples/CustomControlExample.AspNetCore/wwwroot/css/viewer.part.bundle.css

Whitespace-only changes.

Examples/CustomControlExample.AspNetCore/wwwroot/js/designer.part.bundle.js

Whitespace-only changes.

Examples/CustomControlExample.AspNetCore/wwwroot/js/reporting.thirdparty.bundle.js

Whitespace-only changes.

Examples/CustomControlExample.AspNetCore/wwwroot/js/site.thirdparty.bundle.js

Whitespace-only changes.

Examples/CustomControlExample.AspNetCore/wwwroot/js/viewer.part.bundle.js

Whitespace-only changes.

Examples/CustomControlExample.Report/CustomControlExample.Report.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFrameworks>net6.0;net4.5.2</TargetFrameworks>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="DevExpress.Reporting.Core" Version="23.1.*-*" />
6+
<PackageReference Include="DevExpress.Reporting.Core" Version="23.1.10" />
77
</ItemGroup>
88
<ItemGroup>
99
<ProjectReference Include="..\..\DevExpress.XtraReports.CustomControls.Design\DevExpress.XtraReports.CustomControls.Design.csproj" />

Examples/CustomControlExample.Win/CustomControlExample.Win.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<UseWindowsForms>true</UseWindowsForms>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="DevExpress.Win.Reporting" Version="23.1.*-*" />
8+
<PackageReference Include="DevExpress.Win.Reporting" Version="23.1.10" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\..\DevExpress.XtraReports.CustomControls.Design\DevExpress.XtraReports.CustomControls.Design.csproj" />

0 commit comments

Comments
 (0)