Skip to content

Commit

Permalink
Merge pull request #48 from Encamina/@rliberoff/improvements_on_ephem…
Browse files Browse the repository at this point in the history
…aral_memory_handler

@rliberoff/improvements on ephemaral memory handler
  • Loading branch information
rliberoff authored Jan 18, 2024
2 parents 33934f2 + 28a0b63 commit 2aec59c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Previous classification is not required if changes are simple or all belong to t
## [8.1.2]

### Major change
- Method `DocumentContentExtractorBase` in `DocumentContentExtractorBase` is now `public` instead of `protected`.
- Method `GetDocumentConnector` in `DocumentContentExtractorBase` is now `public` instead of `protected`.

### Minor Changes
- Properties `CollectionNamePostfix` and `CollectionNamePrefix` from `MemoryStoreHandlerBase` are now `virtual` instead of `abstract`.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<PropertyGroup>
<VersionPrefix>8.1.2</VersionPrefix>
<VersionSuffix>preview-2</VersionSuffix>
<VersionSuffix>preview-3</VersionSuffix>
</PropertyGroup>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ public interface IDocumentConnectorProvider
/// </summary>
/// <param name="fileExtension">The file extension.</param>
/// <returns>A valid instance of <see cref="IDocumentConnector"/> that could handle documents from the given file extension.</returns>
protected abstract IDocumentConnector GetDocumentConnector(string fileExtension);
IDocumentConnector GetDocumentConnector(string fileExtension);
}

0 comments on commit 2aec59c

Please sign in to comment.