Skip to content

Commit

Permalink
fixed semver pre-release field
Browse files Browse the repository at this point in the history
  • Loading branch information
joaope committed Oct 19, 2018
1 parent 307f927 commit 8771221
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Build engine tries to be the less intrusive as possible printing only what it co

Install LocalAppVeyor as a [.NET Core CLI](https://docs.microsoft.com/en-us/dotnet/core/tools/?tabs=netcore2x) global tool using the following command:
```console
dotnet tool install -g localappveyor --version 0.5.0-alpha10
dotnet tool install -g localappveyor --version 0.5.0-alpha.10
```
You have it now available on your command line:

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image: Visual Studio 2017

version: 0.5.0-alpha10+appveyor.{build}
version: 0.5.0-alpha.10+appveyor.{build}

init:
- dotnet --info
Expand Down
2 changes: 1 addition & 1 deletion src/LocalAppVeyor.Engine/LocalAppVeyor.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>Allows one to execute AppVeyor build pipeline programatically, for a given local repository and configuration.</Description>
<Copyright>joaope 2016</Copyright>
<AssemblyTitle>LocalAppVeyor.Engine</AssemblyTitle>
<VersionPrefix>0.5.0-alpha10</VersionPrefix>
<VersionPrefix>0.5.0-alpha.10</VersionPrefix>
<Authors>joaope</Authors>
<TargetFramework>netstandard2.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion src/LocalAppVeyor/LocalAppVeyor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Run your AppVeyor builds, locally.</Description>
<Copyright>joaope 2016</Copyright>
<VersionPrefix>0.5.0-alpha10</VersionPrefix>
<VersionPrefix>0.5.0-alpha.10</VersionPrefix>
<Authors>joaope</Authors>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 8771221

Please sign in to comment.