Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Nov 22, 2021
1 parent f5a8ad8 commit 794656f
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 @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-beta.35</Version>
<Version>1.0.0-beta.36</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.36

# 1.0.0-beta.35

- Updated Statiq Framework to version [1.0.0-beta.50](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.50).
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.35" />
<PackageReference Include="Statiq.Web" Version="1.0.0-beta.36" />
</ItemGroup>
</Project>

0 comments on commit 794656f

Please sign in to comment.