Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Oct 21, 2020
1 parent c68248d commit a675a08
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.24</StatiqFrameworkVersion>
<StatiqFrameworkVersion>1.0.0-beta.25</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.9

- Updated Statiq Framework to version [1.0.0-beta.25](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.25).
- Lots of bug fixes for the `ValidateAbsoluteLinks` and `ValidateRelativeLinks` analyzers.

# 1.0.0-beta.8

- Updated Statiq Framework to version [1.0.0-beta.24](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.24).
Expand Down

0 comments on commit a675a08

Please sign in to comment.