FSharpVSPowerTools.Core 2.2.0

dotnet add package FSharpVSPowerTools.Core --version 2.2.0                
NuGet\Install-Package FSharpVSPowerTools.Core -Version 2.2.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.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharpVSPowerTools.Core --version 2.2.0                
#r "nuget: FSharpVSPowerTools.Core, 2.2.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.2.0

// Install FSharpVSPowerTools.Core as a Cake Tool
#tool nuget:?package=FSharpVSPowerTools.Core&version=2.2.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)
Additional computed target framework(s)
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

Implement outlining support ([#1147](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1147))
Fix conflicts between FSharpLint options dialog and ReSharper ([#1166](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1166))
Use FCS operation queues more effectively ([#1177](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1177), [#1178](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1178))
Add more advanced outlining ([#1175](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1175), [#1202](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1202))
Add colored outlining hints ([#1200](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1200))
Generate separate reference scripts for each project configuration ([#1197](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1197))
No longer check for existence of urls before navigating to source ([#1199](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1199))
Add 'Background Compilation' and 'Project Cache Size' options ([#1207](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1207))
Collapse some constructs by default, based on outlining options ([#1215](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1215))
Preserve coloring if parsing fails ([#1219](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1219))
Move main computations out of UI thread ([#1237](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1237))
Add printf specifier highlighting ([#1257](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1257))
Fix formatting bugs ([#1267](https://github.com/fsprojects/VisualFSharpPowerTools/pull/1267))