AssemblyInfo.PORTABLE.cs 916 B

1234567891011121314151617181920212223
  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-2022")]
  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.1.0.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("")]