-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFluentJdf.nuspec
More file actions
51 lines (51 loc) · 3.01 KB
/
FluentJdf.nuspec
File metadata and controls
51 lines (51 loc) · 3.01 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FluentJdf</id>
<title>Fluent JDF</title>
<projectUrl>http://fluentjdf.codeplex.com</projectUrl>
<iconUrl>http://www.onpointod.com/images/fluentjdficon.png</iconUrl>
<licenseUrl>http://fluentjdf.codeplex.com/license</licenseUrl>
<version>0.5.0.0</version>
<authors>Onpoint On Demand</authors>
<owners>Onpoint On Demand</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Fluent JDF contains everything you need to quickly
add JDF capabilities to any client application. It includes powerful tools
that allow you to easily author, parse and send JDF from your client applications.
This package uses Castle Windsor and NLog. Support for log4net and other IoC
containers is coming soon. If you have a favorite IoC container you would like
to see supported, let us know on the forums.
</description>
<summary>JDF Client Library for .NET (Debug)</summary>
<dependencies>
<dependency id="NLog" version="2.0.0.2000" />
<dependency id="Castle.Core" version="3.0.0.2001" />
<dependency id="Castle.Windsor" version="3.0.0.2001" />
</dependencies>
<tags>jdf fluent</tags>
</metadata>
<files>
<file src="BuildOutput\bin\FluentJdf.dll" target="lib\net40-full" />
<file src="BuildOutput\bin\FluentJdf.xml" target="lib\net40-full" />
<file src="BuildOutput\bin\Infrastructure.Core.dll" target="lib\net40-full" />
<file src="BuildOutput\bin\Infrastructure.Core.xml" target="lib\net40-full" />
<file src="BuildOutput\bin\Infrastructure.Container.CastleWindsor.dll" target="lib\net40-full" />
<file src="BuildOutput\bin\Infrastructure.Container.CastleWindsor.xml" target="lib\net40-full" />
<file src="BuildOutput\bin\Infrastructure.Logging.NLog.dll" target="lib\net40-full" />
<file src="BuildOutput\bin\Infrastructure.Logging.NLog.xml" target="lib\net40-full" />
<file src="BuildOutput\bin\Castle.Core.dll" target="tools" />
<file src="BuildOutput\bin\Castle.Windsor.dll" target="tools" />
<file src="BuildOutput\bin\NLog.dll" target="tools" />
<file src="BuildOutput\bin\FluentJdf.dll" target="tools" />
<file src="BuildOutput\bin\Infrastructure.Core.dll" target="tools" />
<file src="BuildOutput\bin\Infrastructure.Container.CastleWindsor.dll" target="tools" />
<file src="BuildOutput\bin\Infrastructure.Logging.NLog.dll" target="tools" />
<file src="linqPad\FluentJdfSample.linq" target="tools" />
<file src="lib\Infrastructure\Infrastructure.Testing.dll" target="tools\optionDlls" />
<file src="lib\Infrastructure\Infrastructure.Testing.xml" target="tools\optionDlls" />
<file src="lib\Infrastructure\Infrastructure.Logging.log4net.dll" target="tools\optionDlls" />
<file src="lib\Infrastructure\Infrastructure.Logging.log4net.xml" target="tools\optionDlls" />
</files>
</package>