DateTimeExtensions by Kappy

<PackageReference Include="DateTimeExtensions" Version="1.1.0" />

 DateTimeExtensions 1.1.0

Extensions for System.DateTime to use calculations based on working days (non weekends or holidays). List and Calculate mobile Holidays. Check out the project webpage for some examples and docs. Since holidays vary a lot from culture to culture, check if you culture is already suported. If not you are invited to contribute it on the project page.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>DateTimeExtensions</id>
    <version>1.1</version>
    <title>DateTime Extensions</title>
    <authors>Kappy</authors>
    <owners>Kappy</owners>
    <projectUrl>https://github.com/kappy/DateTimeExtensions/wiki</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Extensions for System.DateTime to use calculations based on working days (non weekends or holidays). List and Calculate mobile Holidays.
      Check out the project webpage for some examples and docs.
      Since holidays vary a lot from culture to culture, check if you culture is already suported. If not you are invited to contribute it on the project page.</description>
    <summary>Extensions for System.DateTime to use calculations based on working days (non weekends or holidays). List and Calculate mobile Holidays.</summary>
    <tags>Calendar Holiday Workingday DateTime</tags>
  </metadata>
</package>