Skip to content

Commit

Permalink
Merge pull request #2054 from Analogy-LogViewer/DevExpress_V24.1
Browse files Browse the repository at this point in the history
Dev express v24.1
  • Loading branch information
LiorBanai authored Jun 28, 2024
2 parents 63787e0 + 28f8512 commit cb0c81a
Show file tree
Hide file tree
Showing 89 changed files with 390 additions and 389 deletions.
2 changes: 1 addition & 1 deletion Analogy.Common/Analogy.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<NeutralLanguage>en-US</NeutralLanguage>
<Authors>Lior Banai</Authors>
<Copyright>Lior Banai © 2019-2024</Copyright>
<Copyright>Lior Banai 2019-2024</Copyright>
<Product>Analogy Log Viewer</Product>
<AssemblyName>Analogy.Common</AssemblyName>
<RootNamespace>Analogy.Common</RootNamespace>
Expand Down
256 changes: 128 additions & 128 deletions Analogy.CommonControls.Example/Analogy.CommonControls.Example.csproj

Large diffs are not rendered by default.

258 changes: 129 additions & 129 deletions Analogy.CommonControls/Analogy.CommonControls.csproj

Large diffs are not rendered by default.

262 changes: 131 additions & 131 deletions Analogy/Analogy.csproj

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Analogy/CommonChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public static IEnumerable<AnalogyChangeLog> GetChangeLog()
{
return new List<AnalogyChangeLog>
{
new ("V6.0.2 - DevExpress 24.1 #2055", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 06, 28), "6.0.2"),
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"),
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"),
new ("V6.0.2 - Change defaults Data Providers #1989", AnalogChangeLogType.Feature, "Lior Banai", new DateTime(2024, 03, 27), "6.0.2"),
Expand Down
Loading

0 comments on commit cb0c81a

Please sign in to comment.