Files
mRemoteNG/ObjectListView/AssemblyInfo.Version.cs
2025-02-04 16:05:27 +01:00

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