Skip to content

Commit

Permalink
Release V4.13.0 Fix #1707
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Apr 14, 2023
1 parent fdf07dc commit 2524777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Analogy/Analogy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<OutputType>WinExe</OutputType>
<NeutralLanguage>en-US</NeutralLanguage>
<TargetFrameworks>net48;net471;net7.0-windows;net6.0-windows</TargetFrameworks>
<Version>4.12.0</Version>
<Version>4.13.0</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
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 ("V4.13.0 Release V4.13.0 #1707 ",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2023, 04, 14)),
new ("V4.13.0 - Refactor GitHub client usage (use OctoKit.net Nuget) #1713",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2023, 04, 08)),
new AnalogyChangeLog("V4.13.0 - [Settings] Add more information for real time data providers #1709",AnalogChangeLogType.Improvement, "Lior Banai", new DateTime(2023, 04, 07)),
new AnalogyChangeLog("V4.13.0 - [UI] Do not Create menu for empty Data Providers #1708",AnalogChangeLogType.Improvement, "Lior Banai", new DateTime(2023, 04, 07)),
Expand Down

0 comments on commit 2524777

Please sign in to comment.