Skip to content

Commit 4dc5fcc

Browse files
committed
Updated the README.md
1 parent 75d4d1f commit 4dc5fcc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,12 @@ List<TeamMember> members = sundayDay.AssignedMembers;
265265
// but is replaced by #10 for that shift instance:
266266
members = sundayDay.GetMembers(exceptionShift);
267267
```
268+
269+
## NuGet
270+
To download the nuget package, the command is: "dotnet add package ShiftSharp --version 2.1.0".
271+
268272
## Project Structure
269-
ShiftSharp depends upon .Net Framework 4.5+ due to use of the NodaTime date and time classes.
273+
ShiftSharp depends upon .NET 8+ due to use of the NodaTime date and time classes.
270274

271275
ShiftSharp has the following structure:
272276
* `/Documentation/html` Doxygen HTML files

0 commit comments

Comments
 (0)