diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-28 14:15:31 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-28 14:15:31 -0400 |
| commit | effac5e88216df9c73227f7e483aa679e8cd15db (patch) | |
| tree | 7d6a49fb66086fb0aa6715cf5d5ea2ce6299fc0c | |
| parent | 05a99105f45b46de41371bf1756a98917e8b1d14 (diff) | |
3.2.30.0
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 3 | ||||
| -rw-r--r-- | SharedVersion.cs | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 70ec37a3b..cf46924b4 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1846,7 +1846,8 @@ namespace Emby.Server.Implementations { "mbplus.dll", "mbintros.dll", - "embytv.dll" + "embytv.dll", + "Messenger.dll" }; return !exclude.Contains(filename ?? string.Empty, StringComparer.OrdinalIgnoreCase); diff --git a/SharedVersion.cs b/SharedVersion.cs index e7e2bfc7b..c4efbe395 100644 --- a/SharedVersion.cs +++ b/SharedVersion.cs @@ -1,3 +1,3 @@ using System.Reflection; -[assembly: AssemblyVersion("3.2.29.0")] +[assembly: AssemblyVersion("3.2.30.0")] |
