-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
calendar.js.nuspec
18 lines (18 loc) · 998 Bytes
/
calendar.js.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jCalendar.js</id>
<version>2.12.1</version>
<description>A javascript drag and drop event calendar, that is fully responsive and compatible with all modern browsers.</description>
<authors>William Troup</authors>
<projectUrl>https://calendar-js.com/</projectUrl>
<repository type="git" url="https://github.com/williamtroup/Calendar.js" branch="main" />
<readme>README_NUGET.md</readme>
<license type="expression">MIT</license>
<tags>javascript frontend calendar datepicker fullcalendar daily monthly yearly javascript-calendar calendar-events browser-notifications calendar.js html css timeline notifications week weekly task event</tags>
<icon>docs\images\icon.png</icon>
</metadata>
<files>
<file src="**" target="/" exclude=".git\**;.github\**;.vscode\**" />
</files>
</package>