ICalendar 1.0.0-rc2

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

// Install ICalendar as a Cake Tool
#tool nuget:?package=ICalendar&version=1.0.0-rc2&prerelease

ICalendar is a library for parsing and writing icalendar files.
It Implements the specification given in RCF 5545.

Product Compatible and additional computed target framework versions.
DNX dnx451 is compatible. 
DNXCore dnxcore50 is compatible. 
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.0 2,284 9/9/2016
1.0.0-rc2-260400 1,631 4/26/2016
1.0.0-rc2-160400 1,492 4/2/2016
1.0.0-rc2-080900 1,136 9/8/2016
1.0.0-rc2 1,129 3/29/2016
1.0.0-rc1 890 3/29/2016
1.0.0-beta3-28316 1,225 3/25/2016
1.0.0-beta3-27316 1,153 3/24/2016
1.0.0-beta3-26316 1,140 3/24/2016
1.0.0-beta3-25316 1,123 3/24/2016
1.0.0-beta3-24316 1,127 3/24/2016
1.0.0-beta3-23316 1,139 3/23/2016
1.0.0-beta3-22316 1,140 3/22/2016
1.0.0-beta3 980 3/22/2016
1.0.0-beta2 1,233 3/16/2016
1.0.0-beta1-00000 1,679 2/26/2016

Fixed some bugs
Added FREEBUSY property to the MultipleValuesPropertues.
Removed the dependencies to xunit