Skip to content

Commit 916d157

Browse files
committed
Release of version 2.12.5
1 parent 692326f commit 916d157

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v2.12.5
2+
3+
## Features
4+
- The installer an Espera itself is now signed.
5+
16
# v2.12.4
27

38
## Bugfixes

Espera.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>Espera</id>
5-
<version>2.12.4</version>
5+
<version>2.12.5</version>
66
<title>Espera</title>
77
<authors>Dennis Daume</authors>
88
<owners>Dennis Daume</owners>

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 © 2015 Dennis Daume")]
5-
[assembly: AssemblyVersion("2.12.0.4")]
6-
[assembly: AssemblyFileVersion("2.12.0.4")]
5+
[assembly: AssemblyVersion("2.12.0.5")]
6+
[assembly: AssemblyFileVersion("2.12.0.5")]

0 commit comments

Comments
 (0)