Skip to content

Commit 2524777

Browse files
committed
Release V4.13.0 Fix #1707
1 parent fdf07dc commit 2524777

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Analogy/Analogy.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<OutputType>WinExe</OutputType>
66
<NeutralLanguage>en-US</NeutralLanguage>
77
<TargetFrameworks>net48;net471;net7.0-windows;net6.0-windows</TargetFrameworks>
8-
<Version>4.12.0</Version>
8+
<Version>4.13.0</Version>
99
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1010
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1111
<IncludeSymbols>true</IncludeSymbols>

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 ("V4.13.0 Release V4.13.0 #1707 ",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2023, 04, 14)),
1213
new ("V4.13.0 - Refactor GitHub client usage (use OctoKit.net Nuget) #1713",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2023, 04, 08)),
1314
new AnalogyChangeLog("V4.13.0 - [Settings] Add more information for real time data providers #1709",AnalogChangeLogType.Improvement, "Lior Banai", new DateTime(2023, 04, 07)),
1415
new AnalogyChangeLog("V4.13.0 - [UI] Do not Create menu for empty Data Providers #1708",AnalogChangeLogType.Improvement, "Lior Banai", new DateTime(2023, 04, 07)),

0 commit comments

Comments
 (0)