AssemblyInfo.cs 1.1 KB

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