Skip to content

Commit

Permalink
Merge pull request #180 from BenFradet/RS-179
Browse files Browse the repository at this point in the history
[RS-179] Release 2.4
  • Loading branch information
BenFradet committed Jan 9, 2016
2 parents 7c8cd71 + d32250c commit 287344d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RiotSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.3.*")]
[assembly: AssemblyVersion("2.4.0.*")]
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 2.3.3.{build}
version: 2.4.0.{build}

# Do not build on tags (GitHub only)
skip_tags: true
Expand Down Expand Up @@ -48,7 +48,7 @@ platform: Any CPU
configuration: Release

build:
parallel: false # disnable MSBuild parallel builds
parallel: false # disable MSBuild parallel builds
project: RiotSharp.sln # path to Visual Studio solution or project

# MSBuild verbosity level
Expand Down Expand Up @@ -78,4 +78,6 @@ notifications:
- provider: Email
to:
- [email protected]
on_build_status_changed: true
on_build_failure: true
on_build_success: false
on_build_status_changed: false

0 comments on commit 287344d

Please sign in to comment.