Skip to content

Commit

Permalink
[NoTicket] - Bumping the version minor number, as the API contract ha…
Browse files Browse the repository at this point in the history
…s been extended to support PATCH.
  • Loading branch information
eoin55 committed Oct 9, 2017
1 parent 9f64f7f commit 48c4673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.2.{build}
version: 1.3.{build}
image: Visual Studio 2017
skip_tags: true
configuration: Release
Expand Down Expand Up @@ -27,7 +27,7 @@ after_build:
-p:licenseurl=https://github.com/eoin55/HoneyBear.HalClient/blob/master/LICENSE `
-p:projecturl=https://github.com/eoin55/HoneyBear.HalClient `
-p:description="A lightweight fluent .NET client for navigating and consuming HAL APIs. Includes support for .NET Core." `
-p:copyright="Copyright © Eoin O'Connor 2017" `
-p:copyright="Copyright Eoin O'Connor 2017" `
-p:packagetags="HAL JSON Hypermedia HATEOAS REST DotNetCore" `
-p:packageoutputpath=$pwd\artifacts
after_test:
Expand All @@ -44,4 +44,4 @@ after_test:
--repo-token hOBugtrP7A2crVX8BA0cT9E8GjnlK8bcP
deploy: off
artifacts:
- path: .\artifacts\*.nupkg
- path: .\artifacts\*.nupkg

0 comments on commit 48c4673

Please sign in to comment.