forked from InEngine-NET/InEngine.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nuspec
More file actions
30 lines (30 loc) · 1.26 KB
/
package.nuspec
File metadata and controls
30 lines (30 loc) · 1.26 KB
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
<?xml version="1.0"?>
<package>
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>InEngine.NET Model</title>
<authors>$author$</authors>
<owners>Ethan Hann</owners>
<licenseUrl>https://github.com/ethanhann/InEngine.NET/blob/master/IntegrationEngine/LICENSE</licenseUrl>
<projectUrl>http://inengine.net</projectUrl>
<iconUrl>http://inengine.net/images/inengine-logo-32.png</iconUrl>
<releaseNotes>http://inengine.net/change-log.html</releaseNotes>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Model for InEngine.NET, an asynchronous job scheduling server.</description>
<copyright>Copyright 2015</copyright>
<tags>Integration Scheduling Server RabbitMQ Elasticsearch Quartz.NET</tags>
<references>
<reference file="IntegrationEngine.Model.dll" />
</references>
<dependencies>
<dependency id="CronExpressionDescriptor" version="1.13.0" />
<dependency id="Elasticsearch.Net" version="1.4.0" />
<dependency id="NEST" version="1.4.0" />
<dependency id="Newtonsoft.Json" version="6.0.8" />
</dependencies>
</metadata>
<files>
<file src="..\IntegrationEngine.Model.net40\lib\net40\IntegrationEngine.Model.dll" target="lib\net40" />
</files>
</package>