Skip to content

Commit

Permalink
Merge pull request fsharp#365 from ctaggart/readme
Browse files Browse the repository at this point in the history
readme update for consolidated FSharp.Core on NuGet
  • Loading branch information
fsgit committed Jan 9, 2015
2 parents b154f83 + a01dcb5 commit 271fa94
Showing 1 changed file with 4 additions and 44 deletions.
48 changes: 4 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,50 +235,10 @@ make
sudo make install
```

### FSharp.Core Deployed with Nuget
FSharp.Core is also available via Nuget.
### FSharp.Core via NuGet
FSharp.Core is also available via NuGet. Packages are available for F# 3.0 and F# 3.1

* [FSharp.Core for F# 3.0+ Microsoft Signed](https://www.nuget.org/packages/FSharp.Core.4.3.0.0.Microsoft.Signed)
* [FSharp.Core for F# 3.1+ Microsoft Signed](https://www.nuget.org/packages/FSharp.Core.Microsoft.Signed)
* [FSharp.Core for F# 3.1+ with MonoAndroid and MonoTouch](https://www.nuget.org/packages/FSharp.Core.Mono.Signed)
[http://www.nuget.org/packages/FSharp.Core](http://www.nuget.org/packages/FSharp.Core)


The folder FSharp.Core.Nuget contains the nuget package scripts for the deployment of FSharp.Core.

#### FSharp.Core for F# 3.0+ Microsoft Signed
NuGet Package Id: `FSharp.Core.4.3.0.0.Microsoft.Signed`

Contains the following versions Microsoft signed versions:
* .Net 2.0
* .Net 4.0
* .Net 4.5
* Profile 47

#### FSharp.Core for F# 3.1+ Microsoft Signed
NuGet Package Id: `FSharp.Core.Microsoft.Signed`

Contains the following versions Microsoft signed versions:
* .Net 4.0
* .Net 4.5
* Profile 7
* Profile 47
* Profile 78
* Profile 259

#### FSharp.Core for F# 3.1+ with MonoAndroid and MonoTouch
NuGet Package Id: `FSharp.Core.Mono.Signed`

Contains the following versions Microsoft signed versions:
* .Net 4.0
* .Net 4.5
* Profile 7
* Profile 47
* Profile 78
* Profile 259

And the following are delay signed with the Mono key:
* MonoAndroid
* MonoTouch

The FSharp.Core.Mono.Signed package is normally deployed with a version matching the current tag of the open source build, the Microsoft signed versions use a version which matches the current Microsoft signed versions of FSharp core.
The packages include all of the FSharp.Core redistributables from Visual F#. In addition, they include assemblies for MonoAndroid and MonoTouch built from this repository.

0 comments on commit 271fa94

Please sign in to comment.