aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Versioning/SharedVersion.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Versioning/SharedVersion.cs')
-rw-r--r--Jellyfin.Versioning/SharedVersion.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Jellyfin.Versioning/SharedVersion.cs b/Jellyfin.Versioning/SharedVersion.cs
new file mode 100644
index 000000000..574a852e4
--- /dev/null
+++ b/Jellyfin.Versioning/SharedVersion.cs
@@ -0,0 +1,8 @@
+using System.Reflection;
+using Jellyfin.Versioning;
+
+//To keep compatibility with Emby do not remove the revision (fourth number)
+[assembly: AssemblyVersion("10.0.1.0")]
+[assembly: AssemblyFileVersion("10.0.1.0")]
+[assembly: AssemblyInformationalVersion("10.0.1.0")]
+[assembly: AssemblyExtendedVersion("3.5.2.0", true)]