Skip to content

Commit

Permalink
NET8
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Nov 16, 2023
1 parent be11bb3 commit c399f97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Analogy.LogViewer.JsonParser.UnitTests
{
class MessageHandlerForTesting : ILogMessageCreatedHandler
public class MessageHandlerForTesting : ILogMessageCreatedHandler
{
private List<IAnalogyLogMessage> messages;
public AnalogyFileReadProgress Progress { get; set; }
Expand All @@ -30,4 +30,4 @@ public void ReportFileReadProgress(AnalogyFileReadProgress progress)
public bool ForceNoFileCaching { get; set; }
public bool DoNotAddToRecentHistory { get; set; }
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion Analogy.LogViewer.JsonParser.UnitTests/UnitTest1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ public async Task TestMethod3()
Assert.IsTrue(msgs.Count() == 2);
}
}
}
}

0 comments on commit c399f97

Please sign in to comment.