Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed May 10, 2021
1 parent 948c294 commit 3576ae4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ TestResult.xml
.*crunch*.local.xml
/_NCrunch_Statiq.Framework
.vscode
*.pfx
*.pfx
cache/
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.0.0-alpha.2</Version>
<Version>1.0.0-alpha.3</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-alpha.3

# 1.0.0-alpha.2

- Ensures the Api pipeline is a dependency of the Statiq Web Inputs pipeline.
Expand Down

0 comments on commit 3576ae4

Please sign in to comment.