aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Versioning/SharedVersion.cs
blob: 574a852e43b34cc1b74010d189b846ea8446faad (plain)
1
2
3
4
5
6
7
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)]