|
3 | 3 | <metadata> |
4 | 4 | <id>FSharp.Compiler.Tools</id> |
5 | 5 | <version>0.0.0</version> |
6 | | - <title>FSharp.Compiler.Tools for F# 4.1</title> |
| 6 | + <title>FSharp.Compiler.Tools for F# 4.5</title> |
7 | 7 | <authors>F# Software Foundation</authors> |
8 | 8 | <owners>F# Software Foundation</owners> |
9 | 9 | <licenseUrl>https://github.com/fsharp/fsharp/blob/master/LICENSE</licenseUrl> |
10 | 10 | <projectUrl>https://github.com/fsharp/fsharp</projectUrl> |
11 | 11 | <iconUrl>http://fsharp.org/img/logo.png</iconUrl> |
12 | 12 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
13 | 13 | <description> |
14 | | - FSharp.Compiler.Tools for F# 4.1 |
| 14 | + FSharp.Compiler.Tools for F# 4.5 |
15 | 15 |
|
16 | 16 | FSharp.Compiler.Tools built by F# Software Foundation |
17 | 17 | This package includes the F# compiler (fsc.exe), F# Interactive (fsi.exe, fsiAnyCpu.exe) |
|
20 | 20 | NOTE: the compiler executes with .NET Framework and/or Mono. It does not execute with .NET Core. |
21 | 21 | For a compiler that executes with .NET Core use the .NET Core SDK, which includes an F# compiler. |
22 | 22 | </description> |
23 | | - <summary>FSharp.Compiler.Tools for F# 4.1 - This package includes the F# compiler and F# Interactive.</summary> |
| 23 | + <summary>FSharp.Compiler.Tools for F# 4.5 - This package includes the F# compiler and F# Interactive.</summary> |
24 | 24 | <tags>F#, FSharp, FSharp.Core, fsi, fsc</tags> |
25 | 25 | </metadata> |
26 | 26 | <files> |
|