Calendarific 1.0.695

dotnet add package Calendarific --version 1.0.695
                    
NuGet\Install-Package Calendarific -Version 1.0.695
                    
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.695" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Calendarific" Version="1.0.695" />
                    
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.695
                    
#r "nuget: Calendarific, 1.0.695"
                    
#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.695
                    
#: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.695
                    
Install as a Cake Addin
#tool nuget:?package=Calendarific&version=1.0.695
                    
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.695 157 9/29/2025
1.0.690 156 9/29/2025
1.0.687 196 9/22/2025
1.0.684 203 9/22/2025
1.0.679 231 9/15/2025
1.0.674 247 9/15/2025
1.0.671 228 9/15/2025
1.0.664 231 9/15/2025
1.0.657 228 9/15/2025
1.0.649 234 9/15/2025
1.0.644 101 9/12/2025
1.0.641 103 9/12/2025
1.0.623 114 9/12/2025
1.0.606 168 8/11/2025
1.0.600 156 8/11/2025
1.0.594 539 7/23/2025
1.0.587 176 6/16/2025
1.0.584 195 5/27/2025
1.0.578 187 5/19/2025
1.0.575 251 5/12/2025
1.0.572 252 4/14/2025
1.0.569 236 4/14/2025
1.0.564 246 4/14/2025
1.0.557 212 4/7/2025
1.0.552 215 3/31/2025
1.0.549 216 3/19/2025
1.0.539 188 3/17/2025
1.0.530 154 2/24/2025
1.0.524 165 2/22/2025
1.0.521 167 2/21/2025
1.0.518 157 2/21/2025
1.0.511 151 2/20/2025
1.0.501 177 2/10/2025
1.0.498 149 2/10/2025
1.0.493 146 1/27/2025
1.0.490 137 1/21/2025
1.0.486 148 1/20/2025
1.0.476 141 1/20/2025
1.0.467 135 1/13/2025
1.0.464 142 1/13/2025
1.0.454 132 1/13/2025
1.0.445 171 1/6/2025
1.0.442 141 1/6/2025
1.0.437 154 1/6/2025
1.0.430 151 12/30/2024
1.0.427 143 12/30/2024
1.0.422 166 12/23/2024
1.0.419 147 12/23/2024
1.0.414 152 12/23/2024
1.0.407 155 12/9/2024
1.0.404 153 12/9/2024
1.0.399 159 12/2/2024
1.0.396 146 11/26/2024
1.0.390 153 11/26/2024
1.0.383 152 11/18/2024
1.0.375 144 11/18/2024
1.0.368 164 11/15/2024
1.0.364 146 10/28/2024
1.0.361 170 10/21/2024
1.0.357 149 10/14/2024
1.0.354 150 10/14/2024
1.0.351 132 10/14/2024
1.0.344 162 10/2/2024
1.0.339 159 9/23/2024
1.0.331 184 9/16/2024
1.0.328 194 9/9/2024
1.0.325 167 9/9/2024
1.0.320 172 9/9/2024
1.0.313 192 9/6/2024
1.0.294 180 9/3/2024
1.0.276 168 8/26/2024
1.0.273 163 8/26/2024
1.0.266 200 8/24/2024
1.0.252 153 7/15/2024
1.0.249 160 7/15/2024
1.0.244 165 5/27/2024
1.0.241 162 5/27/2024
1.0.236 185 5/27/2024
1.0.229 173 4/29/2024
1.0.226 191 4/29/2024
1.0.221 183 4/22/2024
1.0.218 177 4/15/2024
1.0.215 158 4/15/2024
1.0.210 182 3/18/2024
1.0.207 180 2/26/2024
1.0.204 168 2/20/2024
1.0.201 167 2/20/2024
1.0.196 165 2/19/2024
1.0.187 192 2/12/2024
1.0.184 210 1/16/2024
1.0.181 192 1/16/2024
1.0.176 191 1/15/2024
1.0.169 195 1/8/2024
1.0.166 219 12/25/2023
1.0.163 206 12/25/2023
1.0.155 206 12/14/2023
1.0.149 205 12/11/2023
1.0.146 179 12/11/2023
1.0.141 207 12/4/2023
1.0.138 190 11/21/2023
1.0.135 135 11/20/2023
1.0.132 190 11/20/2023
1.0.127 199 11/13/2023
1.0.124 174 11/9/2023
1.0.119 176 11/7/2023
1.0.115 195 11/6/2023
1.0.112 185 10/23/2023
1.0.109 210 10/16/2023
1.0.106 202 10/16/2023
1.0.101 202 10/16/2023
1.0.94 221 9/19/2023
1.0.91 183 9/19/2023
1.0.82 205 9/4/2023
1.0.79 228 8/24/2023
1.0.76 222 8/24/2023
1.0.73 230 8/14/2023
1.0.70 266 8/8/2023
1.0.67 230 7/17/2023
1.0.64 235 7/11/2023
1.0.61 243 7/10/2023
1.0.56 242 7/3/2023
1.0.53 249 6/15/2023
1.0.50 228 6/5/2023
1.0.47 237 6/5/2023
1.0.42 249 5/22/2023
1.0.39 227 5/22/2023
1.0.25 241 5/4/2023
1.0.22 239 5/3/2023
1.0.17 261 4/11/2023
1.0.14 258 4/10/2023