Skip to content

Commit

Permalink
Updated properties for NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
elendil-software committed Nov 24, 2018
1 parent bfbca92 commit 6a059a1
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions Src/AASharp/AASharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,17 @@
<Description>This is the official NuGet package of Astronomical Algorithms # (AASharp or AA#)

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."

Versions history : https://github.com/jsauve/AASharp/releases</Description>
</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/jsauve/AASharp</PackageProjectUrl>
<AssemblyVersion>1.93.3</AssemblyVersion>
<FileVersion>1.93.3</FileVersion>
<Version>1.93.2</Version>
<AssemblyVersion>1.97.0</AssemblyVersion>
<FileVersion>1.97.0</FileVersion>
<Version>1.97.0</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>- Correction of the validation of the parameter "month" in the method DaysInMonth in the class AASDate



See release notes : https://github.com/jsauve/AASharp/releases</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/jsauve/AASharp/releases</PackageReleaseNotes>
<PackageLicenseUrl>https://github.com/jsauve/AASharp/blob/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
</PropertyGroup>
Expand Down

0 comments on commit 6a059a1

Please sign in to comment.