forked from atifaziz/NCrontab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNCrontab.Signed.nuspec
32 lines (31 loc) · 1.71 KB
/
NCrontab.Signed.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>ncrontab.signed</id>
<title>NCrontab (Signed)</title>
<version>3.1.0</version>
<authors>Atif Aziz</authors>
<description>NCrontab is crontab for Microsoft .NET Framework 3.5 and above. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.</description>
<language>en-US</language>
<copyright>Copyright © 2008 Atif Aziz. All rights reserved.</copyright>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/atifaziz/NCrontab</projectUrl>
<tags>cron schedule time signed</tags>
<releaseNotes>3.1: CrontabFieldImpl and CrontabFieldAccumulator are now private.
3.0: Replaces uses of Converter with Func and therefore requires .NET Framework 3.5 as a minimum.
Release 3.x also makes the library available as a PCL for:
- Microsoft .NET Framework 4.5
- Microsoft Windows 8.0
- Microsoft Windows Phone 8.1
- Microsoft Windows Phone Silverlight 8.0</releaseNotes>
</metadata>
<files>
<file src="bin\Release\NCrontab.Signed.*" target="lib\net35-client" />
<file src="bin\Release\NCrontab.Signed.*" target="lib\net40-client" />
<file src="bin\Release\NCrontab.Signed.*" target="lib\net45" />
<file src="bin\Portable\Release\NCrontab.Signed.*" target="lib\portable-net45+netcore45+wpa81+wp8" />
<file src="COPYING.txt" target="COPYING.txt" />
<file src="*.cs" target="src" />
<file src="NCrontab\**\*.cs" target="src\NCrontab" exclude="**\obj*\**\*.cs" />
</files>
</package>