Calendarific 1.0.687

dotnet add package Calendarific --version 1.0.687
                    
NuGet\Install-Package Calendarific -Version 1.0.687
                    
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.687" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Calendarific" Version="1.0.687" />
                    
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.687
                    
#r "nuget: Calendarific, 1.0.687"
                    
#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.687
                    
#: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.687
                    
Install as a Cake Addin
#tool nuget:?package=Calendarific&version=1.0.687
                    
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.687 85 9/22/2025
1.0.684 87 9/22/2025
1.0.679 208 9/15/2025
1.0.674 222 9/15/2025
1.0.671 205 9/15/2025
1.0.664 208 9/15/2025
1.0.657 205 9/15/2025
1.0.649 207 9/15/2025
1.0.644 78 9/12/2025
1.0.641 80 9/12/2025
1.0.623 91 9/12/2025
1.0.606 139 8/11/2025
1.0.600 135 8/11/2025
1.0.594 519 7/23/2025
1.0.587 154 6/16/2025
1.0.584 183 5/27/2025
1.0.578 167 5/19/2025
1.0.575 231 5/12/2025
1.0.572 231 4/14/2025
1.0.569 215 4/14/2025
1.0.564 219 4/14/2025
1.0.557 188 4/7/2025
1.0.552 192 3/31/2025
1.0.549 191 3/19/2025
1.0.539 168 3/17/2025
1.0.530 134 2/24/2025
1.0.524 144 2/22/2025
1.0.521 146 2/21/2025
1.0.518 137 2/21/2025
1.0.511 131 2/20/2025
1.0.501 156 2/10/2025
1.0.498 129 2/10/2025
1.0.493 126 1/27/2025
1.0.490 117 1/21/2025
1.0.486 128 1/20/2025
1.0.476 118 1/20/2025
1.0.467 115 1/13/2025
1.0.464 122 1/13/2025
1.0.454 112 1/13/2025
1.0.445 149 1/6/2025
1.0.442 129 1/6/2025
1.0.437 132 1/6/2025
1.0.430 129 12/30/2024
1.0.427 123 12/30/2024
1.0.422 143 12/23/2024
1.0.419 127 12/23/2024
1.0.414 129 12/23/2024
1.0.407 135 12/9/2024
1.0.404 133 12/9/2024
1.0.399 133 12/2/2024
1.0.396 136 11/26/2024
1.0.390 133 11/26/2024
1.0.383 132 11/18/2024
1.0.375 122 11/18/2024
1.0.368 140 11/15/2024
1.0.364 124 10/28/2024
1.0.361 150 10/21/2024
1.0.357 125 10/14/2024
1.0.354 130 10/14/2024
1.0.351 122 10/14/2024
1.0.344 142 10/2/2024
1.0.339 134 9/23/2024
1.0.331 164 9/16/2024
1.0.328 169 9/9/2024
1.0.325 147 9/9/2024
1.0.320 152 9/9/2024
1.0.313 166 9/6/2024
1.0.294 160 9/3/2024
1.0.276 148 8/26/2024
1.0.273 143 8/26/2024
1.0.266 180 8/24/2024
1.0.252 133 7/15/2024
1.0.249 137 7/15/2024
1.0.244 145 5/27/2024
1.0.241 142 5/27/2024
1.0.236 163 5/27/2024
1.0.229 153 4/29/2024
1.0.226 162 4/29/2024
1.0.221 160 4/22/2024
1.0.218 157 4/15/2024
1.0.215 138 4/15/2024
1.0.210 162 3/18/2024
1.0.207 155 2/26/2024
1.0.204 148 2/20/2024
1.0.201 147 2/20/2024
1.0.196 145 2/19/2024
1.0.187 172 2/12/2024
1.0.184 189 1/16/2024
1.0.181 170 1/16/2024
1.0.176 169 1/15/2024
1.0.169 175 1/8/2024
1.0.166 197 12/25/2023
1.0.163 196 12/25/2023
1.0.155 186 12/14/2023
1.0.149 180 12/11/2023
1.0.146 159 12/11/2023
1.0.141 180 12/4/2023
1.0.138 169 11/21/2023
1.0.135 115 11/20/2023
1.0.132 167 11/20/2023
1.0.127 175 11/13/2023
1.0.124 152 11/9/2023
1.0.119 155 11/7/2023
1.0.115 173 11/6/2023
1.0.112 165 10/23/2023
1.0.109 187 10/16/2023
1.0.106 178 10/16/2023
1.0.101 179 10/16/2023
1.0.94 200 9/19/2023
1.0.91 163 9/19/2023
1.0.82 195 9/4/2023
1.0.79 218 8/24/2023
1.0.76 200 8/24/2023
1.0.73 209 8/14/2023
1.0.70 244 8/8/2023
1.0.67 220 7/17/2023
1.0.64 215 7/11/2023
1.0.61 221 7/10/2023
1.0.56 222 7/3/2023
1.0.53 228 6/15/2023
1.0.50 217 6/5/2023
1.0.47 213 6/5/2023
1.0.42 226 5/22/2023
1.0.39 205 5/22/2023
1.0.25 217 5/4/2023
1.0.22 227 5/3/2023
1.0.17 248 4/11/2023
1.0.14 236 4/10/2023