Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Oct 14, 2021
1 parent 99a50b8 commit 6c92423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<PropertyGroup>
<!-- The NuGet version of Statiq.Web and Statiq.Framework (for the CodeAnalysis extension) that should be referenced, or "local" to use local references -->
<StatiqWebVersion Condition="'$(StatiqWebVersion)' == ''">1.0.0-beta.32</StatiqWebVersion>
<StatiqFrameworkVersion Condition="'$(StatiqFrameworkVersion)' == ''">1.0.0-beta.47</StatiqFrameworkVersion>
<StatiqWebVersion Condition="'$(StatiqWebVersion)' == ''">1.0.0-beta.34</StatiqWebVersion>
<StatiqFrameworkVersion Condition="'$(StatiqFrameworkVersion)' == ''">1.0.0-beta.49</StatiqFrameworkVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 1.0.0-alpha.8

- Updated Statiq Web to version [1.0.0-beta.34](https://github.com/statiqdev/Statiq.Web/releases/tag/v1.0.0-beta.34).
- Updated Statiq Framework to version [1.0.0-beta.49](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.49).
- Added `DocsKeys.OutputApiDocuments` to control whether the documents representing code analysis symbols should be output to the Statiq Web Content pipeline.
- Added `DocsKeys.ApiLayout` to specify a special layout for use with code analysis symbol documents (useful for themes to provide a layout at a consistent location).
- Made the `Api` pipeline a dependency of the Statiq Web Content pipeline and added a content type so that the output documents are processed when `DocsKeys.OutputApiDocuments` is set to `true`.S
Expand Down

0 comments on commit 6c92423

Please sign in to comment.