Skip to content

Commit f996ef7

Browse files
committed
update version to 4.7.6
1 parent a5b8280 commit f996ef7

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
@@ -25,7 +25,7 @@
2525
<RepositoryUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer</RepositoryUrl>
2626
<PackageTags />
2727
<RepositoryType>git</RepositoryType>
28-
<Version>4.7.5</Version>
28+
<Version>4.7.6</Version>
2929
<Copyright>Lior Banai © 2019-2020</Copyright>
3030
<Product>Analogy Log Viewer</Product>
3131
<PackageReleaseNotes></PackageReleaseNotes>

Analogy/CommonChangeLog.cs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public static IEnumerable<AnalogyChangeLog> GetChangeLog()
1111
{
1212
return new List<AnalogyChangeLog>
1313
{
14+
new AnalogyChangeLog("V4.7.6 - Update Analogy.LogViewer.gRPC - remove hard-coded port 6000",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2021,09,01)),
1415
new AnalogyChangeLog("V4.7.5 - [Plotting] Allow to set default window size #1092",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2021,08,07)),
1516
new AnalogyChangeLog("V4.7.5 - [DevExpress] Upgrade version to V21.1.5 #1091",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2021,08,07)),
1617
new AnalogyChangeLog("V4.7.5 - [Plotting] Add Generic column plotter #1053",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2021,08,07)),

0 commit comments

Comments
 (0)