AssemblyInfo.PORTABLE.cs 912 B

123456789101112131415161718192021222324
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. [assembly: AssemblyTitle ("Aether.Tilemap")]
  4. [assembly: AssemblyDescription ("")]
  5. [assembly: AssemblyConfiguration ("")]
  6. [assembly: AssemblyCompany ("")]
  7. [assembly: AssemblyProduct ("Aether.Tilemap")]
  8. [assembly: AssemblyCopyright ("Copyright © Kastellanos Nikolaos 2021")]
  9. [assembly: AssemblyTrademark ("")]
  10. [assembly: AssemblyCulture ("")]
  11. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
  12. // The form "{Major}.{Minor}.*" will automatically update the build and revision,
  13. // and "{Major}.{Minor}.{Build}.*" will update just the revision.
  14. [assembly: AssemblyVersion ("1.0.*")]
  15. // The following attributes are used to specify the signing key for the assembly,
  16. // if desired. See the Mono documentation for more information about signing.
  17. //[assembly: AssemblyDelaySign(false)]
  18. //[assembly: AssemblyKeyFile("")]