aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Versioning/SharedVersion.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-20 01:12:44 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-20 01:12:44 +0100
commit924ec0c191b66520f7ec7d3f6dc556e06305846b (patch)
tree66197620f989feee22031affaf2cc420b1f6d91b /Jellyfin.Versioning/SharedVersion.cs
parentbb8df8dfa0f84f6ccc8d3d3352f8a611e156e65a (diff)
Revert Jellyfin.Versioning, Update all versions and user agents.
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)]