forked from fsprojects/fantomas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fantomas.nuspec
29 lines (29 loc) · 1.47 KB
/
Fantomas.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>@project@</id>
<version>@build.number@</version>
<authors>@authors@</authors>
<language>en-US</language>
<summary>@summary@</summary>
<licenseUrl>http://github.com/dungpa/fantomas/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/dungpa/fantomas</projectUrl>
<iconUrl>https://raw.github.com/dungpa/fantomas/master/fantomas_logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>@description@</description>
<releaseNotes>@releaseNotes@</releaseNotes>
<tags>@tags@</tags>
@dependencies@
<references>
<reference file="FantomasLib.dll" />
</references>
</metadata>
<files>
<file src="..\src\Fantomas.Cmd\bin\Release\Fantomas.exe" target="lib\Fantomas.exe" />
<file src="..\src\Fantomas.Cmd\bin\Release\Fantomas.pdb" target="lib\Fantomas.pdb" />
<file src="..\src\Fantomas.Cmd\bin\Release\FantomasLib.dll" target="lib\FantomasLib.dll" />
<file src="..\src\Fantomas.Cmd\bin\Release\FantomasLib.pdb" target="lib\FantomasLib.pdb" />
<file src="..\src\Fantomas.Cmd\bin\Release\FantomasLib.xml" target="lib\FantomasLib.xml" />
<file src="..\src\Fantomas.Cmd\bin\Release\FSharp.Core.dll" target="lib\FSharp.Core.dll" />
</files>
</package>