Skip to content

Commit

Permalink
Updated Spectre.Console reference (spectreconsole/spectre.console#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Dec 1, 2021
1 parent 5aba250 commit b6e1f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Made it easier to override certain interfaces used by the engine by registering alternate implementations in the service collection passed to the engine. Alternate implementations of the following can now be provided: `IApplicationState`, `IMemoryStreamFactory`, `ILinkGenerator`, `INamespacesCollection`, `IScriptHelper`, `IDocumentFactory`, and `IFileCleaner`. In addition, the default implementations of these interfaces have been refactored to make deriving from them easier (I.e. marked interface members as `virtual`).
- Refactored the default `LinkGenerator` to use strings instead of `NormalizedPath` which could result in poor results in some edge cases like trailing slashes (#218).
- Added toggle for keeping trailing slash when hiding a page in `LinkGenerator` and related extensions, also exposed via a new `Keys.LinkHiddenPageTrailingSlash` setting (#218).
- Updated Spectre.Console reference in Statiq.App to 0.43.0.

# 1.0.0-beta.51

Expand Down
2 changes: 1 addition & 1 deletion src/core/Statiq.App/Statiq.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.18" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="2.0.1" />
<PackageReference Include="NetEscapades.Extensions.Logging.RollingFile" Version="2.2.0" />
<PackageReference Include="Spectre.Console" Version="0.41.0" />
<PackageReference Include="Spectre.Console" Version="0.43.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b6e1f56

Please sign in to comment.