Skip to content

Commit

Permalink
Fix #1209
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Mar 4, 2022
1 parent 61d9f1f commit 3e56f18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Analogy.UnitTests/Analogy.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TestProjectType>UnitTest</TestProjectType>
<AssemblyTitle>Analogy.UnitTests</AssemblyTitle>
<Product>Analogy.UnitTests</Product>
<Copyright>Copyright © 2019</Copyright>
<Copyright>Copyright © 2019 -2022</Copyright>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion Analogy/Analogy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<RepositoryUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer</RepositoryUrl>
<PackageTags />
<RepositoryType>git</RepositoryType>
<Version>4.8.2</Version>
<Version>4.8.3</Version>
<Copyright>Lior Banai © 2019-2022</Copyright>
<Product>Analogy Log Viewer</Product>
<PackageReleaseNotes></PackageReleaseNotes>
Expand Down
1 change: 1 addition & 0 deletions Analogy/CommonChangeLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public static IEnumerable<AnalogyChangeLog> GetChangeLog()
{
return new List<AnalogyChangeLog>
{
new AnalogyChangeLog("V4.8.3 - Inline Json Viewer in the message log grid #1208",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2022,03,04)),
new AnalogyChangeLog("V4.8.2 - [DevExpress] Update version to V21.2.5 #1201",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2022,01,25)),
new AnalogyChangeLog("V4.8.1 - [Net6] missing net 6 tag for download update from github #1184",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2021,12,19)),
new AnalogyChangeLog("V4.8.1 - NullReferenceException when opening List of Providers #1183",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2021,12,17)),
Expand Down

0 comments on commit 3e56f18

Please sign in to comment.