Calendarific 1.0.644

dotnet add package Calendarific --version 1.0.644
                    
NuGet\Install-Package Calendarific -Version 1.0.644
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Calendarific" Version="1.0.644" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Calendarific" Version="1.0.644" />
                    
Directory.Packages.props
<PackageReference Include="Calendarific" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Calendarific --version 1.0.644
                    
#r "nuget: Calendarific, 1.0.644"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Calendarific@1.0.644
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Calendarific&version=1.0.644
                    
Install as a Cake Addin
#tool nuget:?package=Calendarific&version=1.0.644
                    
Install as a Cake Tool

Calendarific SDK .NET

Calendarific API client wrapper for .NET projects

GitHub license Time tracker

API Client Boilerplate

CI/CD

Build status Last commit Tests Coverage Code Smells LoC
Build status GitHub last commit AppVeyor tests (branch) Coverage Code Smells Lines of Code

Code Quality (main branch)

Codacy Badge Codacy Badge

codecov CodeFactor

Maintainability Test Coverage

Quality Gate Status Maintainability Rating

Technical Debt Duplicated Lines (%)

Reliability Rating Security Rating

Bugs Vulnerabilities


Installation

Github Releases

GitHub last release Github All Releases

Download the latest zip file from the Release page.

Nuget package manager

Package Version Downloads
Calendarific Calendarific NuGet Version Calendarific NuGet Downloads

Features

Implements all features of Calendarific API available at Calendarific API Documentation

  • Feature #1
  • Feature #2
  • Feature #3
  • Feature #N

Usage

using Calendarific;
using System;
using System.Threading.Tasks;
using System.Collections.Generic;

namespace Example
{
    class Program
    {
        static async Task Main(string[] args)
        {
            var client = new CalendarificClient("YOUR_API_KEY");

            var languages = await client.GetLanguagesAsync();
            Console.WriteLine(languages);

            var countries = await client.GetCountriesAsync();
            Console.WriteLine(countries);

            var parameters = new Dictionary<string, string>
            {
                { "country", "US" }, { "year", "2023" }
            };
            var holidays = await client.GetHolidaysAsync(parameters);
            Console.WriteLine(holidays);
        }
    }
}

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.644 32 9/12/2025
1.0.641 35 9/12/2025
1.0.623 56 9/12/2025
1.0.606 135 8/11/2025
1.0.600 132 8/11/2025
1.0.594 512 7/23/2025
1.0.587 149 6/16/2025
1.0.584 172 5/27/2025
1.0.578 160 5/19/2025
1.0.575 226 5/12/2025
1.0.572 222 4/14/2025
1.0.569 211 4/14/2025
1.0.564 215 4/14/2025
1.0.557 181 4/7/2025
1.0.552 184 3/31/2025
1.0.549 185 3/19/2025
1.0.539 164 3/17/2025
1.0.530 130 2/24/2025
1.0.524 138 2/22/2025
1.0.521 138 2/21/2025
1.0.518 132 2/21/2025
1.0.511 127 2/20/2025
1.0.501 152 2/10/2025
1.0.498 125 2/10/2025
1.0.493 122 1/27/2025
1.0.490 113 1/21/2025
1.0.486 124 1/20/2025
1.0.476 114 1/20/2025
1.0.467 110 1/13/2025
1.0.464 116 1/13/2025
1.0.454 108 1/13/2025
1.0.445 140 1/6/2025
1.0.442 124 1/6/2025
1.0.437 125 1/6/2025
1.0.430 123 12/30/2024
1.0.427 119 12/30/2024
1.0.422 135 12/23/2024
1.0.419 122 12/23/2024
1.0.414 124 12/23/2024
1.0.407 131 12/9/2024
1.0.404 129 12/9/2024
1.0.399 129 12/2/2024
1.0.396 131 11/26/2024
1.0.390 129 11/26/2024
1.0.383 128 11/18/2024
1.0.375 117 11/18/2024
1.0.368 134 11/15/2024
1.0.364 120 10/28/2024
1.0.361 145 10/21/2024
1.0.357 121 10/14/2024
1.0.354 125 10/14/2024
1.0.351 117 10/14/2024
1.0.344 138 10/2/2024
1.0.339 130 9/23/2024
1.0.331 159 9/16/2024
1.0.328 165 9/9/2024
1.0.325 142 9/9/2024
1.0.320 148 9/9/2024
1.0.313 162 9/6/2024
1.0.294 154 9/3/2024
1.0.276 144 8/26/2024
1.0.273 139 8/26/2024
1.0.266 172 8/24/2024
1.0.252 129 7/15/2024
1.0.249 126 7/15/2024
1.0.244 140 5/27/2024
1.0.241 137 5/27/2024
1.0.236 152 5/27/2024
1.0.229 149 4/29/2024
1.0.226 156 4/29/2024
1.0.221 154 4/22/2024
1.0.218 153 4/15/2024
1.0.215 133 4/15/2024
1.0.210 157 3/18/2024
1.0.207 149 2/26/2024
1.0.204 144 2/20/2024
1.0.201 143 2/20/2024
1.0.196 140 2/19/2024
1.0.187 167 2/12/2024
1.0.184 185 1/16/2024
1.0.181 163 1/16/2024
1.0.176 159 1/15/2024
1.0.169 171 1/8/2024
1.0.166 193 12/25/2023
1.0.163 191 12/25/2023
1.0.155 182 12/14/2023
1.0.149 173 12/11/2023
1.0.146 155 12/11/2023
1.0.141 180 12/4/2023
1.0.138 168 11/21/2023
1.0.135 115 11/20/2023
1.0.132 163 11/20/2023
1.0.127 171 11/13/2023
1.0.124 151 11/9/2023
1.0.119 154 11/7/2023
1.0.115 168 11/6/2023
1.0.112 165 10/23/2023
1.0.109 186 10/16/2023
1.0.106 176 10/16/2023
1.0.101 175 10/16/2023
1.0.94 199 9/19/2023
1.0.91 162 9/19/2023
1.0.82 192 9/4/2023
1.0.79 214 8/24/2023
1.0.76 192 8/24/2023
1.0.73 206 8/14/2023
1.0.70 238 8/8/2023
1.0.67 216 7/17/2023
1.0.64 211 7/11/2023
1.0.61 214 7/10/2023
1.0.56 218 7/3/2023
1.0.53 221 6/15/2023
1.0.50 213 6/5/2023
1.0.47 209 6/5/2023
1.0.42 222 5/22/2023
1.0.39 198 5/22/2023
1.0.25 213 5/4/2023
1.0.22 223 5/3/2023
1.0.17 244 4/11/2023
1.0.14 232 4/10/2023