Skip to content

Commit

Permalink
New version preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rudie committed Aug 16, 2015
1 parent faf5829 commit d7c9c93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
CHANGES
=======
**v5.1.0 (2015-Aug-16):**
* Added feature allowing Snip to display a popup notification on track change.
* New Snip icon. Snip icon also moved out of the form resource and into a
global resource.
* Fixed issue with Spotify not getting track information correctly if the
title had a : in it.
* Fixed Snip writing which player it switched to when emptying files is
enabled.

**v5.0.5 (2015-Jul-21):**
* Renamed Swedish resource from se-SE to sv-SE.
* Added Norwegian translation thanks to gummi.
Expand Down
4 changes: 2 additions & 2 deletions Snip/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
// 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("5.0.5.0")]
[assembly: AssemblyFileVersion("5.0.5.0")]
[assembly: AssemblyVersion("5.1.0.0")]
[assembly: AssemblyFileVersion("5.1.0.0")]

[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: CLSCompliant(false)]

0 comments on commit d7c9c93

Please sign in to comment.