forked from fsprojects/FSharp.Configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FSharp.Configuration.nuspec
27 lines (27 loc) · 1.17 KB
/
FSharp.Configuration.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
<?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">
<id>@project@</id>
<version>@build.number@</version>
<authors>@authors@</authors>
<owners>@authors@</owners>
<licenseUrl>http://github.com/fsprojects/FSharp.Configuration/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>http://fsprojects.github.com/FSharp.Configuration</projectUrl>
<iconUrl>https://raw.githubusercontent.com/fsprojects/FSharp.Configuration/master/docs/files/img/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>@summary@</summary>
<description>@description@</description>
<releaseNotes>@releaseNotes@</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>@tags@</tags>
<references>
<reference file="FSharp.Configuration.dll" />
<reference file="SharpYaml.dll" />
</references>
<dependencies>
<group>
<dependency id="FSharp.Core" version="4.0.0.1" />
</group>
</dependencies>
</metadata>
</package>