123456789101112131415 |
- // Generated by build tool, do not edit
- using System;
- using System.Reflection;
- [assembly: AssemblyCopyright("Copyright © 2014-2020 Topten Software. All Rights Reserved")]
- [assembly: AssemblyVersion("1.1.123")]
- [assembly: AssemblyFileVersion("1.1.123")]
- [assembly: AssemblyCompany("Topten Software")]
- [assembly: AssemblyProduct("JsonKit")]
- static class BuildInfo
- {
- public static DateTime Date = new DateTime(2020, 6, 23, 8, 43, 3, DateTimeKind.Utc);
- }
-
|