From 6cbf28ca909dd07e0d2bb953b5d8d0d7388928ce Mon Sep 17 00:00:00 2001 From: Dennis Daume Date: Tue, 21 Oct 2014 15:44:20 +0200 Subject: [PATCH] Release of version 2.10.0 --- Changelog.md | 10 ++++++++++ Espera.View/Espera.View.csproj | 4 ++-- GlobalAssemblyInfo.cs | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index d3d9df50..2f2c8d85 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Espera.View/Espera.View.csproj b/Espera.View/Espera.View.csproj index e13cb53d..cbc3999b 100644 --- a/Espera.View/Espera.View.csproj +++ b/Espera.View/Espera.View.csproj @@ -39,8 +39,8 @@ 1.0.0.0 publish.htm false - 4 - 2.9.0.4 + 0 + 2.10.0.0 false true true diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index 79649989..85b07619 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("2.10.0.0")] +[assembly: AssemblyFileVersion("2.10.0.0")] \ No newline at end of file