AssemblyInfo.cs 1.0 KB

123456789101112131415161718192021222324252627282930
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. #if ANDROID
  4. using Android.App;
  5. #endif
  6. // Information about this assembly is defined by the following attributes.
  7. // Change them to the values specific to your project.
  8. [assembly: AssemblyTitle("CatapultWarsNet")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("")]
  12. [assembly: AssemblyProduct("")]
  13. [assembly: AssemblyCopyright("d_ellis")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
  17. // The form "{Major}.{Minor}.*" will automatically update the build and revision,
  18. // and "{Major}.{Minor}.{Build}.*" will update just the revision.
  19. [assembly: AssemblyVersion("1.0.0")]
  20. // The following attributes are used to specify the signing key for the assembly,
  21. // if desired. See the Mono documentation for more information about signing.
  22. //[assembly: AssemblyDelaySign(false)]
  23. //[assembly: AssemblyKeyFile("")]