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, 0 insertions, 8 deletions
diff --git a/Jellyfin.Versioning/SharedVersion.cs b/Jellyfin.Versioning/SharedVersion.cs
deleted file mode 100644
index 574a852e4..000000000
--- a/Jellyfin.Versioning/SharedVersion.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-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)]