iCal.PCL 1.0.6

dotnet add package iCal.PCL --version 1.0.6
                    
NuGet\Install-Package iCal.PCL -Version 1.0.6
                    
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="iCal.PCL" Version="1.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="iCal.PCL" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="iCal.PCL" />
                    
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 iCal.PCL --version 1.0.6
                    
#r "nuget: iCal.PCL, 1.0.6"
                    
#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.
#addin nuget:?package=iCal.PCL&version=1.0.6
                    
Install iCal.PCL as a Cake Addin
#tool nuget:?package=iCal.PCL&version=1.0.6
                    
Install iCal.PCL as a Cake Tool

Light weight and very simple iCal parser. Parses only VEVENT objects; ignores other in iCal data.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on iCal.PCL:

Package Downloads
IndicoInterface.NET

Parse XML from sites using the Indico agenda server software written by CERN (see http://indico.cern.ch as well as other sites)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6 2,283 12/26/2016
1.0.5 1,246 4/3/2016
1.0.4 2,264 3/31/2015
1.0.3 1,159 3/31/2015
1.0.2 2,693 3/13/2015
1.0.1 1,182 3/13/2015
1.0.0 1,379 3/13/2015

Added new platforms (like SL5)