Calendarific 1.0.407

There is a newer version of this package available.
See the version list below for details.
dotnet add package Calendarific --version 1.0.407                
NuGet\Install-Package Calendarific -Version 1.0.407                
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.407" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Calendarific --version 1.0.407                
#r "nuget: Calendarific, 1.0.407"                
#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.
// Install Calendarific as a Cake Addin
#addin nuget:?package=Calendarific&version=1.0.407

// Install Calendarific as a Cake Tool
#tool nuget:?package=Calendarific&version=1.0.407                

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 was computed.  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 was computed.  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. 
.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.467 30 1/13/2025
1.0.464 23 1/13/2025
1.0.454 28 1/13/2025
1.0.445 78 1/6/2025
1.0.442 72 1/6/2025
1.0.437 67 1/6/2025
1.0.430 79 12/30/2024
1.0.427 80 12/30/2024
1.0.422 83 12/23/2024
1.0.419 75 12/23/2024
1.0.414 76 12/23/2024
1.0.407 93 12/9/2024
1.0.404 92 12/9/2024
1.0.399 83 12/2/2024
1.0.396 94 11/26/2024
1.0.390 86 11/26/2024
1.0.383 94 11/18/2024
1.0.375 83 11/18/2024
1.0.368 86 11/15/2024
1.0.364 83 10/28/2024
1.0.361 105 10/21/2024
1.0.357 87 10/14/2024
1.0.354 90 10/14/2024
1.0.351 84 10/14/2024
1.0.344 101 10/2/2024
1.0.339 96 9/23/2024
1.0.331 126 9/16/2024
1.0.328 125 9/9/2024
1.0.325 110 9/9/2024
1.0.320 112 9/9/2024
1.0.313 124 9/6/2024
1.0.294 111 9/3/2024
1.0.276 115 8/26/2024
1.0.273 106 8/26/2024
1.0.266 129 8/24/2024
1.0.252 92 7/15/2024
1.0.249 89 7/15/2024
1.0.244 104 5/27/2024
1.0.241 99 5/27/2024
1.0.236 95 5/27/2024
1.0.229 116 4/29/2024
1.0.226 111 4/29/2024
1.0.221 114 4/22/2024
1.0.218 120 4/15/2024
1.0.215 99 4/15/2024
1.0.210 124 3/18/2024
1.0.207 116 2/26/2024
1.0.204 101 2/20/2024
1.0.201 106 2/20/2024
1.0.196 101 2/19/2024
1.0.187 133 2/12/2024
1.0.184 155 1/16/2024
1.0.181 119 1/16/2024
1.0.176 116 1/15/2024
1.0.169 141 1/8/2024
1.0.166 161 12/25/2023
1.0.163 160 12/25/2023
1.0.155 150 12/14/2023
1.0.149 133 12/11/2023
1.0.146 129 12/11/2023
1.0.141 164 12/4/2023
1.0.138 151 11/21/2023
1.0.135 98 11/20/2023
1.0.132 133 11/20/2023
1.0.127 142 11/13/2023
1.0.124 135 11/9/2023
1.0.119 137 11/7/2023
1.0.115 140 11/6/2023
1.0.112 141 10/23/2023
1.0.109 151 10/16/2023
1.0.106 136 10/16/2023
1.0.101 141 10/16/2023
1.0.94 158 9/19/2023
1.0.91 138 9/19/2023
1.0.82 158 9/4/2023
1.0.79 177 8/24/2023
1.0.76 144 8/24/2023
1.0.73 167 8/14/2023
1.0.70 179 8/8/2023
1.0.67 173 7/17/2023
1.0.64 168 7/11/2023
1.0.61 156 7/10/2023
1.0.56 174 7/3/2023
1.0.53 173 6/15/2023
1.0.50 163 6/5/2023
1.0.47 158 6/5/2023
1.0.42 172 5/22/2023
1.0.39 133 5/22/2023
1.0.25 160 5/4/2023
1.0.22 170 5/3/2023
1.0.17 190 4/11/2023
1.0.14 181 4/10/2023