12345678 |
- 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)]
|