Skip to content

Commit

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

<PropertyGroup>
<!-- The NuGet version of Statiq that should be referenced, or empty to use local references -->
<StatiqFrameworkVersion>1.0.0-beta.36</StatiqFrameworkVersion>
<StatiqFrameworkVersion>1.0.0-beta.37</StatiqFrameworkVersion>
<StatiqFrameworkRoot>..\..\..\Statiq.Framework</StatiqFrameworkRoot>
</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-beta.23

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

# 1.0.0-beta.22

- Updated Statiq Framework to version [1.0.0-beta.36](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.36).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Statiq.Web" Version="1.0.0-beta.22" />
<PackageReference Include="Statiq.Web" Version="1.0.0-beta.23" />
</ItemGroup>
</Project>

0 comments on commit b6dd015

Please sign in to comment.