Skip to content

Commit

Permalink
Updated version number, added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcarr committed Apr 29, 2024
1 parent 1e0cb99 commit 376c518
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# [1.0.4] - 2024.04.28

**Changed**

* Code refactoring: compound assignments, explicit types, and removed unnecessary parentheses.
8 changes: 5 additions & 3 deletions PALib/PALib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>PracticalAstronomyDotNet</PackageId>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
<Authors>Jim Carr</Authors>
<Title>Algorithms from "Practical Astronomy with your Calculator or Spreadsheet"</Title>
<Description>
This library contains an implementation of the algorithms from the "Practical Astronomy with your Calculator or Spreadsheet" book, authored by Peter Duffet-Smith and Jonathan Zwart.
This library contains an implementation of the algorithms from the "Practical Astronomy
with your Calculator or Spreadsheet" book, authored by Peter Duffet-Smith and Jonathan
Zwart.
</Description>
<RepositoryUrl>https://github.com/jfcarr-practical-astronomy/practical-astronomy-dotnet</RepositoryUrl>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 376c518

Please sign in to comment.