Skip to content

Commit

Permalink
Release of version 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Oct 21, 2014
1 parent f02039a commit 6cbf28c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v2.10.0

## Features
- Added a basic MP3 tag editor.
- Added an update notification for the portable version.

## Bugfixes
- Fixed some issues with the Internet connection checks.
- Fixed some problems with the artwork loading.

# v2.9.4

## Improvements
Expand Down
4 changes: 2 additions & 2 deletions Espera.View/Espera.View.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<MinimumRequiredVersion>1.0.0.0</MinimumRequiredVersion>
<WebPage>publish.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>4</ApplicationRevision>
<ApplicationVersion>2.9.0.4</ApplicationVersion>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.10.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
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.9.0.4")]
[assembly: AssemblyFileVersion("2.9.0.4")]
[assembly: AssemblyVersion("2.10.0.0")]
[assembly: AssemblyFileVersion("2.10.0.0")]

0 comments on commit 6cbf28c

Please sign in to comment.