Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev express v24.1 #2054

Merged
merged 4 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading