11using System.Reflection;
13[assembly: System.Reflection.AssemblyCompanyAttribute(
"James Carr")]
14[assembly: System.Reflection.AssemblyConfigurationAttribute(
"Debug")]
15[assembly: System.Reflection.AssemblyDescriptionAttribute((
"\n\t\t\tThis library contains an implementation of the algorithms from the \"Practical" +
16 " Astronomy\n\t\t\twith your Calculator or Spreadsheet\" book, authored by Peter Duffe" +
17 "t-Smith and Jonathan\n\t\t\tZwart.\n\t\t"))]
18[assembly: System.Reflection.AssemblyFileVersionAttribute(
"1.0.4.0")]
19[assembly: System.Reflection.AssemblyInformationalVersionAttribute(
"1.0.4+52b5ba744d35687053daff64dbbfac267476405d")]
20[assembly: System.Reflection.AssemblyProductAttribute(
"PALib")]
21[assembly: System.Reflection.AssemblyTitleAttribute(
"PALib")]
22[assembly: System.Reflection.AssemblyVersionAttribute(
"1.0.4.0")]
23[assembly: System.Reflection.AssemblyMetadataAttribute(
"RepositoryUrl",
"https://codeberg.org/jcarr/practical-astronomy-dotnet")]