forked from fsharp/fsharp-compiler-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFSharp.Compiler.Service.nuspec
More file actions
27 lines (27 loc) · 1.76 KB
/
FSharp.Compiler.Service.nuspec
File metadata and controls
27 lines (27 loc) · 1.76 KB
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"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FSharp.Compiler.Service</id>
<description>The F# compiler services package contains a custom build of the F# compiler that exposes additional functionality for implementing F# language bindings, additional tools based on the compiler or refactoring tools. The package also includes F# interactive service that can be used for embedding F# scripting into your applications.</description>
<language>en-US</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<version>14.0.2</version>
<authors>Microsoft Corporation and F# community contributors</authors>
<licenseUrl>https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/fsharp/FSharp.Compiler.Service</projectUrl>
<iconUrl>https://raw.github.com/fsharp/FSharp.Compiler.Service/master/misc/logo.png</iconUrl>
<tags>F#, fsharp, interactive, compiler, editor</tags>
<summary>F# compiler services for creating IDE tools, language extensions and for F# embedding.</summary>
<dependencies>
<group targetFramework="net45">
<dependency id="System.Collections.Immutable" version="1.2.0" />
<dependency id="System.Reflection.Metadata" version="1.4.2" />
</group>
</dependencies>
</metadata>
<files>
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.dll" target="lib\net45" />
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.pdb" target="lib\net45" />
<file src="..\..\Release\fcs\net45\FSharp.Compiler.Service.xml" target="lib\net45" />
</files>
</package>