Skip to content

Commit 250a19d

Browse files
committed
Release of version 2.9.2
1 parent 0ead157 commit 250a19d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v2.9.2
2+
3+
## Bugfixes
4+
- Fixed the remote control not shutting down properly when disabling it.
5+
- Fixed an unnecessary cache startup.
6+
17
# v2.9.1
28

39
## Bugfixes

Espera.View/Espera.View.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<MinimumRequiredVersion>1.0.0.0</MinimumRequiredVersion>
4040
<WebPage>publish.htm</WebPage>
4141
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
42-
<ApplicationRevision>1</ApplicationRevision>
43-
<ApplicationVersion>2.9.0.1</ApplicationVersion>
42+
<ApplicationRevision>2</ApplicationRevision>
43+
<ApplicationVersion>2.9.0.2</ApplicationVersion>
4444
<UseApplicationTrust>false</UseApplicationTrust>
4545
<CreateDesktopShortcut>true</CreateDesktopShortcut>
4646
<PublishWizardCompleted>true</PublishWizardCompleted>

GlobalAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
[assembly: AssemblyProduct("Espera")]
44
[assembly: AssemblyCopyright("Copyright © 2014 Dennis Daume")]
5-
[assembly: AssemblyVersion("2.9.0.1")]
6-
[assembly: AssemblyFileVersion("2.9.0.1")]
5+
[assembly: AssemblyVersion("2.9.0.2")]
6+
[assembly: AssemblyFileVersion("2.9.0.2")]

0 commit comments

Comments
 (0)