Skip to content

Commit b5ea0c7

Browse files
authored
DevExpress 25.1.5 (#2272)
1 parent 6a01c7d commit b5ea0c7

File tree

97 files changed

+387
-387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+387
-387
lines changed

Analogy.CommonControls.Example/Analogy.CommonControls.Example.csproj

Lines changed: 128 additions & 128 deletions
Large diffs are not rendered by default.

Analogy.CommonControls/Analogy.CommonControls.csproj

Lines changed: 128 additions & 128 deletions
Large diffs are not rendered by default.

Analogy/Analogy.csproj

Lines changed: 128 additions & 128 deletions
Large diffs are not rendered by default.

DevExpress.Sync/DevExpress.Sync/DevExpress.Sync.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
5+
<TargetFramework>net8.0-windows</TargetFramework>
66
<UseWindowsForms>true</UseWindowsForms>
77
</PropertyGroup>
88

DevExpress.Sync/DevExpress.Sync/MainForm.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ private void CopyFilesWithUpgrade(string targetFolder, string sourceFolder, bool
8989
foreach (string fullPath in files)
9090
{
9191
var file = Path.GetFileName(fullPath);
92-
file = file.Replace("v24.1", "v24.2");
93-
var targetFullPath = fullPath.Replace("v24.1", "v24.2");
92+
file = file.Replace("v24.2", "v25.1");
93+
var targetFullPath = fullPath.Replace("v24.2", "v25.1");
9494

9595
if (isNet)
9696
{

0 commit comments

Comments
 (0)