Skip to content

Commit

Permalink
Updating version to 0.2.0 + Gitter webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkit committed May 1, 2015
1 parent b28c3c1 commit e20378a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
only:
- master

version: 0.2.0.{build}
version: 0.2.999.{build}

assembly_info:
patch: true
Expand All @@ -29,11 +29,13 @@
artifacts:
- path: src\IF.Lastfm.Core\bin\Release\IF.Lastfm.Core.dll
name: IF.Lastfm.Core.dll
- path: src\IF.Lastfm.SQLite\bin\Release\IF.Lastfm.SQLite.dll
name: IF.Lastfm.SQLite.dll
- path: '\*-prerelease.nupkg'

notifications:
- provider: Webhook # ping Gitter ticker
url: https://webhooks.gitter.im/e/8184d0f9a61041aee927
url: https://webhooks.gitter.im/e/aa615fb57d382a430815

#---------------------------------------------------------------

Expand All @@ -43,7 +45,7 @@
- release

# don't forget to update this!
version: 0.1.5.{build}
version: 0.2.0.{build}

assembly_info:
patch: true
Expand All @@ -69,6 +71,8 @@
artifacts:
- path: src\IF.Lastfm.Core\bin\Release\IF.Lastfm.Core.dll
name: IF.Lastfm.Core.dll
- path: src\IF.Lastfm.SQLite\bin\Release\IF.Lastfm.SQLite.dll
name: IF.Lastfm.SQLite.dll
- path: '\*.nupkg'

deploy:
Expand All @@ -79,4 +83,4 @@

notifications:
- provider: Webhook # ping Gitter ticker
url: https://webhooks.gitter.im/e/8184d0f9a61041aee927
url: https://webhooks.gitter.im/e/aa615fb57d382a430815

0 comments on commit e20378a

Please sign in to comment.