Skip to content

Commit faa5fa5

Browse files
committed
fix api
1 parent d139c95 commit faa5fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Analogy.LogViewer.Example/Analogy.LogViewer.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PublishRepositoryUrl>true</PublishRepositoryUrl>
77
<IncludeSymbols>true</IncludeSymbols>
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
9-
<Version>1.7.4</Version>
9+
<Version>1.7.5</Version>
1010
<Authors>Lior Banai</Authors>
1111
<Company>Analogy.LogViewer</Company>
1212
<Product>Analogy.LogViewer.Example</Product>

Analogy.LogViewer.Example/IAnalogy/OfflineExampleDataProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class OfflineExampleDataProvider : OfflineDataProvider
2020
public override string? OptionalTitle { get; set; }
2121
public override string FileOpenDialogFilters { get; set; } = "None (*.none)|*.none";
2222
public override IEnumerable<string> SupportFormats { get; set; } = new[] { "*.none" };
23-
public override string InitialFolderFullPath { get; } = Environment.CurrentDirectory;
23+
public override string? InitialFolderFullPath { get; set; } = Environment.CurrentDirectory;
2424
public override IEnumerable<(string originalHeader, string replacementHeader)> GetReplacementHeaders()
2525
=> Array.Empty<(string, string)>();
2626

0 commit comments

Comments
 (0)