17 lines
445 B
C#
17 lines
445 B
C#
using System.Reflection;
|
|
|
|
//#if DEBUG
|
|
//[assembly: AssemblyConfiguration("DEBUG")]
|
|
//#else
|
|
//[assembly: AssemblyConfiguration("RELEASE")]
|
|
//#endif
|
|
//[assembly: AssemblyCompany("Sensus")]
|
|
//[assembly: AssemblyProduct("Sensus WaterMeter Genesis")]
|
|
//[assembly: AssemblyCopyright("Copyright © Sensus 2020")]
|
|
//[assembly: AssemblyTrademark("WaterMeter Genesis")]
|
|
|
|
//
|
|
//[assembly: AssemblyVersion("1.2.*.0")]
|
|
|
|
[assembly: AssemblyVersion("2.8.16.*")]
|