FSharpVSPowerTools.Core 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharpVSPowerTools.Core --version 2.1.0
NuGet\Install-Package FSharpVSPowerTools.Core -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharpVSPowerTools.Core" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharpVSPowerTools.Core --version 2.1.0
#r "nuget: FSharpVSPowerTools.Core, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FSharpVSPowerTools.Core as a Cake Addin
#addin nuget:?package=FSharpVSPowerTools.Core&version=2.1.0

// Install FSharpVSPowerTools.Core as a Cake Tool
#tool nuget:?package=FSharpVSPowerTools.Core&version=2.1.0

The core project of Visual F# Power Tools includes IDE-agnostic features intended to be used in different F# IDEs and editors.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on FSharpVSPowerTools.Core:

Package Downloads
FSharp.Formatting

The package is a collection of libraries that can be used for literate programming with F# (great for building documentation) and for generating library documentation from inline code comments. The key componments are Markdown parser, tools for formatting F# code snippets, including tool tip type information and a tool for generating documentation from library metadata.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 121 11/30/2015
2.1.0 6,151 10/12/2015
2.0.0-beta 66 7/26/2015
1.9.0 5,446 6/20/2015
1.8.0 21,668 4/2/2015
1.7.0 9,672 1/2/2015
1.6.1 314 11/6/2014
1.6.0 1,028 11/4/2014
1.5.0 110 10/2/2014
1.4.0 120 8/10/2014
1.3.1 111 7/9/2014
1.2.6 101 7/6/2014

Fix fonts and colors' appearance on VS 2015 ([#1064](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1064))
Implement FSharpLint integration ([#1034](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1034))
Support relevant FSharp.Core.dll based on VS versions ([#1065](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1065))
Show LightBulb instead of SmartTag on VS 2015 ([#1069](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1069))
Faster closing of VS solutions ([#1076](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1076))
Support lightweight interface implementation ([#1091](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1091))
Use forward slashes in FSI generated references ([#1099](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1099))
Changing open document forces FCS to stop current checking ([#1100](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1100))
Handle #load directives in Go to Definition ([#1117](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1117))