Skip to content

Commit

Permalink
bump to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joaope committed Aug 2, 2020
1 parent 44f7e93 commit ad81299
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5+appveyor.{build}
version: 0.5.6+appveyor.{build}

init:
- dotnet --info
Expand Down
4 changes: 2 additions & 2 deletions src/LocalAppVeyor.Engine/LocalAppVeyor.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<Description>Allows one to execute AppVeyor build pipeline programatically, for a given local repository and configuration.</Description>
<Copyright>joaope 2016</Copyright>
<Copyright>joaope 2020</Copyright>
<AssemblyTitle>LocalAppVeyor.Engine</AssemblyTitle>
<VersionPrefix>0.5.5</VersionPrefix>
<VersionPrefix>6</VersionPrefix>
<Authors>joaope</Authors>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
4 changes: 2 additions & 2 deletions src/LocalAppVeyor/LocalAppVeyor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<Description>Run your AppVeyor builds, locally.</Description>
<Copyright>joaope 2016</Copyright>
<VersionPrefix>0.5.5</VersionPrefix>
<Copyright>joaope 2020</Copyright>
<VersionPrefix>0.5.6</VersionPrefix>
<Authors>joaope</Authors>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit ad81299

Please sign in to comment.