AssemblyInfo.cs 1001 B

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