forked from fsprojects/FSharp.TypeProviders.SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FSharp.TypeProviders.StarterPack.nuspec
24 lines (24 loc) · 1.16 KB
/
FSharp.TypeProviders.StarterPack.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
<?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/mavnn/FSharp.TypeProviders.StarterPack/blob/master/LICENSE.md</licenseUrl>
<projectUrl>http://github.com/mavnn/FSharp.TypeProviders.StarterPack</projectUrl>
<iconUrl>https://raw.githubusercontent.com/fsprojects/FSharp.TypeProviders.StarterPack/master/docs/files/img/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>@summary@</summary>
<description>@description@</description>
<releaseNotes>@releaseNotes@</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>@tags@</tags>
<dependencies />
</metadata>
<files>
<file src="..\src\DebugProvidedTypes.fs" target="content" />
<file src="..\src\ProvidedTypes.fs" target="content" />
<file src="..\src\ProvidedTypes.fsi" target="content" />
</files>
</package>