FSharpVSPowerTools.Core 1.8.0

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

// Install FSharpVSPowerTools.Core as a Cake Tool
#tool nuget:?package=FSharpVSPowerTools.Core&version=1.8.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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.0 16,334 4/2/2015
1.7.0 9,138 1/2/2015
1.6.1 280 11/6/2014
1.6.0 987 11/4/2014
1.5.0 76 10/2/2014
1.4.0 92 8/10/2014
1.3.1 75 7/9/2014
1.2.6 69 7/6/2014

Support operator coloring ([#936](https://github.com/fsprojects/VisualFSharpPowerTools/issues/936))
Implement Navigate to Source ([#945](https://github.com/fsprojects/VisualFSharpPowerTools/issues/945))
Implement assembly resolution for FsiReferenceCommand ([#949](https://github.com/fsprojects/VisualFSharpPowerTools/pull/949))
Fix missing colors in VS 2012 ([#952](https://github.com/fsprojects/VisualFSharpPowerTools/pull/952))
No longer report synthetic range symbols ([#954](https://github.com/fsprojects/VisualFSharpPowerTools/pull/954))
Generate signatures of enclosing modules of active patterns ([#955](https://github.com/fsprojects/VisualFSharpPowerTools/pull/955))