Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Nov 22, 2020
1 parent 03149c2 commit cdb07e6
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -2,9 +2,9 @@

<PropertyGroup>
<!-- Controls whether references are local projects or NuGet packages -->
<LocalReferences>true</LocalReferences>
<LocalReferences>false</LocalReferences>
<!-- The NuGet version of Statiq that should be referenced if LocalReferences is false -->
<StatiqFrameworkVersion>1.0.0-beta.28</StatiqFrameworkVersion>
<StatiqFrameworkVersion>1.0.0-beta.29</StatiqFrameworkVersion>
</PropertyGroup>

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

- Updated Statiq Framework to version [1.0.0-beta.29](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.29).
- Added a new `interactive` command that provides a REPL (read-eval-print prompt) after execution, useful for inspecting the state of the engine and debugging the generation.
- Added the REPL to the `preview` command.

# 1.0.0-beta.13

Expand Down

0 comments on commit cdb07e6

Please sign in to comment.