Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
Fixes #29
This fix has been done in previous commits
  • Loading branch information
Antoine Aflalo committed Sep 14, 2015
1 parent faa9a9a commit bc1f5d6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v3.5.0](https://github.com/Belphemur/SoundSwitch/tree/v3.5.0) (2015-09-14)
[Full Changelog](https://github.com/Belphemur/SoundSwitch/compare/v3.4.2...v3.5.0)

**Implemented enhancements:**

- Implements improvement given by underlying library [\#29](https://github.com/Belphemur/SoundSwitch/issues/29)
- In case of crash. Zip the Log folder for easy reporting [\#24](https://github.com/Belphemur/SoundSwitch/issues/24)

## [v3.4.2](https://github.com/Belphemur/SoundSwitch/tree/v3.4.2) (2015-09-04)
[Full Changelog](https://github.com/Belphemur/SoundSwitch/compare/v3.4.1...v3.4.2)

Expand Down
2 changes: 1 addition & 1 deletion SoundSwitch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.4.2.*")]
[assembly: AssemblyVersion("3.5.0.*")]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.4.2.{build}
version: 3.5.0.{build}
configuration: AppVeyor
os: Visual Studio 2015
platform:
Expand Down

0 comments on commit bc1f5d6

Please sign in to comment.