AssemblyInfo.PORTABLE.cs 924 B

1234567891011121314151617181920212223
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. [assembly: AssemblyTitle("Aether.Shaders.TileMap")]
  4. [assembly: AssemblyProduct("Aether.Shaders.TileMap")]
  5. [assembly: AssemblyDescription("")]
  6. [assembly: AssemblyConfiguration("")]
  7. [assembly: AssemblyCompany("")]
  8. [assembly: AssemblyCopyright("Copyright © Kastellanos Nikolaos 2019-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("")]