Skip to content

Commit

Permalink
bump to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joaope committed Apr 4, 2020
1 parent f4afc7f commit b1d8b60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 2019

version: 0.5.3+appveyor.{build}
version: 4+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.3</VersionPrefix>
<VersionPrefix>0.5.4</VersionPrefix>
<Authors>joaope</Authors>
<TargetFramework>netcoreapp3.1</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.3</VersionPrefix>
<VersionPrefix>0.5.4</VersionPrefix>
<Authors>joaope</Authors>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit b1d8b60

Please sign in to comment.