forked from quartznet/quartznet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Quartz.nuspec
23 lines (21 loc) · 878 Bytes
/
Quartz.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Quartz</id>
<title>Quartz.NET</title>
<version>0.0.0.0</version>
<authors>Marko Lahma</authors>
<description>Quartz.NET Scheduling Framework for .NET Platform</description>
<language>en-US</language>
<projectUrl>http://www.quartz-scheduler.net/</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="build\4.5\release\Quartz\Quartz.dll" target="lib\net45" />
<file src="build\4.5\release\Quartz\Quartz.xml" target="lib\net45" />
<file src="build\4.5\release\Quartz\Quartz.pdb" target="lib\net45" />
<file src="src\Quartz\Xml\job_scheduling_data_2_0.xsd" target="content" />
</files>
</package>