mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-29 18:15:37 -04:00
8 lines
289 B
C#
8 lines
289 B
C#
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.md in the project root for license information.
|
|
|
|
using System.Reflection;
|
|
|
|
[assembly: AssemblyVersion("1.1.0")]
|
|
[assembly: AssemblyFileVersion("1.1.0.0")]
|
|
[assembly: AssemblyInformationalVersion("1.1.3")]
|