You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,22 @@
1
1
# Nager.LongWeekend
2
2
3
-
Nager.LongWeekend is an open-source project designed to calculate potential long weekends based on public holidays.
4
-
By providing a list of holidays, it determines where extended weekends are possible.
3
+
**Nager.LongWeekend** is a lightweight, open-source .NET library that helps you calculate potential long weekends based on public holidays.
4
+
By providing a list of holidays and your defined weekend days, the library determines possible extended weekends — including those that can be created with optional bridge days.
5
5
6
-
## Installation
6
+
## ✨ Features
7
+
- Detects long weekends based on given holiday data.
8
+
- Supports custom weekend definitions (not just Saturday/Sunday).
9
+
- Considers bridge days to extend weekends.
10
+
- Simple API with minimal dependencies.
11
+
12
+
## 📦 Installation
7
13
8
14
The package is available on [NuGet](https://www.nuget.org/packages/Nager.LongWeekend)
0 commit comments