FSharpVSPowerTools.Core 2.0.0-beta

This is a prerelease version of FSharpVSPowerTools.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharpVSPowerTools.Core --version 2.0.0-beta
                    
NuGet\Install-Package FSharpVSPowerTools.Core -Version 2.0.0-beta
                    
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.0.0-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharpVSPowerTools.Core" Version="2.0.0-beta" />
                    
Directory.Packages.props
<PackageReference Include="FSharpVSPowerTools.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FSharpVSPowerTools.Core --version 2.0.0-beta
                    
#r "nuget: FSharpVSPowerTools.Core, 2.0.0-beta"
                    
#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.
#:package FSharpVSPowerTools.Core@2.0.0-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FSharpVSPowerTools.Core&version=2.0.0-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=FSharpVSPowerTools.Core&version=2.0.0-beta&prerelease
                    
Install as a Cake Tool

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 122 11/30/2015
2.1.0 6,152 10/12/2015
2.0.0-beta 68 7/26/2015
1.9.0 5,449 6/20/2015
1.8.0 21,669 4/2/2015
1.7.0 9,674 1/2/2015
1.6.1 316 11/6/2014
1.6.0 1,032 11/4/2014
1.5.0 112 10/2/2014
1.4.0 122 8/10/2014
1.3.1 112 7/9/2014
1.2.6 102 7/6/2014

Optimize dialog layouts for high DPI ([#1024](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1024))
Fix wrong size of unused markers in VS 2012 ([#1027](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1027))
Add a new option for interface member identifiers ([#1029](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1029))
NavigateToSource now supports Bitbucket, GitLab and Codebasehq urls ([#1038](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1038))
Hide F# Power Tools menu on non-F# projects ([#1040](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1040))
Support F# 4.0 constructs ([#1047](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1047))
Set explicit dependency on Visual F# Tools ([#1056](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1056))
Improve theme detection on VS 2015 ([#1058](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1058))
Drop officially support for VS 2012 ([#1060](https://github.com/fsprojects/VisualFSharpPowerTools/issues/1060))