mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
9 lines
320 B
C#
9 lines
320 B
C#
|
|
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)]
|