We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d4d1f commit 4dc5fccCopy full SHA for 4dc5fcc
README.md
@@ -265,8 +265,12 @@ List<TeamMember> members = sundayDay.AssignedMembers;
265
// but is replaced by #10 for that shift instance:
266
members = sundayDay.GetMembers(exceptionShift);
267
```
268
+
269
+## NuGet
270
+To download the nuget package, the command is: "dotnet add package ShiftSharp --version 2.1.0".
271
272
## Project Structure
-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.
274
275
ShiftSharp has the following structure:
276
* `/Documentation/html` Doxygen HTML files
0 commit comments