forked from fsprojects/FAKE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fake.nuspec
17 lines (17 loc) · 870 Bytes
/
fake.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<description>@description@</description>
<id>@project@</id>
<version>@build.number@</version>
<authors>@authors@</authors>
<language>en-US</language>
<summary>@summary@</summary>
<projectUrl>https://github.com/fsharp/Fake</projectUrl>
<licenseUrl>https://github.com/fsharp/FAKE/blob/d86e9b5b8e7ebbb5a3d81c08d2e59518cf9d6da9/License.txt</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/fsharp/FAKE/fee4f05a2ee3c646979bf753f3b1f02d927bfde9/help/content/pics/logo.png</iconUrl>
<releaseNotes>@releaseNotes@</releaseNotes>
<tags>build, fake, f#</tags>
@dependencies@
</metadata>
</package>