Skip to content

Commit

Permalink
Updated the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
point85 committed Dec 17, 2024
1 parent 75d4d1f commit 4dc5fcc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,12 @@ List<TeamMember> members = sundayDay.AssignedMembers;
// but is replaced by #10 for that shift instance:
members = sundayDay.GetMembers(exceptionShift);
```

## NuGet
To download the nuget package, the command is: "dotnet add package ShiftSharp --version 2.1.0".

## Project Structure
ShiftSharp depends upon .Net Framework 4.5+ due to use of the NodaTime date and time classes.
ShiftSharp depends upon .NET 8+ due to use of the NodaTime date and time classes.

ShiftSharp has the following structure:
* `/Documentation/html` Doxygen HTML files
Expand Down

0 comments on commit 4dc5fcc

Please sign in to comment.