Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Sep 1, 2020
1 parent e07090d commit 65f05b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<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.20</StatiqFrameworkVersion>
<StatiqFrameworkVersion>1.0.0-beta.21</StatiqFrameworkVersion>
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta.4</Version>
<Version>1.0.0-beta.5</Version>
<InformationalVersion>$(Version)</InformationalVersion>
<AssemblyVersion>$(Version.Split('-')[0])</AssemblyVersion>
<FileVersion>$(Version.Split('-')[0])</FileVersion>
Expand Down
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 1.0.0-beta.5

# 1.0.0-beta.4

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

0 comments on commit 65f05b6

Please sign in to comment.