Skip to content

Commit

Permalink
Added license information in NuGet package info
Browse files Browse the repository at this point in the history
  • Loading branch information
elendil-software committed Mar 6, 2018
1 parent f82693b commit c864c99
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Src/AASharp/AASharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@
AASharp is a C# port of PJ Naughter's static C++ library, AA+. Naughter's library implements the algorithms in Jean Meuss' book, "Astronomical Algorithms."</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/jsauve/AASharp</PackageProjectUrl>
<AssemblyVersion>1.93.0.0</AssemblyVersion>
<FileVersion>1.93.0.0</FileVersion>
<Version>1.93</Version>
<AssemblyVersion>1.93.1</AssemblyVersion>
<FileVersion>1.93.1</FileVersion>
<Version>1.93.1</Version>
<Authors>Joe Sauve, Julien Tschäppät</Authors>
<RepositoryUrl>https://github.com/jsauve/AASharp</RepositoryUrl>
<PackageTags>Astronomy,Algorithm</PackageTags>
<Copyright>Joe Sauve, Julien Tschäppät. Original copyright of the C++ library : PJ Naughter</Copyright>
<PackageReleaseNotes>Fixed a transcription bug in the AASPrecession.PrecessEquatorial method. The "0.017998*tcubed" term was incorrectly using "0.017988*tcubed" when calculating "sigma".
<PackageReleaseNotes>- Fixed a transcription bug in the AASPrecession.PrecessEquatorial method. The "0.017998*tcubed" term was incorrectly using "0.017988*tcubed" when calculating "sigma".
- Added license

The version number follows the version number of the C++ library this package is based on.</PackageReleaseNotes>
<PackageLicenseUrl>https://github.com/jsauve/AASharp/blob/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>
<ItemGroup>

Expand Down

0 comments on commit c864c99

Please sign in to comment.