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