Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Jun 10, 2020
1 parent 51b507b commit e24e675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Copyright>Copyright © Henk Mollema 2020</Copyright>
<VersionPrefix>2.0.0-beta8</VersionPrefix>
<VersionPrefix>2.0.0</VersionPrefix>
<Authors>Henk Mollema</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>8.0</LangVersion>
Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ if ($env:APPVEYOR_BUILD_NUMBER) {
Pop-Location

#
# Create artifcats
# Create artifacts
if ($env:APPVEYOR_BUILD_NUMBER) {
$versionSuffix = "{0:00000}" -f [convert]::ToInt32("0" + $env:APPVEYOR_BUILD_NUMBER, 10)
$versionSuffix = "beta8-{0:00000}" -f [convert]::ToInt32("0" + $env:APPVEYOR_BUILD_NUMBER, 10)
}
else {
$versionSuffix = $suffix
Expand Down

0 comments on commit e24e675

Please sign in to comment.