MostFrequentlyUsedConnectionStrings 0.1.2-beta

This is a prerelease version of MostFrequentlyUsedConnectionStrings.
dotnet add package MostFrequentlyUsedConnectionStrings --version 0.1.2-beta
NuGet\Install-Package MostFrequentlyUsedConnectionStrings -Version 0.1.2-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="MostFrequentlyUsedConnectionStrings" Version="0.1.2-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MostFrequentlyUsedConnectionStrings --version 0.1.2-beta
#r "nuget: MostFrequentlyUsedConnectionStrings, 0.1.2-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.
// Install MostFrequentlyUsedConnectionStrings as a Cake Addin
#addin nuget:?package=MostFrequentlyUsedConnectionStrings&version=0.1.2-beta&prerelease

// Install MostFrequentlyUsedConnectionStrings as a Cake Tool
#tool nuget:?package=MostFrequentlyUsedConnectionStrings&version=0.1.2-beta&prerelease

WinForms menu item for managing database connection strings and concealing sensitive information

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.2-beta 784 5/21/2016
0.1.1-beta 743 5/13/2016
0.0.4-alpha 728 5/7/2016

0.1.2-beta
     Fixed issue where selecting an item duplicated it
     Correct deserialisation problem which resulted in incorrect ordering
     0.1.1-beta
     StyleCop excluded as dependency
     Selecting an item from the list promotes it to the top of the list
     Ability to specify sensitive items to replace in connection strings (ItemsToReplace property) on the DatabaseConnections menu item
     0.0.4-alpha
     Project renamed to "Most Frequently Used" to avoid a naming conflict (sorry) and migrated to CodePlex
     0.0.3-alpha
     Encryption methods exposed to the developer using this component; methods documented