Skip to content

Commit cb0c81a

Browse files
authored
Merge pull request #2054 from Analogy-LogViewer/DevExpress_V24.1
Dev express v24.1
2 parents 63787e0 + 28f8512 commit cb0c81a

File tree

89 files changed

+390
-389
lines changed

Some content is hidden

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

89 files changed

+390
-389
lines changed

Analogy.Common/Analogy.Common.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
66
<NeutralLanguage>en-US</NeutralLanguage>
77
<Authors>Lior Banai</Authors>
8-
<Copyright>Lior Banai © 2019-2024</Copyright>
8+
<Copyright>Lior Banai 2019-2024</Copyright>
99
<Product>Analogy Log Viewer</Product>
1010
<AssemblyName>Analogy.Common</AssemblyName>
1111
<RootNamespace>Analogy.Common</RootNamespace>

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

+128-128
Large diffs are not rendered by default.

Analogy.CommonControls/Analogy.CommonControls.csproj

+129-129
Large diffs are not rendered by default.

Analogy/Analogy.csproj

+131-131
Large diffs are not rendered by default.

Analogy/CommonChangeLog.cs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public static IEnumerable<AnalogyChangeLog> GetChangeLog()
99
{
1010
return new List<AnalogyChangeLog>
1111
{
12+
new ("V6.0.2 - DevExpress 24.1 #2055", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 06, 28), "6.0.2"),
1213
new ("V6.0.2 - Remove Net Framework 4.7.1 due to low usage #2040", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 06, 07), "6.0.2"),
1314
new ("V6.0.2 - Remove NET7 as it reached End Of Life #2039", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 06, 07), "6.0.2"),
1415
new ("V6.0.2 - Change defaults Data Providers #1989", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 03, 27), "6.0.2"),

0 commit comments

Comments
 (0)