mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
15 lines
479 B
C#
15 lines
479 B
C#
using System.Reflection;
|
|
|
|
// Version information for an assembly consists of the following four values:
|
|
//
|
|
// Major Version
|
|
// Minor Version
|
|
// Build Number
|
|
// Revision
|
|
//
|
|
// You can specify all the values or you can default the Revision and Build Numbers
|
|
// by using the '*' as shown below:
|
|
[assembly: AssemblyVersion("2.9.3.*")]
|
|
[assembly: AssemblyFileVersion("2.9.3")]
|
|
[assembly: AssemblyInformationalVersion("2.9.3")]
|
|
[assembly: System.CLSCompliant(true)] |