Skip to content

Commit

Permalink
Release of version 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Dec 17, 2014
1 parent ea4f0b2 commit 1916501
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v2.12.0

## Features
- Added an auto-updater for the portable version.
- Added an Update & Restart button when a new version is available.

## Bugfixes
- Fixed a bug that caused the playback to stop when pressing the spacebar in the tag editor.

# v2.11.0

## Changes
- This version is an intermediate release, and migrates Espera to the new installer and updater.

# v2.10.4

## Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion Espera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Espera</id>
<version>3.0.0</version>
<version>2.12.0</version>
<title>Espera</title>
<authors>Dennis Daume</authors>
<owners>Dennis Daume</owners>
Expand Down
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

[assembly: AssemblyProduct("Espera")]
[assembly: AssemblyCopyright("Copyright © 2014 Dennis Daume")]
[assembly: AssemblyVersion("2.10.0.4")]
[assembly: AssemblyFileVersion("2.10.0.4")]
[assembly: AssemblyVersion("2.12.0.0")]
[assembly: AssemblyFileVersion("2.12.0.0")]

0 comments on commit 1916501

Please sign in to comment.