Monday, December 17, 2012

F# PowerPack NuGet Packages for F# 3.0, .NET 4.x, and Silverlight 5

There is a new version of each of the available F# PowerPack NuGet packages. These packages include the original F# PowerPack functionality recompiled for F# 3.0, .NET 4.x, and Silverlight 5 that were provided today on the F# PowerPack CodePlex site.

In order to use these updated NuGet packages in a .NET 4.x project, you will need to be using F# 3.0. If that is not an option for you, the previous version of each package can be installing using any of the following commands:


Install-Package FsPowerPack.Community.Sample -Version 2.1.1.2

Install-Package FsPowerPack.Community -Version 2.1.3.1

Install-Package FsPowerPack.Core.Community -Version 2.0.1.0

Install-Package FsPowerPack.Linq.Community -Version 2.0.0.1

Install-Package FsPowerPack.Metadata.Community -Version 2.0.0.1

Install-Package FsPowerPack.Parallel.Seq.Community -Version 2.0.0.1


No comments:

Post a Comment