Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iCal.PCL/iCal.PCL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile92</TargetFrameworkProfile>
<TargetFrameworkProfile>Profile328</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
14 changes: 7 additions & 7 deletions iCal.PCL/iCal.PCL.nuspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>iCal.PCL</id>
<version>1.0.5</version>
<title>iCal.PCL</title>
<id>iCal.PCL.WPSL</id>
<version>1.0.6</version>
<title>iCal.PCL.WPSL</title>
<authors>Gordon Watts</authors>
<owners>Gordon Watts</owners>
<licenseUrl>http://choosealicense.com/licenses/mit/</licenseUrl>
<projectUrl>https://github.com/gordonwatts/iCal.PCL/</projectUrl>
<projectUrl>https://github.com/LokiMidgard/iCal.PCL/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Light weight and very simple iCal parser. Parses only VEVENT objects; ignores other in iCal data.</description>
<releaseNotes>Fixes to deal with VEVENT objects in the source file (ignored)</releaseNotes>
<description>Light weight and very simple iCal parser. Parses only VEVENT objects; ignores other in iCal data. This is a PCL that works with WPSL</description>
<releaseNotes>Changed to a Version of CGenT.Sprache that was build in Release mode</releaseNotes>
<copyright>Copyright 2015</copyright>
<tags>iCal Portable PCL</tags>
<tags>iCal Portable PCL WPSL</tags>
</metadata>
</package>
2 changes: 1 addition & 1 deletion iCal.PCL/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CGenT.Sprache" version="1.0" targetFramework="portable-net40+win+wpa81" />
<package id="CGenT.Sprache.Release" version="1.0.0.1" targetFramework="portable-net40+win+wpa81" />
</packages>