Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Dec 31, 2021
1 parent 9ecfdad commit 8ca9d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<!-- The NuGet version of Statiq that should be referenced like "1.0.0-beta.38", or "local" to use local references -->
<StatiqFrameworkVersion Condition="'$(StatiqFrameworkVersion)' == ''">1.0.0-beta.52</StatiqFrameworkVersion>
<StatiqFrameworkVersion Condition="'$(StatiqFrameworkVersion)' == ''">1.0.0-beta.53</StatiqFrameworkVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.0.0-beta.38

- Updated Statiq Framework to version [1.0.0-beta.53](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.53).
- Added support for `.csproj` projects in theme folders, which will get compiled and included in the execution.
- Added a new `IThemeInitializer` that themes can implement to add services, etc. during initialization.

Expand Down

0 comments on commit 8ca9d1f

Please sign in to comment.