-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFSharpVSPowerTools.Core.nuspec
More file actions
20 lines (20 loc) · 936 Bytes
/
FSharpVSPowerTools.Core.nuspec
File metadata and controls
20 lines (20 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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/fsprojects/VisualFSharpPowerTools</projectUrl>
<licenseUrl>https://github.com/fsprojects/VisualFSharpPowerTools/blob/master/LICENSE.txt</licenseUrl>
<iconUrl>https://raw.github.com/fsprojects/VisualFSharpPowerTools/master/docs/files/img/logo.png</iconUrl>
<releaseNotes>@releaseNotes@</releaseNotes>
<tags>@tags@</tags>
@dependencies@
</metadata>
<files>
<file src="..\bin\FSharpVSPowerTools.Core.*" target="lib/net45" />
</files>
</package>